aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/ibmvnic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-22/+21
2017-02-15ibmvnic: Fix endian errors in error reporting outputThomas Falcon1-4/+4
2017-02-15ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon1-2/+2
2017-02-14ibmvnic: Fix initial MTU settingsThomas Falcon1-7/+5
2017-02-11ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot1-1/+1
2017-02-11ibmvnic: Initialize completion variables before starting workNathan Fontenot1-8/+9
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet1-1/+1
2017-01-09net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+18
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-25ibmvnic: drop duplicate header seq_file.hGeliang Tang1-1/+0
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2016-11-13ibmvnic: Fix size of debugfs name bufferThomas Falcon1-1/+1
2016-11-13ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon1-0/+3
2016-11-09ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen1-3/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+31
2016-10-29ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon1-2/+4
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon1-11/+24
2016-10-29Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller1-24/+11
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon1-11/+24
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson1-12/+4
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon1-0/+2
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon1-1/+1
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman1-2/+2
2016-08-25ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun1-0/+1
2016-08-25ibmvnic: convert to use simple_open()Wei Yongjun1-12/+6
2016-08-19ibmvnic: Handle backing device failover and reinitializationThomas Falcon1-2/+32
2016-07-09ibmvnic: Fix passive VNIC server login processThomas Falcon1-2/+59
2016-07-09ibmvnic: simplify and improve driver probe functionThomas Falcon1-56/+103
2016-07-09ibmvnic: dispose irq mappingsThomas Falcon1-0/+2
2016-07-09ibmvnic: properly start and stop tx queuesThomas Falcon1-2/+3
2016-06-29ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun1-7/+7
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen1-20/+36
2016-04-05ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-05ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon1-4/+191
2016-03-03ibmvnic: Fix ibmvnic_capability structThomas Falcon1-31/+31
2015-12-28Driver for IBM System i/p VNIC protocolThomas Falcon1-0/+3585