aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2019-09-16net: phylink: ensure consistent phy interface modeRussell King
2019-03-16net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit
2019-03-08net: phylink: avoid resolving link state too earlyRussell King
2018-11-13net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart
2018-10-18net: phy: phylink: fix SFP interface autodetectionBaruch Siach
2018-05-21net: phy: phylink: Don't release NULL GPIOFlorian Fainelli
2018-05-11net: phy: phylink: Poll link GPIOsRussell King
2018-05-11net: phy: phylink: Release link GPIOFlorian Fainelli
2018-05-11net: phy: phylink: Use gpiod_get_value_cansleep()Florian Fainelli
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King
2018-03-30net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King
2018-03-01net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran
2018-02-28phylink,sfp: negotiate interface format with MACRussell King
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-08phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva
2018-01-02phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King
2018-01-02phylink: ensure we report link down when LOS assertedRussell King
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-25phylink: ensure AN is enabledRussell King
2017-12-25phylink: ensure the PHY interface mode is appropriately setRussell King
2017-12-21phylink: avoid attaching more than one PHYRussell King
2017-12-18phylink: fix locking assertsRussell King
2017-12-15net: phy: phylink: Handle NULL fwnode_handleFlorian Fainelli
2017-12-13net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli
2017-12-13net: phy: phylink: Remove error messageFlorian Fainelli
2017-12-13net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli
2017-12-05phylink: convert to fwnodeRussell King
2017-12-05sfp: convert to fwnodeRussell King
2017-12-05phylink: add documentation for kernel APIsRussell King
2017-12-05phylink: restart 802.3z negotiation when starting net deviceRussell King
2017-12-05phylink: remove phylink_init_eee()Russell King
2017-12-05phylink: add support for 2500baseX and 10GbaseKRRussell King
2017-12-05phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King
2017-12-05phylink: merge SGMII and 802.3z handlingRussell King
2017-12-05phy: add phy_interface_mode_is_8023z() helperRussell King
2017-12-01phylink: ensure we take the link down when phylink_stop() is calledRussell King
2017-11-04phylink: make local function phylink_phy_change() staticWei Yongjun
2017-11-01net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli
2017-08-11phylink: Fix an uninitialized variable bugDan Carpenter
2017-08-06phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King
2017-08-06phylink: add support for MII ioctl access to Clause 45 PHYsRussell King
2017-08-06phylink: add module EEPROM supportRussell King
2017-08-06sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King
2017-08-06phylink: add phylink infrastructureRussell King