summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
2021-03-03ibmvnic: skip send_request_unmap for timeout resetLijun Pan1-1/+6
2021-02-07ibmvnic: Ensure that CRQ entry read are correctly orderedLijun Pan1-0/+6
2020-12-08ibmvnic: Fix TX completion error handlingThomas Falcon1-3/+1
2020-12-08ibmvnic: 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-12-02ibmvnic: fix NULL pointer dereference in reset_sub_crq_queuesLijun Pan1-0/+3
2020-10-29ibmveth: Identify ingress large send packets.David Wilder1-1/+12
2020-10-29ibmveth: Switch order of ibmveth_helper calls.David Wilder1-5/+5
2020-08-05ibmvnic: Fix IRQ mapping disposal in error pathThomas Falcon1-1/+1
2020-06-30ibmveth: Fix max MTU limitThomas Falcon1-1/+1
2020-06-20drivers/net/ibmvnic: Update VNIC protocol version reportingThomas Falcon1-5/+3
2020-01-27ehea: 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-07-21ibmvnic: Refresh device multicast list after resetThomas Falcon1-0/+3
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-13ibmvnic: Fix non-atomic memory allocation in IRQ contextThomas Falcon1-1/+1
2019-01-09ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2018-12-13ibmvnic: Fix RX queue buffer cleanupThomas Falcon1-2/+2
2018-11-23ibmvnic: fix accelerated VLAN handlingMichał Mirosław1-1/+1
2018-10-20net: emac: fix fixed-link setup for the RTL8363SB switchChristian Lamparter1-5/+10
2018-08-24ibmvnic: Fix error recovery on login failureJohn Allen1-2/+2
2018-05-30ibmvnic: Zero used TX descriptor counter on resetThomas Falcon1-0/+1
2018-05-30ibmvnic: Check for NULL skb's in NAPI poll routineThomas Falcon1-0/+5
2018-05-30ibmvnic: Clean RX pool buffers during device closeThomas Falcon1-1/+30
2018-05-30ibmvnic: Free RX socket buffer in case of adapter errorThomas Falcon1-0/+1
2018-05-30ibmvnic: Wait until reset is complete to set carrier onThomas Falcon1-2/+2
2018-04-12ibmvnic: Don't handle RX interrupts when not up.Nathan Fontenot1-0/+6
2017-12-25ibmvnic: Set state UPMick Tarsel1-0/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-18ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon1-8/+8
2017-09-20net: emac: Fix napi poll list corruptionChristian Lamparter1-2/+1
2017-08-21net: ibm: emac: Fix some error handling path in 'emac_probe()'Christophe Jaillet2-9/+4
2017-08-17net: ibm: ibmvnic: constify vio_device_idArvind Yadav1-1/+1
2017-08-17net: ibm: ibmveth: constify vio_device_idArvind Yadav1-1/+1
2017-08-10ibmvnic: Correct 'unused variable' warning in build.Nathan Fontenot1-1/+0
2017-08-10ibmvnic: Add netdev_dbg output for debuggingNathan Fontenot1-7/+55
2017-08-10ibmvnic: Clean up resources on probe failureNathan Fontenot1-11/+15
2017-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+14
2017-08-08ibmvnic: Report rx buffer return codes as netdev_dbgJohn Allen1-1/+2
2017-08-03ibmvnic: Implement .get_channelsJohn Allen1-0/+16
2017-08-03ibmvnic: Implement .get_ringparamJohn Allen1-4/+6
2017-08-03ibmvnic: Convert vnic server reported statistics to cpu endianJohn Allen1-1/+2
2017-08-03ibmvnic: Implement per-queue statistics reportingJohn Allen2-2/+101
2017-08-02ibmvnic: Initialize SCRQ's during login renegotiationThomas Falcon1-1/+14
2017-07-25ibmvnic: Check for transport event on driver resumeJohn Allen1-4/+1
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring7-66/+49
2017-07-07Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-85/+74
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-107/+423
2017-07-04Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+2