summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-08net: sfp: ignore disabled SFP nodeMarek BehĂșn1-0/+5
2021-11-26net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)1-1/+1
2019-09-19net: phylink: Fix flow control resolutionStefan Chulski1-3/+3
2019-08-09net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-03-14net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-02-27net: phylink: avoid resolving link state too earlyRussell King1-6/+13
2018-11-13net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-11-04net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-08-03net: phy: phylink: Release link GPIOFlorian Fainelli1-0/+2
2018-02-25phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2018-01-17phylink: ensure we report link down when LOS assertedRussell King1-2/+1
2018-01-02phylink: ensure AN is enabledRussell King1-0/+1
2018-01-02phylink: ensure the PHY interface mode is appropriately setRussell King1-0/+1
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-07phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-07phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-07phylink: add module EEPROM supportRussell King1-0/+28
2017-08-07sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King1-0/+157
2017-08-07phylink: add phylink infrastructureRussell King1-0/+1169