summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
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
2017-05-03ibmvnic: Updated reset handlingNathan Fontenot
2017-05-03ibmvnic: Replace is_closed with state fieldNathan Fontenot
2017-05-03ibmvnic: Move resource initialization to its own routineNathan Fontenot
2017-04-26ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot
2017-04-26ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot
2017-04-24ibmvnic: Free skb's in cases of failure in transmitThomas Falcon
2017-04-24ibmvnic: Validate napi exist before disabling themNathan Fontenot
2017-04-24ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot
2017-04-24ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot
2017-04-24ibmvnic: Only retrieve error info if presentNathan Fontenot
2017-04-24ibmvnic: Insert header on VLAN tagged received frameMurilo Fossa Vicentini
2017-04-24ibmvnic: Set real number of rx queuesThomas Falcon
2017-04-21ibmvnic: Remove unused bouce bufferNathan Fontenot
2017-04-21ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot
2017-04-21ibmvnic: Disable irq prior to closeBrian King
2017-04-21ibmvnic: Correct crq and resource releasingNathan Fontenot
2017-04-21ibmvnic: Remove inflight listNathan Fontenot
2017-04-21ibmvnic: Do not disable IRQ after scheduling taskletBrian King
2017-04-21ibmvnic: Fixup atomic API usageBrian King
2017-04-21ibmvnic: Unmap longer term buffer before freeBrian King
2017-04-21ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini
2017-04-21ibmvnic: Report errors when failing to release sub-crqsThomas Falcon
2017-04-07net: emac: Use net_device_stats from struct net_deviceTobias Klauser
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers
2017-03-30ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot
2017-03-30ibmvnic: Create init/release routines for stats tokenNathan Fontenot
2017-03-30ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot