summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
2020-12-11ibmvnic: Fix TX completion error handlingThomas Falcon1-3/+1
2020-12-11ibmvnic: Ensure that SCRQ entry reads are correctly orderedThomas Falcon1-0/+18
2020-12-02ibmvnic: fix NULL pointer dereference in ibmvic_reset_crqLijun Pan1-0/+3
2020-10-29ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-08-21ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-06-20drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-01-29ehea: Fix a copy-paste err in ehea_init_port_resYueHaibing1-1/+1
2019-09-10ibmveth: Convert multicast list size for little-endian systemThomas Falcon1-4/+5
2019-05-04net: ibm: fix possible object reference leakWen Yang1-0/+1
2019-03-05ibmveth: Do not process frames after calling napi_rescheduleThomas Falcon1-2/+0
2019-01-09ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-05-30ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon1-0/+1
2018-04-13net: emac: fix reset timeout with AR8035 phyChristian Lamparter1-4/+22
2018-03-24ibmvnic: Disable irq prior to closeBrian King1-0/+18
2017-12-14ibmvnic: Allocate number of rx/tx buffers agreed on by firmwareThomas Falcon1-8/+8
2017-12-14ibmvnic: Fix overflowing firmware/hardware TX queueThomas Falcon2-1/+27
2017-10-12net: emac: Fix napi poll list corruptionChristian Lamparter1-2/+1
2017-10-08ibmvnic: Free tx/rx scrq pointer array when releasing sub-crqsNathan Fontenot1-0/+2
2017-07-05ibmveth: Add a proper check for the availability of the checksum featuresThomas Huth1-2/+5
2017-06-17ibmvnic: Initialize completion variables before starting workNathan Fontenot1-8/+9
2017-06-17ibmvnic: Call napi_disable instead of napi_enable in failure pathNathan Fontenot1-1/+1
2017-06-17ibmvnic: Fix endian error when requesting device capabilitiesThomas Falcon1-2/+2
2017-06-17ibmvnic: Fix endian errors in error reporting outputThomas Falcon1-4/+4
2017-03-22ibmveth: calculate gso_segs for large packetsThomas Falcon1-2/+10
2016-12-10ibmveth: set correct gso_size and gso_typeThomas Falcon2-2/+64
2016-11-26ibmvnic: drop duplicate header seq_file.hGeliang Tang1-1/+0
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-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-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-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