aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30drivers: net: generalize napi_complete_done()Eric Dumazet2-2/+2
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2017-01-24ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth1-2/+5
2017-01-09net: ibm: ibmvnic: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-13/+18
2017-01-09net: ibm: ibmveth: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-12/+18
2017-01-09net: ibm: emac: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-30/+40
2017-01-09net: ibm: ehea: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-21/+30
2017-01-08net: make ndo_get_stats64 a void functionstephen hemminger1-3/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-17ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+64
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2016-11-30ehea: Remove unnecessary memset of stats in netdev private dataTobias Klauser1-1/+0
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. Miller2-4/+8
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-11-03ehea: fix operation state reportGuilherme G. Piccoli1-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-15/+33
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 Falcon2-11/+25
2016-10-29Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller2-25/+11
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2-11/+25
2016-10-27ethernet: fix min/max MTU typosStefan Richter1-1/+1
2016-10-20ethernet: use net core MTU range checking in more driversJarod Wilson2-15/+7
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-10-18ibmvnic: Driver Version 1.0.1Thomas Falcon1-1/+1
2016-10-18ethernet/ibm: use core min/max MTU checkingJarod Wilson2-13/+9
2016-10-13net: deprecate eth_change_mtu, remove usageJarod Wilson1-1/+0
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+32
2016-09-16net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov1-0/+3
2016-09-16net/ibm/emac: add set mac addr callbackIvan Mikhaylov1-2/+29
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman3-10/+9
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 Falcon2-2/+34
2016-07-09ibmvnic: Fix passive VNIC server login processThomas Falcon2-2/+61
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-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de1-5/+4
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-2/+2
2016-05-04drivers: net: emac: add Atheros AR8035 phy initialization codeChristian Lamparter1-0/+26
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2-20/+37
2016-04-05ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-05ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2-4/+194