summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/amd/xgbe/xgbe-mdio.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-23amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju1-1/+13
2023-05-26amd-xgbe: fix the false linkup in xgbe_phy_statusRaju Rangoju1-3/+9
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+24
2023-01-13amd-xgbe: Delay AN timeout during KR trainingRaju Rangoju1-0/+24
2023-01-10amd-xgbe: Add support for 10 Mbps speedRaju Rangoju1-0/+24
2022-12-30net: amd-xgbe: add missed tasklet_killJiguang Xiao1-1/+3
2021-02-17net: amd-xgbe: Reset link when the link never comes backShyam Sundar S K1-1/+1
2021-02-17net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warningShyam Sundar S K1-1/+0
2020-09-14net: amd-xgbe: convert tasklets to use new tasklet_setup() APIAllen Pais1-6/+5
2018-07-26net: fix amd-xgbe flow-control issuetangpengpeng1-2/+2
2018-05-23amd-xgbe: Improve SFP 100Mbps auto-negotiationTom Lendacky1-34/+43
2018-05-23amd-xgbe: Always attempt link training in KR modeTom Lendacky1-53/+16
2018-05-23amd-xgbe: Add ethtool support to retrieve SFP module infoTom Lendacky1-0/+21
2018-04-24amd-xgbe: Improve KR auto-negotiation and trainingTom Lendacky1-3/+5
2018-04-24amd-xgbe: Add pre/post auto-negotiation phy hooksTom Lendacky1-2/+14
2017-08-19amd-xgbe: Convert to using the new link mode settingsLendacky, Thomas1-30/+47
2017-08-19amd-xgbe: Be sure driver shuts down cleanly on module removalLendacky, Thomas1-2/+0
2017-08-19amd-xgbe: Set the MII control width for the MAC interfaceLendacky, Thomas1-0/+2
2017-06-29amd-xgbe: Re-issue interrupt if interrupt status not clearedLendacky, Thomas1-3/+30
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal1-0/+1
2016-11-16amd-xgbe: Fix mask appliciation for Clause 37 registerLendacky, Thomas1-2/+2
2016-11-13amd-xgbe: Add support for a KR redriverLendacky, Thomas1-13/+32
2016-11-13amd-xgbe: Add support for SFP+ modulesLendacky, Thomas1-1/+108
2016-11-13amd-xgbe: Add PCI device supportLendacky, Thomas1-8/+20
2016-11-04amd-xgbe: Add support for clause 37 auto-negotiationLendacky, Thomas1-7/+235
2016-11-04amd-xgbe: Prepare for introduction of clause 37 autonegLendacky, Thomas1-80/+155
2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas1-384/+165
2016-11-04amd-xgbe: Fix formatting of PCS register dumpLendacky, Thomas1-12/+12
2016-02-17amd-xgbe: Mask auto-negotiation interrupts in ISRLendacky, Thomas1-24/+29
2015-10-05amd-xgbe: Remove the XGBE_LINK state bitLendacky, Thomas1-12/+4
2015-05-25amd-xgbe: Add more netif_dbg output to the driverLendacky, Thomas1-6/+62
2015-05-25amd-xgbe: Fix initial mode when auto-negotiation is disabledLendacky, Thomas1-3/+42
2015-05-15amd-xgbe: Fix flow control setting logicLendacky, Thomas1-22/+51
2015-05-15amd-xgbe: Move the PHY support into amd-xgbeLendacky, Thomas1-120/+1045
2015-05-15amd-xgbe: Add netif_* message support to the driverLendacky, Thomas1-40/+43
2015-01-17amd-xgbe: Add ACPI supportLendacky, Thomas1-18/+1
2015-01-17amd-xgbe: Add check to be sure amd-xgbe-phy driver is usedLendacky, Thomas1-2/+6
2015-01-17amd-xgbe: Checkpatch fixesLendacky, Thomas1-1/+1
2014-09-06amd-xgbe: Checkpatch driver fixesLendacky, Thomas1-1/+0
2014-08-06amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas1-98/+0
2014-08-03amd-xgbe: Remove unnecessary spinlocksLendacky, Thomas1-5/+0
2014-07-16amd-xgbe: Remove the adjustments needed for fixed speedLendacky, Thomas1-4/+0
2014-06-12amd-xgbe: unwind on error in xgbe_mdio_register()Dan Carpenter1-1/+1
2014-06-06amd-xgbe: Initial AMD 10GbE platform driverLendacky, Thomas1-0/+433