summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-061-20/+28
|\
| * net: phy: phylink: fix SFP interface autodetectionBaruch Siach2018-10-051-20/+28
* | net: phy: Move linkmode helpers to somewhere publicAndrew Lunn2018-10-021-27/+0Star
* | net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart2018-09-201-0/+3
|/
* phylink: add helper for configuring 2500BaseX modesRussell King2018-08-091-0/+30
* net: phy: phylink: Don't release NULL GPIOFlorian Fainelli2018-05-211-1/+1
* net: phy: phylink: Poll link GPIOsRussell King2018-05-111-0/+16
* net: phy: phylink: Release link GPIOFlorian Fainelli2018-05-111-0/+2
* net: phy: phylink: Use gpiod_get_value_cansleep()Florian Fainelli2018-05-111-1/+1
* sfp/phylink: move module EEPROM ethtool access into netdev core ethtoolRussell King2018-03-301-28/+0Star
* net: phy: phylink: Provide PHY interface to mac_link_{up, down}Florian Fainelli2018-03-301-1/+3
* net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-051-6/+6
* net: phylink: Remove redundant netdev.phydev assignmentRichard Cochran2018-03-011-2/+0Star
* phylink,sfp: negotiate interface format with MACRussell King2018-02-281-14/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-091-2/+3
|\
| * phylink: mark expected switch fall-throughs in phylink_mii_ioctlGustavo A. R. Silva2018-01-081-0/+2
| * phylink: ensure we report link down when LOS assertedRussell King2018-01-021-2/+1Star
* | phylink: remove 'mode' variable from phylink_sfp_module_insert()Russell King2018-01-031-7/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-291-0/+2
|\|
| * phylink: ensure AN is enabledRussell King2017-12-261-0/+1
| * phylink: ensure the PHY interface mode is appropriately setRussell King2017-12-261-0/+1
* | phylink: avoid attaching more than one PHYRussell King2017-12-211-0/+3
* | phylink: fix locking assertsRussell King2017-12-181-17/+17
* | net: phy: phylink: Handle NULL fwnode_handleFlorian Fainelli2017-12-151-0/+3
* | net: phy: phylink: Report MoCA as PORT_BNCFlorian Fainelli2017-12-131-1/+4
* | net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli2017-12-131-2/+32
* | net: phy: phylink: Remove error messageFlorian Fainelli2017-12-131-3/+1Star
* | net: phy: phylink: Use PHY device interface if N/AFlorian Fainelli2017-12-131-0/+6
* | net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli2017-12-131-2/+5
* | phylink: convert to fwnodeRussell King2017-12-051-38/+53
* | sfp: convert to fwnodeRussell King2017-12-051-1/+2
* | phylink: add documentation for kernel APIsRussell King2017-12-051-0/+182
* | phylink: restart 802.3z negotiation when starting net deviceRussell King2017-12-051-0/+6
* | phylink: remove phylink_init_eee()Russell King2017-12-051-13/+0Star
* | phylink: add support for 2500baseX and 10GbaseKRRussell King2017-12-051-0/+2
* | phylink: get rid of separate Cisco SGMII and 802.3z modesRussell King2017-12-051-25/+14Star
* | phylink: merge SGMII and 802.3z handlingRussell King2017-12-051-7/+9
* | phy: add phy_interface_mode_is_8023z() helperRussell King2017-12-051-2/+1Star
|/
* phylink: ensure we take the link down when phylink_stop() is calledRussell King2017-12-011-0/+1
* phylink: make local function phylink_phy_change() staticWei Yongjun2017-11-041-1/+2
* net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli2017-11-011-7/+6Star
* phylink: Fix an uninitialized variable bugDan Carpenter2017-08-111-1/+1
* phylink: add in-band autonegotiation support for 10GBase-KR mode.Russell King2017-08-071-0/+17
* phylink: add support for MII ioctl access to Clause 45 PHYsRussell King2017-08-071-33/+124
* phylink: add module EEPROM supportRussell King2017-08-071-0/+28
* sfp: add sfp-bus to bridge between network devices and sfp cagesRussell King2017-08-071-0/+157
* phylink: add phylink infrastructureRussell King2017-08-071-0/+1169