summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/amd
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-4/+4
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+7
2018-05-23amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky-34/+50
2018-05-23amd-xgbe: Update the BelFuse quirk to support SGMIITom Lendacky-34/+75
2018-05-23amd-xgbe: Advertise FEC support with the KR re-driverTom Lendacky-0/+4
2018-05-23amd-xgbe: Always attempt link training in KR modeTom Lendacky-53/+16
2018-05-23amd-xgbe: Add ethtool show/set channels supportTom Lendacky-0/+163
2018-05-23amd-xgbe: Prepare for ethtool set-channel supportTom Lendacky-60/+68
2018-05-23amd-xgbe: Add ethtool show/set ring parameter supportTom Lendacky-5/+72
2018-05-23amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky-0/+189
2018-05-23amd-xgbe: Remove field that indicates SFP diagnostic supportTom Lendacky-9/+0
2018-05-23amd-xgbe: Remove use of comm_owned fieldTom Lendacky-16/+0
2018-05-23amd-xgbe: Read and save the port property registers during probeTom Lendacky-47/+62
2018-05-23amd-xgbe: Fix debug output of max channel countsTom Lendacky-1/+1
2018-05-22pcnet32: add an error handling path in pcnet32_probe_pci()Bo Chen-3/+7
2018-04-25net: amd8111e: remove redundant duplicated if statementColin Ian King-10/+6
2018-04-23amd-xgbe: Only use the SFP supported transceiver signalsTom Lendacky-17/+54
2018-04-23amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky-4/+160
2018-04-23amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky-2/+19
2018-03-26ethernet: Use octal not symbolic permissionsJoe Perches-6/+6
2018-03-04net: amd8111e: remove redundant assignment to 'tx_index'Colin Ian King-1/+1
2018-02-21amd-xgbe: Restore PCI interrupt enablement setting on resumeTom Lendacky-0/+2
2018-02-06net: amd-xgbe: fix comparison to bitshift when dealing with a maskWolfram Sang-1/+1
2017-12-20net: amd-xgbe: Get rid of custom hex_dump_to_buffer()Andy Shevchenko-17/+7
2017-11-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds-1/+1
2017-11-15mm: remove __GFP_COLDMel Gorman-1/+1
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel-1/+1
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+4
2017-10-28drivers/net: amd: Convert timers to use timer_setup()Kees Cook-28/+37
2017-10-18net: amd8111e: Convert timers to use timer_setup()Kees Cook-4/+3
2017-09-21drivers: net: amd: use setup_timer() helper.Allen Pais-4/+3
2017-09-21drivers: net: amd8111e: use setup_timer() helper.Allen Pais-3/+2
2017-09-21drivers: net: amd: use setup_timer() helper.Allen Pais-3/+2
2017-09-21drivers: net: am79c961: use setup_timer() helper.Allen Pais-3/+1
2017-09-21drivers: net: declance: use setup_timer() helper.Allen Pais-3/+3
2017-09-21drivers: net: pcnet32: use setup_timer() helper.Allen Pais-3/+2
2017-09-12Merge tag 'dma-mapping-4.14' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds-8/+10
2017-08-29amd-xgbe: Interrupt summary bits are h/w version dependentTom Lendacky-5/+16
2017-08-29au1000_eth: switch to dma_alloc_attrsChristoph Hellwig-8/+10
2017-08-22net: amd: constify zorro_device_idArvind Yadav-2/+2
2017-08-18amd-xgbe: Add additional ethtool statisticsLendacky, Thomas-1/+16
2017-08-18amd-xgbe: Add support for VXLAN offload capabilitiesLendacky, Thomas-6/+520
2017-08-18amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas-242/+345
2017-08-18amd-xgbe: Add per queue Tx and Rx statisticsLendacky, Thomas-8/+46
2017-08-18amd-xgbe: Add hardware features debug outputLendacky, Thomas-3/+75
2017-08-18amd-xgbe: Optimize DMA channel interrupt enablementLendacky, Thomas-44/+37
2017-08-18amd-xgbe: Add additional dynamic debug messagesLendacky, Thomas-0/+4
2017-08-18amd-xgbe: Add support to handle device renamingLendacky, Thomas-46/+100
2017-08-18amd-xgbe: Update TSO packet statistics accuracyLendacky, Thomas-1/+1