aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
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-02ibmvnic: Remove module author mailing addressThomas Falcon
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
2017-03-30ibmvnic: Create init and release routines for the rx poolNathan Fontenot
2017-03-30ibmvnic: Create init and release routines for the tx poolNathan Fontenot
2017-03-30ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot
2017-03-30ibmvnic: Update main crq initialization and releaseNathan Fontenot
2017-03-30ibmvnic: Remove debugfs supportNathan Fontenot
2017-03-27net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapterTobias Klauser
2017-03-27net: ibmveth: Remove unused stats member from struct ibmveth_adapterTobias Klauser
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-21ibmvnic: Correct ibmvnic handling of device open/closeJohn Allen
2017-03-21ibmvnic: Move ibmvnic adapter intialization to its own routineJohn Allen
2017-03-21ibmvnic: Move login to its own routineJohn Allen