summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+6
|\
| * 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: Split counters for scrq/pools/napiNathan Fontenot2018-02-222-23/+22Star
* | ibmvnic: Fix TX descriptor trackingThomas Falcon2018-02-221-1/+1
* | ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot2018-02-211-1/+1
* | ibmvnic: Allocate max queues stats buffersNathan Fontenot2018-02-211-2/+2
* | ibmvnic: Make napi usage dynamicNathan Fontenot2018-02-211-25/+45
* | ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot2018-02-211-26/+52
* | ibmvnic: Move active sub-crq count settingsNathan Fontenot2018-02-211-10/+7Star
* | ibmvnic: Rename active queue count variablesNathan Fontenot2018-02-212-10/+10
* | ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon2018-02-202-2/+7
|/
* 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/+1Star
* 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-081-0/+5
* ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen2018-02-081-1/+2
* ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario2018-02-061-10/+4Star
* 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-301-7/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-252-1/+9
|\ \
| * | net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov2018-01-251-1/+1
| * | net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2018-01-252-0/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-232-15/+60
|\| |
| * | 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-222-7/+40
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-201-9/+15
|\| |
| * | ibmvnic: Fix IPv6 packet descriptorsThomas Falcon2018-01-191-9/+11
| * | ibmvnic: Fix IP offload control bufferThomas Falcon2018-01-191-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
* | net: ibm: emac: support RGMII-[RX|TX]ID phymodeChristian Lamparter2017-12-212-4/+7
* | net: ibm: emac: replace custom PHY_MODE_* macrosChristian Lamparter2017-12-215-57/+44Star
* | net: ibm: emac: replace custom rgmii_mode_name with phy_modesChristian Lamparter2017-12-211-19/+1Star
* | ibmvnic: Include header descriptor support for ARP packetsThomas Falcon2017-12-191-1/+6
* | ibmvnic: Increase maximum number of RX/TX queuesThomas Falcon2017-12-191-1/+1
* | ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUESThomas Falcon2017-12-192-2/+2
|/
* ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario2017-11-181-2/+1Star
* ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario2017-11-142-4/+176
* ibmvnic: Add vnic client data to login bufferNathan Fontenot2017-11-112-2/+68