summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)AuthorFilesLines
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