summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.c
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot2017-03-161-0/+2
* ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon2017-03-071-8/+8
* ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon2017-03-071-1/+26
* ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon2017-02-191-2/+14
* ibmvnic: Use common counter for capabilities checksThomas Falcon2017-02-191-33/+38
* ibmvnic: Handle processing of CRQ messages in a taskletThomas Falcon2017-02-191-1/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-02-161-22/+21
|\
| * ibmvnic: Fix endian errors in error reporting outputThomas Falcon2017-02-151-4/+4
| * ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon2017-02-151-2/+2
| * ibmvnic: Fix initial MTU settingsThomas Falcon2017-02-141-7/+5
| * ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot2017-02-111-1/+1
| * ibmvnic: Initialize completion variables before starting workNathan Fontenot2017-02-111-8/+9
* | drivers: net: generalize napi_complete_done()Eric Dumazet2017-01-301-1/+1
* | net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-01-091-13/+18
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+0
|\
| * ibmvnic: drop duplicate header seq_file.hGeliang Tang2016-11-251-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-4/+6
|\ \ | |/
| * ibmvnic: Fix size of debugfs name bufferThomas Falcon2016-11-131-1/+1
| * ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon2016-11-131-0/+3
| * ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen2016-11-091-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-14/+31
|\ \ | |/
| * ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon2016-10-291-2/+4
| * ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-291-11/+24
| * Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller2016-10-291-24/+11
| * ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-291-11/+24
| * ibmvnic: Update MTU after device initializationThomas Falcon2016-10-181-0/+2
| * ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon2016-10-181-1/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-201-12/+4
|/
* net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-131-2/+2
* ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun2016-08-251-0/+1
* ibmvnic: convert to use simple_open()Wei Yongjun2016-08-251-12/+6
* ibmvnic: Handle backing device failover and reinitializationThomas Falcon2016-08-191-2/+32
* ibmvnic: Fix passive VNIC server login processThomas Falcon2016-07-091-2/+59
* ibmvnic: simplify and improve driver probe functionThomas Falcon2016-07-091-56/+103
* ibmvnic: dispose irq mappingsThomas Falcon2016-07-091-0/+2
* ibmvnic: properly start and stop tx queuesThomas Falcon2016-07-091-2/+3
* ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun2016-06-291-7/+7
* ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2016-04-091-20/+36
* ibmvnic: enable RX checksum offloadThomas Falcon2016-04-051-0/+4
* ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2016-04-051-4/+191
* ibmvnic: Fix ibmvnic_capability structThomas Falcon2016-03-031-31/+31
* Driver for IBM System i/p VNIC protocolThomas Falcon2015-12-281-0/+3585
OpenPOWER on IntegriCloud