summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-31ibmvnic: Create init/release routines for stats tokenNathan Fontenot1-12/+34
2017-03-31ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot1-32/+22
2017-03-31ibmvnic: Create init and release routines for the rx poolNathan Fontenot1-103/+101
2017-03-31ibmvnic: Create init and release routines for the tx poolNathan Fontenot1-56/+78
2017-03-31ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot1-27/+50
2017-03-31ibmvnic: Update main crq initialization and releaseNathan Fontenot1-7/+15
2017-03-30ibmvnic: Remove debugfs supportNathan Fontenot1-628/+0
2017-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-03-22ibmvnic: Correct ibmvnic handling of device open/closeJohn Allen1-48/+66
2017-03-22ibmvnic: Move ibmvnic adapter intialization to its own routineJohn Allen1-50/+60
2017-03-22ibmvnic: Move login to its own routineJohn Allen1-8/+20
2017-03-22ibmvnic: Move login and queue negotiation into ibmvnic_openJohn Allen1-45/+43
2017-03-17ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot1-0/+2
2017-03-08ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon1-8/+8
2017-03-08ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon1-1/+26
2017-02-20ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon1-2/+14
2017-02-20ibmvnic: Use common counter for capabilities checksThomas Falcon1-33/+38
2017-02-20ibmvnic: Handle processing of CRQ messages in a taskletThomas Falcon1-1/+17
2017-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+21
2017-02-15ibmvnic: Fix endian errors in error reporting outputThomas Falcon1-4/+4
2017-02-15ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon1-2/+2
2017-02-14ibmvnic: Fix initial MTU settingsThomas Falcon1-7/+5
2017-02-12ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot1-1/+1
2017-02-12ibmvnic: Initialize completion variables before starting workNathan Fontenot1-8/+9
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+18
2016-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-26ibmvnic: drop duplicate header seq_file.hGeliang Tang1-1/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2016-11-13ibmvnic: Fix size of debugfs name bufferThomas Falcon1-1/+1
2016-11-13ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon1-0/+3
2016-11-10ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen1-3/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+31
2016-10-30ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon1-2/+4
2016-10-30ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon1-11/+24
2016-10-30Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller1-24/+11
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon1-11/+24
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-12/+4
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon1-0/+2
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon1-1/+1
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman1-2/+2
2016-08-26ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun1-0/+1
2016-08-26ibmvnic: convert to use simple_open()Wei Yongjun1-12/+6
2016-08-20ibmvnic: Handle backing device failover and reinitializationThomas Falcon1-2/+32
2016-07-10ibmvnic: Fix passive VNIC server login processThomas Falcon1-2/+59
2016-07-10ibmvnic: simplify and improve driver probe functionThomas Falcon1-56/+103
2016-07-10ibmvnic: dispose irq mappingsThomas Falcon1-0/+2
2016-07-10ibmvnic: properly start and stop tx queuesThomas Falcon1-2/+3
2016-06-29ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun1-7/+7
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen1-20/+36