aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+1
2022-09-23net: phy: Add support for rate matchingSean Anderson1-0/+28
2022-06-29net: phy: Don't trigger state machine while in suspendLukas Wunner1-0/+23
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+6
2022-05-09net: phy: Fix race condition on link status changeFrancesco Dolcini1-1/+6
2022-05-02net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn1-7/+11
2021-11-04net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit1-1/+6
2021-10-25phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn1-1/+3
2021-10-25phy: phy_start_aneg: Add an unlocked versionAndrew Lunn1-6/+24
2021-10-25phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn1-53/+53
2021-10-25phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn1-0/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang1-2/+1
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel1-0/+3
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel1-1/+2
2021-03-01net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang1-2/+4
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit1-1/+1
2021-02-11net: phy: introduce phydev->portMichael Walle1-1/+1
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit1-1/+1
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei1-46/+2
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab1-1/+1
2020-11-05net: phy: export phy_error and phy_trigger_machineIoana Ciornei1-2/+4