summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
...
* ibmvnic: Clear pending interrupt after device resetThomas Falcon2018-04-161-4/+11
* ibmvnic: Do not notify peers on parameter change resetsNathan Fontenot2018-04-131-1/+2
* ibmvnic: Handle all login error conditionsNathan Fontenot2018-04-132-21/+35
* ibmvnic: Define vnic_login_client_data name field as unsized arrayKees Cook2018-04-131-6/+6
* ibmvnic: Do not reset CRQ for Mobility driver resetsNathan Fontenot2018-04-081-23/+32
* ibmvnic: Fix failover case for non-redundant configurationThomas Falcon2018-04-082-8/+30
* ibmvnic: Fix reset scheduler error handlingThomas Falcon2018-04-081-10/+29
* ibmvnic: Zero used TX descriptor counter on resetThomas Falcon2018-04-081-0/+1
* ibmvnic: Fix DMA mapping mistakesThomas Falcon2018-04-081-8/+6Star
* ibmvnic: Disable irqs before exiting reset from closed stateJohn Allen2018-04-021-10/+18
* ethernet: Use octal not symbolic permissionsJoe Perches2018-03-262-5/+4Star
* ibmvnic: Potential NULL dereference in clean_one_tx_pool()Dan Carpenter2018-03-261-1/+1
* ibmvnic: Remove unused TSO resources in TX pool structureThomas Falcon2018-03-181-2/+0Star
* ibmvnic: Update TX pool cleaning routineThomas Falcon2018-03-181-16/+24
* ibmvnic: Improve TX buffer accountingThomas Falcon2018-03-181-9/+21
* ibmvnic: Update TX and TX completion routinesThomas Falcon2018-03-182-27/+29
* ibmvnic: Update TX pool initialization routineThomas Falcon2018-03-181-42/+48
* ibmvnic: Update release TX pool routineThomas Falcon2018-03-181-7/+12
* ibmvnic: Update and clean up reset TX pool routineThomas Falcon2018-03-181-20/+25
* ibmvnic: Generalize TX pool structureThomas Falcon2018-03-181-2/+3
* ibmvnic: Fix reset return from closed stateJohn Allen2018-03-141-3/+5
* ibmvnic: Fix recent errata commitThomas Falcon2018-03-131-1/+3
* ibmvnic: Handle TSO backing device errataThomas Falcon2018-03-131-0/+18
* ibmvnic: Pad small packets to minimum MTU sizeThomas Falcon2018-03-131-0/+20
* ibmvnic: Account for VLAN header length in TX buffersThomas Falcon2018-03-131-3/+3
* ibmvnic: Account for VLAN tag in L2 Header descriptorThomas Falcon2018-03-131-1/+4
* ibmvnic: Do not disable device during failover or partition migrationThomas Falcon2018-03-081-4/+7
* ibmvnic: Reorganize device closeThomas Falcon2018-03-081-9/+14
* ibmvnic: Clean up device closeThomas Falcon2018-03-081-12/+2Star
* ibmvnic: Do not attempt to login if RX or TX queues are not allocatedThomas Falcon2018-02-271-6/+15
* ibmvnic: Report queue stops and restarts as debug outputThomas Falcon2018-02-271-3/+3
* ibmvnic: Harden TX/RX pool cleaningThomas Falcon2018-02-271-8/+12
* ibmvnic: Allocate statistics buffers during probeThomas Falcon2018-02-271-10/+11
* ibmvnic: Fix TX descriptor tracking againThomas Falcon2018-02-271-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-241-1/+6
|\
| * ibmvnic: Fix early release of login bufferThomas Falcon2018-02-221-1/+1
| * ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon2018-02-201-0/+5
* | ibmvnic: Split counters for scrq/pools/napiNathan Fontenot2018-02-222-23/+22Star
* | ibmvnic: Fix TX descriptor trackingThomas Falcon2018-02-221-1/+1
* | ibmvnic: Correct goto target for tx irq initialization failureNathan Fontenot2018-02-211-1/+1
* | ibmvnic: Allocate max queues stats buffersNathan Fontenot2018-02-211-2/+2
* | ibmvnic: Make napi usage dynamicNathan Fontenot2018-02-211-25/+45
* | ibmvnic: Free and re-allocate scrqs when tx/rx scrqs changeNathan Fontenot2018-02-211-26/+52
* | ibmvnic: Move active sub-crq count settingsNathan Fontenot2018-02-211-10/+7Star
* | ibmvnic: Rename active queue count variablesNathan Fontenot2018-02-212-10/+10
* | ibmvnic: Keep track of supplementary TX descriptorsThomas Falcon2018-02-202-2/+7
|/
* ibmvnic: Clean RX pool buffers during device closeThomas Falcon2018-02-141-1/+30
* ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon2018-02-141-0/+1
* ibmvnic: Fix NAPI structures memory leakThomas Falcon2018-02-141-0/+2
* ibmvnic: Fix login buffer memory leaksThomas Falcon2018-02-141-0/+16