summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: drop duplicate header seq_file.hGeliang Tang2016-11-261-1/+0Star
* 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-101-3/+2Star
* ehea: fix operation state reportGuilherme G. Piccoli2016-11-031-0/+2
* 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/+11Star
* 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
* 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/+9Star
* | ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun2016-08-261-0/+1
* | ibmvnic: convert to use simple_open()Wei Yongjun2016-08-261-12/+6Star
* | ibmvnic: Handle backing device failover and reinitializationThomas Falcon2016-08-202-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/+4Star
* 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-061-0/+4
* ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon2016-04-062-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/+32Star
* 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/+1Star
* 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/+0Star
* 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-291-3/+3
* | net/ibm/emac: fix type of phy_modeAndrzej Hajda2015-09-231-1/+1
|/
* ibmveth: add support for TSO6Thomas Falcon2015-07-162-28/+135
* drivers/net: remove all references to obsolete Ethernet-HOWTOPaul Gortmaker2015-06-231-3/+1Star
* net/ibm/emac: use swap() in emac_make_bootlist()Fabian Frederick2015-06-121-7/+3Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-022-15/+8Star
|\
| * net/ibm/emac: fix size of emac dump memory areasIvan Mikhaylov2015-05-252-15/+8Star
* | ibmveth: Add support for Large Receive OffloadThomas Falcon2015-04-302-1/+17
* | ibmveth: Add GRO supportThomas Falcon2015-04-301-1/+1
* | ibmveth: Add support for TSOThomas Falcon2015-04-302-1/+19
* | ibmveth: change rx buffer default allocation for CMOThomas Falcon2015-04-302-1/+5
|/
* ehea: Fix memory hook reference counting crashesMichael Ellerman2015-04-251-2/+4
* ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson2015-04-231-2/+2