summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-26ibmvnic: Handle failover after failed init crqJohn Allen1-1/+10
2017-05-26ibmvnic: Track state of adapter napisJohn Allen1-9/+28
2017-05-18ibmvnic: fix missing unlock on error in __ibmvnic_reset()Wei Yongjun1-0/+1
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 Fontenot1-153/+260
2017-05-03ibmvnic: Replace is_closed with state fieldNathan Fontenot1-7/+13
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 Fontenot1-14/+57
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 Vicentini1-1/+20
2017-04-24ibmvnic: Set real number of rx queuesThomas Falcon1-5/+21
2017-04-21ibmvnic: Remove unused bouce bufferNathan Fontenot1-53/+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 Fontenot1-79/+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 Vicentini1-2/+3
2017-04-21ibmvnic: Report errors when failing to release sub-crqsThomas Falcon1-0/+6
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 Fontenot1-628/+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 Allen1-48/+66
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-07ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon1-8/+8
2017-03-07ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon1-1/+26
2017-02-19ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqsThomas Falcon1-2/+14