summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)Author
2018-03-13ibmvnic: Account for VLAN tag in L2 Header descriptorThomas Falcon
2018-03-08ibmvnic: Do not disable device during failover or partition migrationThomas Falcon
2018-03-08ibmvnic: Reorganize device closeThomas Falcon
2018-03-08ibmvnic: Clean up device closeThomas Falcon
2018-02-27ibmvnic: Do not attempt to login if RX or TX queues are not allocatedThomas Falcon
2018-02-27ibmvnic: Report queue stops and restarts as debug outputThomas Falcon
2018-02-27ibmvnic: Harden TX/RX pool cleaningThomas Falcon
2018-02-27ibmvnic: Allocate statistics buffers during probeThomas Falcon
2018-02-27ibmvnic: Fix TX descriptor tracking againThomas Falcon
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-02-22ibmvnic: Split counters for scrq/pools/napiNathan Fontenot
2018-02-22ibmvnic: Fix TX descriptor trackingThomas Falcon
2018-02-22ibmvnic: Fix early release of login bufferThomas Falcon
2018-02-21ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot
2018-02-21ibmvnic: Allocate max queues stats buffersNathan Fontenot
2018-02-21ibmvnic: Make napi usage dynamicNathan Fontenot
2018-02-21ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot
2018-02-21ibmvnic: Move active sub-crq count settingsNathan Fontenot
2018-02-21ibmvnic: Rename active queue count variablesNathan Fontenot
2018-02-20ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon
2018-02-20ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon
2018-02-14ibmvnic: Clean RX pool buffers during device closeThomas Falcon
2018-02-14ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon
2018-02-14ibmvnic: Fix NAPI structures memory leakThomas Falcon
2018-02-14ibmvnic: Fix login buffer memory leaksThomas Falcon
2018-02-14ibmvnic: Wait until reset is complete to set carrier onThomas Falcon
2018-02-09ibmvnic: Remove skb->protocol checks in ibmvnic_xmitJohn Allen
2018-02-09ibmvnic: Reset long term map ID counterThomas Falcon
2018-02-08ibmvnic: queue reset when CRQ gets closed during resetNathan Fontenot
2018-02-07ibmvnic: Ensure that buffers are NULL after freeThomas Falcon
2018-02-07ibmvnic: Fix rx queue cleanup for non-fatal resetsJohn Allen
2018-02-05ibmvnic: fix empty firmware version and errors cleanupDesnes Augusto Nunes do Rosario
2018-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-01ibmvnic: fix firmware version when no firmware level has been provided by the...Desnes Augusto Nunes do Rosario
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-29ibmvnic: Wait for device response when changing MACThomas Falcon
2018-01-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-18ibmvnic: Fix IPv6 packet descriptorsThomas Falcon
2018-01-18ibmvnic: Fix IP offload control bufferThomas Falcon
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16ibmvnic: Fix pending MAC address changesThomas Falcon
2018-01-11ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches
2017-12-19ibmvnic: Include header descriptor support for ARP packetsThomas Falcon
2017-12-19ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUESThomas Falcon
2017-11-18ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario