summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2025-02-18net: phy: marvell-88q2xxx: align definesDimitri Fedrau-31/+31
2025-02-17net: phy: dp83822: Add support for changing the transmit amplitude voltageDimitri Fedrau-0/+38
2025-02-17net: phy: Add helper for getting tx amplitude gainDimitri Fedrau-18/+35
2025-02-17net: phy: mediatek: Move some macros to phy-lib for later useSky Huang-4/+4
2025-02-17net: phy: mediatek: Add token ring clear bit operation supportSky Huang-12/+27
2025-02-17net: phy: mediatek: Add token ring set bit operation supportSky Huang-4/+15
2025-02-17net: phy: mediatek: Add token ring access helper functions in mtk-phy-libSky Huang-80/+230
2025-02-17net: phy: mediatek: Change to more meaningful macrosSky Huang-17/+57
2025-02-14net: phy: c45: improve handling of disabled EEE modes in generic ethtool func...Heiner Kallweit-3/+5
2025-02-14net: remove phylink_pcs .neg_mode booleanRussell King (Oracle)-25/+5
2025-02-14net: phy: remove helper phy_is_internalHeiner Kallweit-2/+2
2025-02-14net: phy: stop exporting phy_queue_state_machineHeiner Kallweit-2/+2
2025-02-14net: phy: stop exporting feature arrays which aren't used outside phylibHeiner Kallweit-16/+6
2025-02-14net: phy: remove fixup-related definitions from phy.h which are not used outs...Heiner Kallweit-3/+13
2025-02-14net: phy: realtek: switch from paged to MMD ops in rtl822x functionsHeiner Kallweit-6/+5
2025-02-14net: phy: realtek: improve mmd register access for internal PHY'sHeiner Kallweit-46/+33
2025-02-14net: phylink: add support for notifying PCS about EEERussell King (Oracle)-3/+22
2025-02-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+9
2025-02-13net: phy: marvell-88q2xxx: Add support for PHY LEDs on 88q2xxxDimitri Fedrau-4/+185
2025-02-12net: phylink: provide phylink_mac_implements_lpi()Russell King (Oracle)-2/+1
2025-02-12net: phy: dp83tg720: Add randomized polling intervals for link detectionOleksij Rempel-0/+78
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel-1/+20
2025-02-11net: phy: aquantia: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li-26/+6
2025-02-11net: phy: marvell10g: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li-22/+2
2025-02-11net: phy: marvell: Use HWMON_CHANNEL_INFO macro to simplify codeHuisong Li-22/+2
2025-02-11net: phy: broadcom: don't include '<linux/pm_wakeup.h>' directlyWolfram Sang-1/+1
2025-02-11net: phylink: make configuring clock-stop dependent on MAC supportRussell King (Oracle)-6/+9
2025-02-11net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit-3/+3
2025-02-10net: phy: dp83td510: introduce LED framework supportOleksij Rempel-0/+187
2025-02-06ethtool: Add support for 200Gbps per lane link modesJianbo Liu-1/+19
2025-02-05net: phy: realtek: use string choices helpersHeiner Kallweit-4/+5
2025-02-04net: phy: realtek: make HWMON support a user-visible Kconfig symbolHeiner Kallweit-2/+6
2025-01-27net: phy: c45-tjaxx: add delay between MDIO write and read in soft_resetMilos Reljin-0/+2
2025-01-23net: phy: marvell-88q2xxx: Fix temperature measurement with reset-gpiosDimitri Fedrau-7/+26
2025-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-15/+14
2025-01-20net: phylink: fix regression when binding a PHYRussell King (Oracle)-1/+5
2025-01-20net: phy: realtek: HWMON support for standalone versions of RTL8221B and RTL8251Aleksander Jan Bajkowski-0/+5
2025-01-20net: phylink: always do a major config when attaching a SFP PHYRussell King (Oracle)-6/+5
2025-01-18net: phy: remove leftovers from switch to linkmode bitmapsHeiner Kallweit-52/+2
2025-01-17net: phy: realtek: always clear NBase-T lpaDaniel Golle-3/+3
2025-01-17net: phy: realtek: clear master_slave_state if link is downDaniel Golle-1/+3
2025-01-17net: phy: realtek: clear 1000Base-T lpa if link is downDaniel Golle-11/+8
2025-01-16net: phy: microchip_rds_ptp : Add PEROUT feature library for RDS PTP supporte...Divya Koppera-0/+270
2025-01-16net: phy: microchip_t1: Enable pin out specific to lan887x phy for PEROUT signalDivya Koppera-1/+13
2025-01-16net: phy: microchip_rds_ptp: Header file library changes for PEROUTDivya Koppera-0/+24
2025-01-16net: phylink: add EEE managementRussell King (Oracle)-5/+133
2025-01-16net: phylink: add phylink_link_is_up() helperRussell King (Oracle)-5/+6
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)-0/+20
2025-01-15net: phylink: provide fixed state for 1000base-X and 2500base-XRussell King (Oracle)-10/+19
2025-01-15net: phylink: use neg_mode in phylink_mii_c22_pcs_decode_state()Russell King (Oracle)-4/+8