aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: transfer phy_config_inband() locking responsibility to phylinkVladimir Oltean2025-09-061-8/+4
* net: phy: Support speed selection for PHY loopbackGerhard Engleder2025-03-201-0/+87
* net: phy: phy_caps: Allow looking-up link caps based on speed and duplexMaxime Chevallier2025-03-181-25/+7
* net: phy: phy_caps: Introduce phy_caps_validMaxime Chevallier2025-03-181-1/+1
* net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier2025-03-181-1/+2
* net: phy: add phylib-internal.hHeiner Kallweit2025-02-251-0/+2
* net: phy: c45: remove local advertisement parameter from genphy_c45_eee_is_ac...Heiner Kallweit2025-02-191-2/+2
* net: phy: remove helper phy_is_internalHeiner Kallweit2025-02-151-1/+1
* net: phy: stop exporting phy_queue_state_machineHeiner Kallweit2025-02-151-2/+2
* net: phy: Add support for driver-specific next update timeOleksij Rempel2025-02-121-1/+20
* net: phy: add support for querying PHY clock stop capabilityRussell King (Oracle)2025-01-171-0/+20
* net: phy: introduce optional polling interface for PHY statisticsOleksij Rempel2025-01-141-0/+20
* net: ethtool: plumb PHY stats to PHY driversJakub Kicinski2025-01-141-0/+43
* net: phy: add configuration of rx clock stop modeRussell King (Oracle)2025-01-111-5/+22
* net: phy: update phy_ethtool_get_eee() documentationRussell King (Oracle)2024-12-071-2/+2
* net: phy: remove genphy_c45_eee_is_active()'s is_enabled argRussell King (Oracle)2024-12-071-3/+2
* net: phy: add phy_config_inband()Russell King (Oracle)2024-12-051-0/+32
* net: phy: add phy_inband_caps()Russell King (Oracle)2024-12-051-0/+21
* net: phy: fix phy_ethtool_set_eee() incorrectly enabling LPIRussell King (Oracle)2024-11-281-12/+18
* net: phy: ensure that genphy_c45_an_config_eee_aneg() sees new value of phyde...Heiner Kallweit2024-11-241-10/+14
* net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund2024-09-051-6/+11
* net: phy: Add phy library support to check supported list when autoneg is ena...Divya Koppera2024-08-261-1/+4
* net: move ethtool-related netdev state into its own structEdward Cree2024-06-291-1/+1
* net: phy: simplify a check in phy_check_link_statusHeiner Kallweit2024-03-111-2/+2
* net: phy: Immediately call adjust_link if only tx_lpi_enabled changesAndrew Lunn2024-03-061-3/+37
* net: phy: Keep track of EEE configurationAndrew Lunn2024-03-061-2/+5
* net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2024-03-061-0/+7
* net: phy: constify phydev->drvRussell King (Oracle)2024-02-061-2/+1
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-4/+4
* net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent2023-11-181-2/+5
* net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent2023-11-181-2/+19
* net: phy: fix regression with AX88772A PHY driverRussell King (Oracle)2023-09-191-1/+2
* net: phy: convert phy_stop() to use split state machineRussell King (Oracle)2023-09-171-1/+3
* net: phy: split locked and unlocked section of phy_state_machine()Russell King (Oracle)2023-09-171-26/+42
* net: phy: move phy_state_machine()Russell King (Oracle)2023-09-171-76/+76
* net: phy: move phy_suspend() to end of phy_state_machine()Russell King (Oracle)2023-09-171-7/+6
* net: phy: move call to start anegRussell King (Oracle)2023-09-171-5/+6
* net: phy: call phy_error_precise() while holding the lockRussell King (Oracle)2023-09-171-3/+1
* net: phy: always call phy_process_state_change() under lockRussell King (Oracle)2023-09-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-08-241-4/+7
|\
| * net: phy: Fix deadlocking in phy_error() invocationSerge Semin2023-08-191-4/+7
* | net: phy: provide phylib stubs for hardware timestamping operationsVladimir Oltean2023-08-031-0/+34
|/
* net: phy: avoid kernel warning dump when stopping an errored PHYRussell King (Oracle)2023-05-241-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-241-7/+16
|\
| * net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli2023-03-191-7/+16
* | net: phy: Improved PHY error reporting in state machineFlorian Fainelli2023-03-241-9/+24
|/
* net: phy: Add locks to ethtool functionsAndrew Lunn2023-02-201-18/+66
* net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel2023-02-131-58/+2
* net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel2023-02-131-74/+13
* net: phy: export phy_check_valid() functionOleksij Rempel2023-02-131-2/+2