summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* ehea: Remove unnecessary memset of stats in netdev private dataTobias Klauser2016-11-301-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-1/+0
|\
| * ibmvnic: drop duplicate header seq_file.hGeliang Tang2016-11-251-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-152-4/+8
|\|
| * ibmvnic: Fix size of debugfs name bufferThomas Falcon2016-11-131-1/+1
| * ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon2016-11-131-0/+3
| * ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen2016-11-091-3/+2
| * ehea: fix operation state reportGuilherme G. Piccoli2016-11-031-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-302-15/+33
|\|
| * ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon2016-10-291-2/+4
| * ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-292-11/+25
| * Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller2016-10-292-25/+11
| * ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon2016-10-292-11/+25
| * ibmvnic: Update MTU after device initializationThomas Falcon2016-10-181-0/+2
| * ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon2016-10-181-1/+1
| * ibmvnic: Driver Version 1.0.1Thomas Falcon2016-10-181-1/+1
* | ethernet: fix min/max MTU typosStefan Richter2016-10-271-1/+1
* | ethernet: use net core MTU range checking in more driversJarod Wilson2016-10-202-15/+7
* | ethernet/ibm: use core min/max MTU checkingJarod Wilson2016-10-182-13/+9
* | net: deprecate eth_change_mtu, remove usageJarod Wilson2016-10-131-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-2/+32
|\
| * net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov2016-09-161-0/+3
| * net/ibm/emac: add set mac addr callbackIvan Mikhaylov2016-09-161-2/+29
* | net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman2016-09-133-10/+9
* | ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun2016-08-251-0/+1
* | ibmvnic: convert to use simple_open()Wei Yongjun2016-08-251-12/+6
* | ibmvnic: Handle backing device failover and reinitializationThomas Falcon2016-08-192-2/+34
|/
* ibmvnic: Fix passive VNIC server login processThomas Falcon2016-07-092-2/+61
* ibmvnic: simplify and improve driver probe functionThomas Falcon2016-07-091-56/+103
* ibmvnic: dispose irq mappingsThomas Falcon2016-07-091-0/+2
* ibmvnic: properly start and stop tx queuesThomas Falcon2016-07-091-2/+3
* ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun2016-06-291-7/+7
* net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de2016-05-191-5/+4
* treewide: replace dev->trans_start update with helperFlorian Westphal2016-05-041-2/+2
* drivers: net: emac: add Atheros AR8035 phy initialization codeChristian Lamparter2016-05-041-0/+26
* ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen2016-04-092-20/+37
* ibmvnic: enable RX checksum offloadThomas Falcon2016-04-051-0/+4
* ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2016-04-052-4/+194
* ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon2016-03-071-1/+4
* ibmvnic: Fix ibmvnic_capability structThomas Falcon2016-03-032-34/+32
* Driver for IBM System i/p VNIC protocolThomas Falcon2015-12-284-0/+4642
* ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire2015-12-201-3/+1
* net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert2015-12-151-2/+3
* drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera2015-10-161-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-021-3/+3
|\
| * net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov2015-09-281-3/+3
* | net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-221-1/+1
|/
* ibmveth: add support for TSO6Thomas Falcon2015-07-152-28/+135
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1
* net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick2015-06-111-7/+3