aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-03ibmvnic: Move queue restarting in ibmvnic_tx_completeNathan Fontenot1-12/+10
2017-05-03ibmvnic: Record SKB RX queue during pollThomas Falcon1-0/+1
2017-05-03ibmvnic: Continue skb processing after skb completion errorNathan Fontenot1-1/+1
2017-05-03ibmvnic: Check for driver reset first in ibmvnic_xmitNathan Fontenot1-6/+6
2017-05-03ibmvnic: Wait for any pending scrqs entries at driver closeNathan Fontenot1-20/+27
2017-05-03ibmvnic: Clean up tx pools when closingNathan Fontenot1-0/+30
2017-05-03ibmvnic: Whitespace correction in release_rx_poolsNathan Fontenot1-1/+1
2017-05-03ibmvnic: Delete napi's when releasing driver resourcesNathan Fontenot1-0/+9
2017-05-03ibmvnic: Updated reset handlingNathan Fontenot2-157/+275
2017-05-03ibmvnic: Replace is_closed with state fieldNathan Fontenot2-9/+23
2017-05-03ibmvnic: Move resource initialization to its own routineNathan Fontenot1-32/+39
2017-04-26ibmvnic: Move initialization of sub crqs to ibmvnic_initNathan Fontenot1-11/+12
2017-04-26ibmvnic: Split initialization of scrqs to its own routineNathan Fontenot1-47/+54
2017-04-24ibmvnic: Free skb's in cases of failure in transmitThomas Falcon1-3/+15
2017-04-24ibmvnic: Validate napi exist before disabling themNathan Fontenot1-2/+4
2017-04-24ibmvnic: Add set_link_state routine for setting adapter link stateNathan Fontenot2-14/+58
2017-04-24ibmvnic: Move initialization of the stats token to ibmvnic_openNathan Fontenot1-6/+4
2017-04-24ibmvnic: Only retrieve error info if presentNathan Fontenot1-20/+51
2017-04-24ibmvnic: Insert header on VLAN tagged received frameMurilo Fossa Vicentini2-1/+22
2017-04-24ibmvnic: Set real number of rx queuesThomas Falcon1-5/+21
2017-04-21ibmvnic: Remove unused bouce bufferNathan Fontenot2-57/+0
2017-04-21ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot1-6/+3
2017-04-21ibmvnic: Disable irq prior to closeBrian King1-0/+18
2017-04-21ibmvnic: Correct crq and resource releasingNathan Fontenot1-3/+6
2017-04-21ibmvnic: Remove inflight listNathan Fontenot2-88/+19
2017-04-21ibmvnic: Do not disable IRQ after scheduling taskletBrian King1-19/+6
2017-04-21ibmvnic: Fixup atomic API usageBrian King1-6/+4
2017-04-21ibmvnic: Unmap longer term buffer before freeBrian King1-1/+1
2017-04-21ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini2-3/+4
2017-04-21ibmvnic: Report errors when failing to release sub-crqsThomas Falcon1-0/+6
2017-04-07net: emac: Use net_device_stats from struct net_deviceTobias Klauser2-2/+1
2017-04-05net: ibm: emac: remove unused sysrq handler for 'c' keyEric Biggers5-305/+0
2017-03-30ibmvnic: Cleanup failure path in ibmvnic_openNathan Fontenot1-32/+19
2017-03-30ibmvnic: Create init/release routines for stats tokenNathan Fontenot1-12/+34
2017-03-30ibmvnic: Merge the two release_sub_crq_queue routinesNathan Fontenot1-32/+22
2017-03-30ibmvnic: Create init and release routines for the rx poolNathan Fontenot1-103/+101
2017-03-30ibmvnic: Create init and release routines for the tx poolNathan Fontenot1-56/+78
2017-03-30ibmvnic: Create init and release routines for the bounce bufferNathan Fontenot1-27/+50
2017-03-30ibmvnic: Update main crq initialization and releaseNathan Fontenot1-7/+15
2017-03-30ibmvnic: Remove debugfs supportNathan Fontenot2-658/+0
2017-03-27net: ibmvnic: Remove unused net_stats member from struct ibmvnic_adapterTobias Klauser1-1/+0
2017-03-27net: ibmveth: Remove unused stats member from struct ibmveth_adapterTobias Klauser1-1/+0
2017-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-03-21ibmvnic: Correct ibmvnic handling of device open/closeJohn Allen2-48/+67
2017-03-21ibmvnic: Move ibmvnic adapter intialization to its own routineJohn Allen1-50/+60
2017-03-21ibmvnic: Move login to its own routineJohn Allen1-8/+20
2017-03-21ibmvnic: Move login and queue negotiation into ibmvnic_openJohn Allen1-45/+43
2017-03-16ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot1-0/+2
2017-03-08net: ibm: emac: fix regression caused by emac_dt_phy_probe()Christian Lamparter1-8/+17
2017-03-07ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon1-8/+8