summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)Author
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder
2025-03-18net: phy: phy_caps: Allow looking-up link caps based on speed and duplexMaxime Chevallier
2025-03-18net: phy: phy_caps: Introduce phy_caps_validMaxime Chevallier
2025-03-18net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit
2025-02-14net: phy: remove helper phy_is_internalHeiner Kallweit
2025-02-14net: phy: stop exporting phy_queue_state_machineHeiner Kallweit
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)
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-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)
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-04net: phy: add phy_config_inband()Russell King (Oracle)
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...Heiner Kallweit
2024-09-04net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund
2024-08-26net: phy: Add phy library support to check supported list when autoneg is ena...Divya Koppera
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree
2024-03-11net: phy: simplify a check in phy_check_link_statusHeiner Kallweit
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn
2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2023-11-18net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)
2023-09-17net: phy: convert phy_stop() to use split state machineRussell King (Oracle)
2023-09-17net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)
2023-09-17net: phy: move phy_state_machine()Russell King (Oracle)
2023-09-17net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)
2023-09-17net: phy: move call to start anegRussell King (Oracle)
2023-09-17net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)
2023-09-17net: phy: always call phy_process_state_change() under lockRussell King (Oracle)
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-19net: phy: Fix deadlocking in phy_error() invocationSerge Semin
2023-08-02net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli
2023-03-19net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto