summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
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-09net: 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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+64
2016-12-10ibmveth: 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-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2016-11-26ibmvnic: 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-10ibmvnic: 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-30ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon1-2/+4
2016-10-30ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2-11/+25
2016-10-30Revert "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-26ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun1-0/+1
2016-08-26ibmvnic: convert to use simple_open()Wei Yongjun1-12/+6
2016-08-20ibmvnic: Handle backing device failover and reinitializationThomas Falcon2-2/+34
2016-07-10ibmvnic: Fix passive VNIC server login processThomas Falcon2-2/+61
2016-07-10ibmvnic: simplify and improve driver probe functionThomas Falcon1-56/+103
2016-07-10ibmvnic: dispose irq mappingsThomas Falcon1-0/+2
2016-07-10ibmvnic: 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-06ibmvnic: enable RX checksum offloadThomas Falcon1-0/+4
2016-04-06ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2-4/+194
2016-03-07ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon1-1/+4
2016-03-04ibmvnic: Fix ibmvnic_capability structThomas Falcon2-34/+32
2015-12-28Driver for IBM System i/p VNIC protocolThomas Falcon4-0/+4642