aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-05sfp: convert to fwnodeRussell King1-1/+2
2017-12-05phylink: add documentation for kernel APIsRussell King1-0/+182
2017-12-05phylink: restart 802.3z negotiation when starting net deviceRussell King1-0/+6
2017-12-05phylink: remove phylink_init_eee()Russell King1-13/+0
2017-12-05phylink: add support for 2500baseX and 10GbaseKRRussell King1-0/+2
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King1-25/+14
2017-12-05phylink: merge SGMII and 802.3z handlingRussell King1-7/+9
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King1-2/+1
2017-12-01phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2017-11-04phylink: make local function phylink_phy_change() staticWei Yongjun1-1/+2
2017-11-01net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli1-7/+6
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter1-1/+1
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King1-0/+17
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King1-33/+124
2017-08-06phylink: add module EEPROM supportRussell King1-0/+28
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King1-0/+157
2017-08-06phylink: add phylink infrastructureRussell King1-0/+1169