aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-20net: phy: Support speed selection for PHY loopbackGerhard Engleder1-0/+87
2025-03-18net: phy: phy_caps: Allow looking-up link caps based on speed and duplexMaxime Chevallier1-25/+7
2025-03-18net: phy: phy_caps: Introduce phy_caps_validMaxime Chevallier1-1/+1
2025-03-18net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier1-1/+2
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit1-0/+2
2025-02-18net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_activeHeiner Kallweit1-2/+2
2025-02-14net: phy: remove helper phy_is_internalHeiner Kallweit1-1/+1
2025-02-14net: phy: stop exporting phy_queue_state_machineHeiner Kallweit1-2/+2
2025-02-12net: phy: Add support for driver-specific next update timeOleksij Rempel1-1/+20
2025-01-16net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)1-0/+20
2025-01-14net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel1-0/+20
2025-01-14net: ethtool: plumb PHY stats to PHY driversJakub Kicinski1-0/+43
2025-01-10net: phy: add configuration of rx clock stop modeRussell King (Oracle)1-5/+22
2024-12-06net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)1-2/+2
2024-12-06net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)1-3/+2
2024-12-04net: phy: add phy_config_inband()Russell King (Oracle)1-0/+32
2024-12-04net: phy: add phy_inband_caps()Russell King (Oracle)1-0/+21
2024-11-28net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)1-12/+18
2024-11-24net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phydev->eee_cfg.eee_enabledHeiner Kallweit1-10/+14
2024-09-04net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund1-6/+11
2024-08-26net: phy: Add phy library support to check supported list when autoneg is enabledDivya Koppera1-1/+4
2024-06-28net: move ethtool-related netdev state into its own structEdward Cree1-1/+1
2024-03-11net: phy: simplify a check in phy_check_link_statusHeiner Kallweit1-2/+2
2024-03-05net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn1-3/+37
2024-03-05net: phy: Keep track of EEE configurationAndrew Lunn1-2/+5
2024-03-05net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn1-0/+7
2024-02-06net: phy: constify phydev->drvRussell King (Oracle)1-2/+1
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel sideHeiner Kallweit1-4/+4
2023-11-18net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent1-2/+5
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent1-2/+19
2023-09-19net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)1-1/+2
2023-09-17net: phy: convert phy_stop() to use split state machineRussell King (Oracle)1-1/+3
2023-09-17net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)1-26/+42
2023-09-17net: phy: move phy_state_machine()Russell King (Oracle)1-76/+76
2023-09-17net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)1-7/+6
2023-09-17net: phy: move call to start anegRussell King (Oracle)1-5/+6
2023-09-17net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)1-3/+1
2023-09-17net: phy: always call phy_process_state_change() under lockRussell King (Oracle)1-1/+1
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+7
2023-08-19net: phy: Fix deadlocking in phy_error() invocationSerge Semin1-4/+7
2023-08-02net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean1-0/+34
2023-05-24net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)1-4/+7
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+16
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli1-9/+24
2023-03-19net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli1-7/+16
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn1-18/+66
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel1-58/+2
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel1-75/+14
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel1-2/+2
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto1-0/+192