summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ibm
AgeCommit message (Expand)AuthorFilesLines
2018-01-25net/ibm/emac: wrong bit is used for STA control register writeIvan Mikhaylov1-1/+1
2018-01-25net/ibm/emac: add 8192 rx/tx fifo sizeIvan Mikhaylov2-0/+8
2018-01-22ibmvnic: Allocate and request vpd in init_resourcesJohn Allen1-7/+9
2018-01-22ibmvnic: Revert to previous mtu when unsupported value requestedJohn Allen1-1/+11
2018-01-22ibmvnic: Modify buffer size and number of queues on failoverJohn Allen2-7/+40
2018-01-19ibmvnic: Fix IPv6 packet descriptorsThomas Falcon1-9/+11
2018-01-19ibmvnic: Fix IP offload control bufferThomas Falcon1-0/+4
2018-01-16ibmvnic: Fix pending MAC address changesThomas Falcon1-6/+7
2017-11-18ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario1-2/+1
2017-11-14ibmvnic: Feature implementation of Vital Product Data (VPD) for the ibmvnic d...Desnes Augusto Nunes do Rosario2-4/+176
2017-11-11ibmvnic: Add vnic client data to login bufferNathan Fontenot2-2/+68
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27ibmvnic: Fix failover error path for non-fatal resetsJohn Allen2-2/+4
2017-10-27ibmvnic: Update reset infrastructure to support tunable parametersJohn Allen2-28/+209
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+8
2017-10-19ibmvnic: Let users change net device featuresThomas Falcon1-0/+2
2017-10-19ibmvnic: Enable TSO supportThomas Falcon2-8/+53
2017-10-19ibmvnic: Enable scatter-gather supportThomas Falcon1-2/+21
2017-10-18ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon1-8/+8
2017-10-01ibmvnic: Set state UPMick Tarsel1-0/+2
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
2017-06-29net: ibm: ibmveth: constify dev_pm_ops structures.Arvind Yadav1-1/+1
2017-06-29ibmvnic: Fix assignment of RX/TX IRQ'sThomas Falcon1-7/+7
2017-06-22ibmvnic: Correct return code checking for ibmvnic_init during probeNathan Fontenot1-1/+1
2017-06-22ibmvnic: Fix error handling when registering long-term-mapped buffersThomas Falcon2-45/+35
2017-06-22ibmvnic: Fix incorrectly defined ibmvnic_request_map_rsp structureThomas Falcon1-1/+1
2017-06-20ibmvnic: Return from ibmvnic_resume if not in VNIC_OPEN stateJohn Allen1-0/+3
2017-06-20ibmveth: properly unwind on init errorsChristoph Hellwig1-85/+74
2017-06-16ibmvnic: driver initialization for kdump/kexecNathan Fontenot1-5/+19
2017-06-15ibmvnic: Exit polling routine correctly during adapter resetThomas Falcon1-3/+6
2017-06-15ibmvnic: Remove VNIC_CLOSING check from pending_scrqThomas Falcon1-2/+1