summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.c
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Fix early release of login bufferThomas Falcon2018-02-221-1/+1
* ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon2018-02-201-0/+5
* ibmvnic: Clean RX pool buffers during device closeThomas Falcon2018-02-141-1/+30
* ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon2018-02-141-0/+1
* ibmvnic: Fix NAPI structures memory leakThomas Falcon2018-02-141-0/+2
* ibmvnic: Fix login buffer memory leaksThomas Falcon2018-02-141-0/+16
* ibmvnic: Wait until reset is complete to set carrier onThomas Falcon2018-02-141-2/+2
* ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen2018-02-091-4/+1
* ibmvnic: Reset long term map ID counterThomas Falcon2018-02-091-0/+1
* ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot2018-02-081-1/+5
* ibmvnic: Ensure that buffers are NULL after freeThomas Falcon2018-02-071-0/+5
* ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen2018-02-071-1/+2
* ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario2018-02-051-10/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-031-1/+5
|\
| * ibmvnic: fix firmware version when no firmware level has been provided by the...Desnes Augusto Nunes do Rosario2018-02-011-1/+5
* | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-011-1/+1
|\ \ | |/ |/|
| * treewide: Use DEVICE_ATTR_WOJoe Perches2018-01-091-1/+1
* | ibmvnic: Wait for device response when changing MACThomas Falcon2018-01-291-7/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-231-15/+58
|\ \
| * | ibmvnic: Allocate and request vpd in init_resourcesJohn Allen2018-01-221-7/+9
| * | ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen2018-01-221-1/+11
| * | ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2018-01-221-7/+38
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-191-9/+15
|\ \ \ | |/ /
| * | ibmvnic: Fix IPv6 packet descriptorsThomas Falcon2018-01-181-9/+11
| * | ibmvnic: Fix IP offload control bufferThomas Falcon2018-01-181-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-171-6/+7
|\ \ \ | |/ /
| * | ibmvnic: Fix pending MAC address changesThomas Falcon2018-01-161-6/+7
| |/
* | ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot2018-01-111-0/+6
* | ibmvnic: Include header descriptor support for ARP packetsThomas Falcon2017-12-191-1/+6
* | ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUESThomas Falcon2017-12-191-1/+1
|/
* ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario2017-11-181-2/+1
* ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario2017-11-141-2/+151
* ibmvnic: Add vnic client data to login bufferNathan Fontenot2017-11-111-2/+66
* ibmvnic: Fix failover error path for non-fatal resetsJohn Allen2017-10-281-2/+2
* ibmvnic: Update reset infrastructure to support tunable parametersJohn Allen2017-10-281-27/+186
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-8/+8
|\
| * ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon2017-10-181-8/+8
* | ibmvnic: Let users change net device featuresThomas Falcon2017-10-191-0/+2
* | ibmvnic: Enable TSO supportThomas Falcon2017-10-191-8/+48
* | ibmvnic: Enable scatter-gather supportThomas Falcon2017-10-191-2/+21
* | ibmvnic: Set state UPMick Tarsel2017-10-011-0/+2
|/
* net: ibm: ibmvnic: constify vio_device_idArvind Yadav2017-08-171-1/+1
* ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot2017-08-091-1/+0
* ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot2017-08-091-7/+55
* ibmvnic: Clean up resources on probe failureNathan Fontenot2017-08-091-11/+15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-091-1/+14
|\
| * ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon2017-08-021-1/+14
* | ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen2017-08-071-1/+2
* | ibmvnic: Implement .get_channelsJohn Allen2017-08-031-0/+16
* | ibmvnic: Implement .get_ringparamJohn Allen2017-08-031-4/+6
OpenPOWER on IntegriCloud