aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-27ibmvnic: Report queue stops and restarts as debug outputThomas Falcon1-3/+3
2018-02-27ibmvnic: Harden TX/RX pool cleaningThomas Falcon1-8/+12
2018-02-27ibmvnic: Allocate statistics buffers during probeThomas Falcon1-10/+11
2018-02-27ibmvnic: Fix TX descriptor tracking againThomas Falcon1-1/+2
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-02-22ibmvnic: Split counters for scrq/pools/napiNathan Fontenot2-23/+22
2018-02-22ibmvnic: Fix TX descriptor trackingThomas Falcon1-1/+1
2018-02-22ibmvnic: Fix early release of login bufferThomas Falcon1-1/+1
2018-02-21ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot1-1/+1
2018-02-21ibmvnic: Allocate max queues stats buffersNathan Fontenot1-2/+2
2018-02-21ibmvnic: Make napi usage dynamicNathan Fontenot1-25/+45
2018-02-21ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot1-26/+52
2018-02-21ibmvnic: Move active sub-crq count settingsNathan Fontenot1-10/+7
2018-02-21ibmvnic: Rename active queue count variablesNathan Fontenot2-10/+10
2018-02-20ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon1-0/+5
2018-02-20ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon2-2/+7
2018-02-14ibmvnic: Clean RX pool buffers during device closeThomas Falcon1-1/+30
2018-02-14ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon1-0/+1
2018-02-14ibmvnic: Fix NAPI structures memory leakThomas Falcon1-0/+2
2018-02-14ibmvnic: Fix login buffer memory leaksThomas Falcon1-0/+16
2018-02-14ibmvnic: Wait until reset is complete to set carrier onThomas Falcon1-2/+2
2018-02-09ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen1-4/+1
2018-02-09ibmvnic: Reset long term map ID counterThomas Falcon1-0/+1
2018-02-08ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot1-1/+5
2018-02-07ibmvnic: Ensure that buffers are NULL after freeThomas Falcon1-0/+5
2018-02-07ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen1-1/+2
2018-02-05ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario1-10/+4
2018-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+5
2018-02-01ibmvnic: fix firmware version when no firmware level has been provided by the VIOS serverDesnes Augusto Nunes do Rosario1-1/+5
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2018-01-29ibmvnic: Wait for device response when changing MACThomas Falcon1-7/+14
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+9
2018-01-24net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov1-1/+1
2018-01-24net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2-0/+8
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+60
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen1-7/+9
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen1-1/+11
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2-7/+40
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+15
2018-01-18ibmvnic: Fix IPv6 packet descriptorsThomas Falcon1-9/+11
2018-01-18ibmvnic: Fix IP offload control bufferThomas Falcon1-0/+4
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+7
2018-01-16ibmvnic: Fix pending MAC address changesThomas Falcon1-6/+7
2018-01-11ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot1-0/+6
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2017-12-21net: ibm: emac: support RGMII-[RX|TX]ID phymodeChristian Lamparter2-4/+7
2017-12-21net: ibm: emac: replace custom PHY_MODE_* macrosChristian Lamparter5-57/+44
2017-12-21net: ibm: emac: replace custom rgmii_mode_name with phy_modesChristian Lamparter1-19/+1
2017-12-19ibmvnic: Include header descriptor support for ARP packetsThomas Falcon1-1/+6
2017-12-19ibmvnic: Increase maximum number of RX/TX queuesThomas Falcon1-1/+1