summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Check for read errors in SIOCGMIIREGNiklas Söderlund2024-09-041-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-281-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-051-3/+37
* net: phy: Keep track of EEE configurationAndrew Lunn2024-03-051-2/+5
* net: phy: Add phydev->enable_tx_lpi to simplify adjust link callbacksAndrew Lunn2024-03-051-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-021-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-75/+14
* net: phy: export phy_check_valid() functionOleksij Rempel2023-02-131-2/+2
* drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2023-01-111-0/+192
* ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski2022-11-081-0/+1
* net: phy: Add support for rate matchingSean Anderson2022-09-231-0/+28
* net: phy: Don't trigger state machine while in suspendLukas Wunner2022-06-291-0/+23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-1/+6
|\
| * net: phy: Fix race condition on link status changeFrancesco Dolcini2022-05-091-1/+6
* | net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn2022-05-021-7/+11
|/
* net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit2021-11-041-1/+6
* phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn2021-10-251-1/+3
* phy: phy_start_aneg: Add an unlocked versionAndrew Lunn2021-10-251-6/+24
* phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn2021-10-251-53/+53
* phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn2021-10-251-0/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-2/+2
* net: phy: fix formatting issues with bracesWenpeng Liang2021-06-161-2/+1
* net: phy: do not print dump stack if device was removedOleksij Rempel2021-06-071-0/+3
* net: phy: genphy_loopback: add link speed configurationOleksij Rempel2021-04-201-1/+2
* net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang2021-03-011-2/+4
* net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit2021-02-151-1/+1
* net: phy: introduce phydev->portMichael Walle2021-02-111-1/+1
* net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit2021-01-071-1/+1