aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-21net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-05-11net: phy: phylink: Poll link GPIOsRussell King1-0/+16
2018-05-11net: phy: phylink: Release link GPIOFlorian Fainelli1-0/+2
2018-05-11net: phy: phylink: Use gpiod_get_value_cansleep()Florian Fainelli1-1/+1
2018-03-30sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King1-28/+0
2018-03-30net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli1-1/+3
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King1-6/+6
2018-03-01net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran1-2/+0
2018-02-28phylink,sfp: negotiate interface format with MACRussell King1-14/+19
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2018-01-08phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva1-0/+2
2018-01-02phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King1-7/+8
2018-01-02phylink: ensure we report link down when LOS assertedRussell King1-2/+1
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-25phylink: ensure AN is enabledRussell King1-0/+1
2017-12-25phylink: ensure the PHY interface mode is appropriately setRussell King1-0/+1
2017-12-21phylink: avoid attaching more than one PHYRussell King1-0/+3
2017-12-18phylink: fix locking assertsRussell King1-17/+17
2017-12-15net: phy: phylink: Handle NULL fwnode_handleFlorian Fainelli1-0/+3
2017-12-13net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli1-1/+4
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli1-2/+32
2017-12-13net: phy: phylink: Remove error messageFlorian Fainelli1-3/+1
2017-12-13net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli1-0/+6
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli1-2/+5
2017-12-05phylink: convert to fwnodeRussell King1-38/+53
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