aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phylink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-11net: phylink: split link_an_mode configured and current settingsRussell King1-28/+31
2019-12-11net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King1-5/+16
2019-12-11net: phylink: re-split __phylink_connect_phy()Russell King1-15/+24
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King1-0/+22
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King1-1/+1
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-9/+6
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+20
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King1-9/+16
2019-11-19net: phylink: update documentation on create and destroyRussell King1-0/+4
2019-11-16net: phylink: update to use phy_support_asym_pause()Russell King1-9/+6
2019-11-09net: sfp: rework upstream interfaceRussell King1-4/+6
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+16
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli1-0/+16
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-10-16net: sfp: move fwnode parsing into sfp-bus layerRussell King1-15/+6
2019-10-15net: phylink: use more linkmode_*Russell King1-5/+2
2019-10-09phylink: fix kernel-doc warningsRandy Dunlap1-1/+1
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski1-3/+3
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst1-0/+2
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha1-4/+4
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+9
2019-06-04net: phylink: avoid reducing support maskRussell King1-4/+9
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King1-2/+1
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King1-0/+16
2019-05-31net: phylink: support for link gpio interruptRussell King1-4/+32
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King1-8/+4
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2019-05-29net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei1-60/+77
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei1-5/+20
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei1-9/+17
2019-05-29net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei1-18/+32
2019-05-29net: phylink: ensure consistent phy interface modeRussell King1-3/+7
2019-05-21net: phylink: ensure inband AN works correctlyRussell King1-22/+15
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2019-03-01net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit1-0/+4
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+13
2019-02-12net: phylink: avoid resolving link state too earlyRussell King1-6/+13
2019-02-12net: phylink: add phylink_init_eee() helperRussell King1-0/+18
2019-02-12net: phylink: only call mac_config() during resolve when link is upRussell King1-2/+9
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit1-2/+2
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit1-1/+0
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn1-5/+2
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn1-12/+7
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+28
2018-10-05net: phy: phylink: fix SFP interface autodetectionBaruch Siach1-20/+28
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn1-27/+0
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart1-0/+3
2018-08-09phylink: add helper for configuring 2500BaseX modesRussell King1-0/+30
2018-05-21net: phy: phylink: Don't release NULL GPIOFlorian Fainelli1-1/+1
2018-05-11net: phy: phylink: Poll link GPIOsRussell King1-0/+16