summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)Author
2020-01-29ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing
2019-09-10ibmveth: Convert multicast list size for little-endian systemThomas Falcon
2019-05-04net: ibm: fix possible object reference leakWen Yang
2019-03-05ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon
2019-01-09ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler
2018-05-30ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon
2018-04-13net: emac: fix reset timeout with AR8035 phyChristian Lamparter
2018-03-24ibmvnic: Disable irq prior to closeBrian King
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