aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2017-08-02ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon
2017-07-24ibmvnic: Check for transport event on driver resumeJohn Allen
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring
2017-07-06Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-06-29net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav
2017-06-29ibmvnic: Fix assignment of RX/TX IRQ'sThomas Falcon
2017-06-22ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot
2017-06-22ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon
2017-06-22ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structureThomas Falcon
2017-06-20ibmvnic: Return from ibmvnic_resume if not in VNIC_OPEN stateJohn Allen
2017-06-20ibmveth: properly unwind on init errorsChristoph Hellwig
2017-06-16ibmvnic: driver initialization for kdump/kexecNathan Fontenot
2017-06-15ibmvnic: Exit polling routine correctly during adapter resetThomas Falcon
2017-06-15ibmvnic: Remove VNIC_CLOSING check from pending_scrqThomas Falcon
2017-06-15ibmvnic: Sanitize entire SCRQ buffer on resetThomas Falcon
2017-06-15ibmvnic: Ensure that TX queues are disabled in __ibmvnic_closeThomas Falcon
2017-06-15ibmvnic: Activate disabled RX buffer pools on resetThomas Falcon
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-13ibmvnic: Remove netdev notify for failover resetsNathan Fontenot
2017-06-13ibmvnic: Client-initiated failoverThomas Falcon
2017-06-12net: ehea: convert to use DRIVER_ATTR_ROGreg Kroah-Hartman
2017-06-08drivers: net: emac: add const to mii_phy_ops structuresBhumika Goyal
2017-06-08net: emac: fix and unify emac_mdio functionsChristian Lamparter
2017-06-08net: emac: fix reset timeout with AR8035 phyChristian Lamparter
2017-06-07ibmvnic: Return failure on attempted mtu changeJohn Allen
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-02ibmvnic: Remove module author mailing addressThomas Falcon
2017-05-26ibmvnic: Reset sub-crqs during driver resetNathan Fontenot
2017-05-26ibmvnic: Reset tx/rx pools on driver resetNathan Fontenot
2017-05-26ibmvnic: Reset the CRQ queue during driver resetNathan Fontenot
2017-05-26ibmvnic: Check adapter state during ibmvnic_pollNathan Fontenot
2017-05-26ibmvnic: Deactivate RX pool buffer replenishment on H_CLOSEDThomas Falcon
2017-05-26ibmvnic: Halt TX and report carrier off on H_CLOSED return codeThomas Falcon
2017-05-26ibmvnic: Non-fatal error handlingJohn Allen
2017-05-26ibmvnic: Fix cleanup of SKB's on driver closeThomas Falcon
2017-05-26ibmvnic: Send gratuitous arp on resetJohn Allen
2017-05-26ibmvnic: Handle failover after failed init crqJohn Allen
2017-05-26ibmvnic: Track state of adapter napisJohn Allen
2017-05-21ibmveth: Support to enable LSO/CSO for Trunk VEA.Sivakumar Krishnasamy
2017-05-18ibmvnic: fix missing unlock on error in __ibmvnic_reset()Wei Yongjun
2017-05-03ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot
2017-05-03ibmvnic: Record SKB RX queue during pollThomas Falcon
2017-05-03ibmvnic: Continue skb processing after skb completion errorNathan Fontenot
2017-05-03ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot
2017-05-03ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot
2017-05-03ibmvnic: Clean up tx pools when closingNathan Fontenot
2017-05-03ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot
2017-05-03ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot