summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-01-15net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)-2/+5
2025-01-15net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)-1/+1
2025-01-15net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)-6/+16
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET-56/+56
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit-0/+108
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit-5/+10
2025-01-14net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit-2/+10
2025-01-14net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King-1/+1
2025-01-14net: phy: dp83tg720: add statistics supportOleksij Rempel-0/+161
2025-01-14net: phy: dp83td510: add statistics supportOleksij Rempel-0/+112
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel-0/+20
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski-0/+45
2025-01-14net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONALDivya Koppera-2/+2
2025-01-11net: phy: dp83822: Add support for PHY LEDs on DP83822Dimitri Fedrau-2/+275
2025-01-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)-5/+22
2025-01-09net: phy: micrel: use helper phy_disable_eeeHeiner Kallweit-1/+1
2025-01-06net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)-0/+11
2025-01-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+101
2025-01-02net: phy: fix phy_disable_eeeHeiner Kallweit-1/+2
2024-12-23net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera-3/+38
2024-12-23net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera-0/+1
2024-12-23net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera-1/+8
2024-12-23net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera-0/+1039
2024-12-23net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera-0/+223
2024-12-19net: phy: add phy_disable_eeeHeiner Kallweit-0/+16
2024-12-19net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang-13/+101
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+3
2024-12-18net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann-3/+3
2024-12-17net: phy: ks8995: constify 'struct bin_attribute'Thomas Weißschuh-4/+4
2024-12-16net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent-0/+10
2024-12-15net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean-0/+7
2024-12-15net: phy: dp83822: Add support for GPIO2 clock outputDimitri Fedrau-0/+48
2024-12-10net: phy: dp83822: Replace DP83822_DEVADDR with MDIO_MMD_VEND2Dimitri Fedrau-30/+28
2024-12-06net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)-2/+2
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)-11/+6
2024-12-06net: phy: avoid genphy_c45_ethtool_get_eee() setting eee_enabledRussell King (Oracle)-3/+1
2024-12-06net: phy: marvell: use phydev->eee_cfg.eee_enabledRussell King (Oracle)-3/+1
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+21
2024-12-04net: phylink: remove phylink_phy_no_inband()Russell King (Oracle)-21/+6
2024-12-04net: phylink: add negotiation of in-band capabilitiesRussell King (Oracle)-10/+144
2024-12-04net: phylink: add pcs_inband_caps() methodRussell King (Oracle)-0/+60
2024-12-04net: phy: marvell: implement config_inband() methodRussell King (Oracle)-0/+31
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)-0/+32
2024-12-04net: phy: marvell: implement phy_inband_caps() methodRussell King (Oracle)-0/+17
2024-12-04net: phy: bcm84881: implement phy_inband_caps() methodRussell King (Oracle)-0/+10
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)-0/+21
2024-12-04net: phylink: add debug for phylink_major_config()Russell King (Oracle)-1/+26
2024-12-04net: phylink: split cur_link_an_mode into requested and activeRussell King (Oracle)-29/+31
2024-12-04net: phylink: pass phylink and pcs into phylink_pcs_neg_mode()Russell King (Oracle)-13/+13
2024-12-02net: phy: microchip: Reset LAN88xx PHY to ensure clean link state on LAN7800/...Oleksij Rempel-0/+21