aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17ibmvnic: Fix statistics buffers memory leakThomas Falcon1-9/+15
2018-05-17ibmvnic: Fix non-fatal firmware error resetThomas Falcon1-2/+1
2018-05-17ibmvnic: Free coherent DMA memory if FW map failedThomas Falcon1-0/+1
2018-04-22ibmvnic: Clean actual number of RX or TX poolsThomas Falcon1-2/+2
2018-04-16ibmvnic: Clear pending interrupt after device resetThomas Falcon1-4/+11
2018-04-12ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot1-1/+2
2018-04-12ibmvnic: Handle all login error conditionsNathan Fontenot2-21/+35
2018-04-12ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook1-6/+6
2018-04-08ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot1-23/+32
2018-04-08ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2-8/+30
2018-04-08ibmvnic: Fix reset scheduler error handlingThomas Falcon1-10/+29
2018-04-08ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-04-08ibmvnic: Fix DMA mapping mistakesThomas Falcon1-8/+6
2018-04-01ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen1-10/+18
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches2-5/+4
2018-03-25ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter1-1/+1
2018-03-17ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon1-2/+0
2018-03-17ibmvnic: Update TX pool cleaning routineThomas Falcon1-16/+24
2018-03-17ibmvnic: Improve TX buffer accountingThomas Falcon1-9/+21
2018-03-17ibmvnic: Update TX and TX completion routinesThomas Falcon2-27/+29
2018-03-17ibmvnic: Update TX pool initialization routineThomas Falcon1-42/+48
2018-03-17ibmvnic: Update release TX pool routineThomas Falcon1-7/+12
2018-03-17ibmvnic: Update and clean up reset TX pool routineThomas Falcon1-20/+25
2018-03-17ibmvnic: Generalize TX pool structureThomas Falcon1-2/+3
2018-03-14ibmvnic: Fix reset return from closed stateJohn Allen1-3/+5
2018-03-13ibmvnic: Fix recent errata commitThomas Falcon1-1/+3
2018-03-13ibmvnic: Handle TSO backing device errataThomas Falcon1-0/+18
2018-03-13ibmvnic: Pad small packets to minimum MTU sizeThomas Falcon1-0/+20
2018-03-13ibmvnic: Account for VLAN header length in TX buffersThomas Falcon1-3/+3
2018-03-13ibmvnic: Account for VLAN tag in L2 Header descriptorThomas Falcon1-1/+4
2018-03-08ibmvnic: Do not disable device during failover or partition migrationThomas Falcon1-4/+7
2018-03-08ibmvnic: Reorganize device closeThomas Falcon1-9/+14
2018-03-08ibmvnic: Clean up device closeThomas Falcon1-12/+2
2018-02-27ibmvnic: Do not attempt to login if RX or TX queues are not allocatedThomas Falcon1-6/+15
2018-02-27ibmvnic: Report queue stops and restarts as debug outputThomas Falcon1-3/+3
2018-02-27ibmvnic: Harden TX/RX pool cleaningThomas Falcon1-8/+12
2018-02-27ibmvnic: Allocate statistics buffers during probeThomas Falcon1-10/+11
2018-02-27ibmvnic: Fix TX descriptor tracking againThomas Falcon1-1/+2
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2018-02-22ibmvnic: Split counters for scrq/pools/napiNathan Fontenot2-23/+22
2018-02-22ibmvnic: Fix TX descriptor trackingThomas Falcon1-1/+1
2018-02-22ibmvnic: Fix early release of login bufferThomas Falcon1-1/+1
2018-02-21ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot1-1/+1
2018-02-21ibmvnic: Allocate max queues stats buffersNathan Fontenot1-2/+2
2018-02-21ibmvnic: Make napi usage dynamicNathan Fontenot1-25/+45
2018-02-21ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot1-26/+52
2018-02-21ibmvnic: Move active sub-crq count settingsNathan Fontenot1-10/+7
2018-02-21ibmvnic: Rename active queue count variablesNathan Fontenot2-10/+10
2018-02-20ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon1-0/+5
2018-02-20ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon2-2/+7