summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit
2025-01-14net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit
2025-01-14net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King
2025-01-14net: phy: dp83tg720: add statistics supportOleksij Rempel
2025-01-14net: phy: dp83td510: add statistics supportOleksij Rempel
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski
2025-01-14net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONALDivya Koppera
2025-01-11net: phy: dp83822: Add support for PHY LEDs on DP83822Dimitri Fedrau
2025-01-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)
2025-01-09net: phy: micrel: use helper phy_disable_eeeHeiner Kallweit
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-01-02net: phy: fix phy_disable_eeeHeiner Kallweit
2024-12-23net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera
2024-12-23net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera
2024-12-23net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera
2024-12-23net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera
2024-12-23net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann
2024-12-17net: phy: ks8995: constify 'struct bin_attribute'Thomas Weißschuh
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean
2024-12-15net: phy: dp83822: Add support for GPIO2 clock outputDimitri Fedrau
2024-12-10net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2Dimitri Fedrau
2024-12-06net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)
2024-12-06net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-04net: phylink: remove phylink_phy_no_inband()Russell King (Oracle)
2024-12-04net: phylink: add negotiation of in-band capabilitiesRussell King (Oracle)
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: marvell: implement config_inband() methodRussell King (Oracle)
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: marvell: implement phy_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: bcm84881: implement phy_inband_caps() methodRussell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)