summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2017-12-14ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon
2017-12-14ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon
2017-10-12net: emac: Fix napi poll list corruptionChristian Lamparter
2017-10-08ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot
2017-07-05ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth
2017-06-17ibmvnic: Initialize completion variables before starting workNathan Fontenot
2017-06-17ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot
2017-06-17ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon
2017-06-17ibmvnic: Fix endian errors in error reporting outputThomas Falcon
2017-03-22ibmveth: calculate gso_segs for large packetsThomas Falcon
2016-12-09ibmveth: set correct gso_size and gso_typeThomas Falcon
2016-11-25ibmvnic: drop duplicate header seq_file.hGeliang Tang
2016-11-13ibmvnic: Fix size of debugfs name bufferThomas Falcon
2016-11-13ibmvnic: Unmap ibmvnic_statistics structureThomas Falcon
2016-11-09ibmvnic: Start completion queue negotiation at server-provided optimum valuesJohn Allen
2016-11-03ehea: fix operation state reportGuilherme G. Piccoli
2016-10-29ibmvnic: Fix missing brackets in init_sub_crq_irqsThomas Falcon
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon
2016-10-29Revert "ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt context"David S. Miller
2016-10-29ibmvnic: Fix releasing of sub-CRQ IRQs in interrupt contextThomas Falcon
2016-10-18ibmvnic: Update MTU after device initializationThomas Falcon
2016-10-18ibmvnic: Fix GFP_KERNEL allocation in interrupt contextThomas Falcon
2016-10-18ibmvnic: Driver Version 1.0.1Thomas Falcon
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-09-16net/ibm/emac: add mutex to 'set multicast list'Ivan Mikhaylov
2016-09-16net/ibm/emac: add set mac addr callbackIvan Mikhaylov
2016-09-13net: Remove NO_IRQ from powerpc-only network driversMichael Ellerman
2016-08-25ibmvnic: fix error return code in ibmvnic_probe()Wei Yongjun
2016-08-25ibmvnic: convert to use simple_open()Wei Yongjun
2016-08-19ibmvnic: Handle backing device failover and reinitializationThomas Falcon
2016-07-09ibmvnic: Fix passive VNIC server login processThomas Falcon
2016-07-09ibmvnic: simplify and improve driver probe functionThomas Falcon
2016-07-09ibmvnic: dispose irq mappingsThomas Falcon
2016-07-09ibmvnic: properly start and stop tx queuesThomas Falcon
2016-06-29ibmvnic: fix to use list_for_each_safe() when delete itemsWei Yongjun
2016-05-19net: ehea: avoid null pointer dereferencexypron.glpk@gmx.de
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal
2016-05-04drivers: net: emac: add Atheros AR8035 phy initialization codeChristian Lamparter
2016-04-09ibmvnic: Enable use of multiple tx/rx scrqsJohn Allen
2016-04-05ibmvnic: enable RX checksum offloadThomas Falcon
2016-04-05ibmvnic: map L2/L3/L4 header descriptors to firmwareThomas Falcon
2016-03-07ibmveth: check return of skb_linearize in ibmveth_start_xmitThomas Falcon
2016-03-03ibmvnic: Fix ibmvnic_capability structThomas Falcon
2015-12-28Driver for IBM System i/p VNIC protocolThomas Falcon
2015-12-20ibmveth: consolidate kmalloc of array, memset 0 to kcallocNicholas Mc Guire
2015-12-15net: Rename NETIF_F_ALL_CSUM to NETIF_F_CSUM_MASKTom Herbert
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-09-28net/ibm/emac: bump version numbers for correct work with ethtoolIvan Mikhaylov
2015-09-22net/ibm/emac: fix type of phy_modeAndrzej Hajda