summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)12 days1-6/+9
* net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin2025-01-271-0/+2
* net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau2025-01-231-7/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2025-01-211-15/+14
|\
| * net: phy: realtek: always clear NBase-T lpaDaniel Golle2025-01-171-3/+3
| * net: phy: realtek: clear master_slave_state if link is downDaniel Golle2025-01-171-1/+3
| * net: phy: realtek: clear 1000Base-T lpa if link is downDaniel Golle2025-01-171-11/+8
* | net: phylink: fix regression when binding a PHYRussell King (Oracle)2025-01-201-1/+5
* | net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski2025-01-201-0/+5
* | net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)2025-01-201-6/+5
* | net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit2025-01-181-52/+2
* | net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP supporte...Divya Koppera2025-01-161-0/+270
* | net: phy: microchip_t1: Enable pin out specific to lan887x phy for PEROUT signalDivya Koppera2025-01-161-1/+13
* | net: phy: microchip_rds_ptp: Header file library changes for PEROUTDivya Koppera2025-01-161-0/+24
* | net: phylink: add EEE managementRussell King (Oracle)2025-01-161-5/+133
* | net: phylink: add phylink_link_is_up() helperRussell King (Oracle)2025-01-161-5/+6
* | net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)2025-01-161-0/+20
* | net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)2025-01-151-10/+19
* | net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)2025-01-151-4/+8
* | net: phylink: pass neg_mode into c22 state decoderRussell King (Oracle)2025-01-151-2/+5
* | net: phylink: pass neg_mode into .pcs_get_state() methodRussell King (Oracle)2025-01-151-1/+1
* | net: phylink: use pcs_neg_mode in phylink_mac_pcs_get_state()Russell King (Oracle)2025-01-151-6/+16
* | net: phy: Constify struct mdio_device_idChristophe JAILLET2025-01-1456-56/+56
* | net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit2025-01-145-0/+108
* | net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit2025-01-145-5/+10
* | net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit2025-01-141-2/+10
* | net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King2025-01-141-1/+1
* | net: phy: dp83tg720: add statistics supportOleksij Rempel2025-01-141-0/+161
* | net: phy: dp83td510: add statistics supportOleksij Rempel2025-01-141-0/+112
* | net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel2025-01-141-0/+20
* | net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2025-01-142-0/+45
* | net: phy: microchip_t1: depend on PTP_1588_CLOCK_OPTIONALDivya Koppera2025-01-141-2/+2
* | net: phy: dp83822: Add support for PHY LEDs on DP83822Dimitri Fedrau2025-01-111-2/+275
* | net: phy: add configuration of rx clock stop modeRussell King (Oracle)2025-01-101-5/+22
* | net: phy: micrel: use helper phy_disable_eeeHeiner Kallweit2025-01-091-1/+1
* | net: phylink: add support for PCS supported_interfaces bitmapRussell King (Oracle)2025-01-061-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2025-01-031-13/+101
|\|
| * net: phy: micrel: Dynamically control external clock of KSZ PHYWei Fang2024-12-191-13/+101
* | net: phy: fix phy_disable_eeeHeiner Kallweit2025-01-021-1/+2
* | net: phy: microchip_t1 : Add initialization of ptp for lan887xDivya Koppera2024-12-231-3/+38
* | net: phy: Makefile: Add makefile support for rds ptp in Microchip physDivya Koppera2024-12-231-0/+1
* | net: phy: Kconfig: Add rds ptp library support and 1588 optional flag in Micr...Divya Koppera2024-12-231-1/+8
* | net: phy: microchip_rds_ptp : Add rds ptp library for Microchip physDivya Koppera2024-12-231-0/+1039
* | net: phy: microchip_rds_ptp: Add header file for Microchip rds ptp libraryDivya Koppera2024-12-231-0/+223
* | net: phy: add phy_disable_eeeHeiner Kallweit2024-12-191-0/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-12-193-3/+3
|\|
| * net: phy: avoid undefined behavior in *_led_polarity_set()Arnd Bergmann2024-12-183-3/+3
* | net: phy: ks8995: constify 'struct bin_attribute'Thomas Weißschuh2024-12-171-4/+4
* | net: Add the possibility to support a selected hwtstamp in netdeviceKory Maincent2024-12-161-0/+10
* | net: phylink: improve phylink_sfp_config_phy() error message with missing PHY...Vladimir Oltean2024-12-151-0/+7