summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phylink.c
AgeCommit message (Expand)Author
2019-12-08net: phylink: update to use phy_support_asym_pause()Russell King
2019-11-25net: sfp: rework upstream interfaceRussell King
2019-11-25net: sfp: move fwnode parsing into sfp-bus layerRussell King
2019-11-25net: phylink: use more linkmode_*Russell King
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King
2019-11-19net: phylink: update documentation on create and destroyRussell King
2019-11-01net: phylink: Fix phylink_dbg() macroFlorian Fainelli
2019-10-09phylink: fix kernel-doc warningsRandy Dunlap
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-04net: phylink: avoid reducing support maskRussell King
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King
2019-05-31net: phylink: support for link gpio interruptRussell King
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-29net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei
2019-05-29net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei
2019-05-29net: phylink: ensure consistent phy interface modeRussell King
2019-05-21net: phylink: ensure inband AN works correctlyRussell King
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-01net: phy: phylink: fix uninitialized variable in phylink_get_mac_stateHeiner Kallweit
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-12net: phylink: avoid resolving link state too earlyRussell King
2019-02-12net: phylink: add phylink_init_eee() helperRussell King
2019-02-12net: phylink: only call mac_config() during resolve when link is upRussell King
2019-01-24net: phy: change phy_start_interrupts to phy_request_interruptHeiner Kallweit
2019-01-24net: phy: start state machine in phy_start onlyHeiner Kallweit
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-05net: phy: phylink: fix SFP interface autodetectionBaruch Siach
2018-10-01net: phy: Move linkmode helpers to somewhere publicAndrew Lunn
2018-09-19net: phy: phylink: ensure the carrier is off when starting phylinkAntoine Tenart
2018-08-09phylink: add helper for configuring 2500BaseX modesRussell King
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