summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c
AgeCommit message (Expand)AuthorLines
2023-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-7/+16
2023-03-24net: phy: Improved PHY error reporting in state machineFlorian Fainelli-9/+24
2023-03-19net: phy: Ensure state transitions are processed from phy_stop()Florian Fainelli-7/+16
2023-02-20net: phy: Add locks to ethtool functionsAndrew Lunn-18/+66
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Oleksij Rempel-58/+2
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Oleksij Rempel-75/+14
2023-02-13net: phy: export phy_check_valid() functionOleksij Rempel-2/+2
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto-0/+192
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski-0/+1
2022-09-23net: phy: Add support for rate matchingSean Anderson-0/+28
2022-06-29net: phy: Don't trigger state machine while in suspendLukas Wunner-0/+23
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+6
2022-05-09net: phy: Fix race condition on link status changeFrancesco Dolcini-1/+6
2022-05-02net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn-7/+11
2021-11-04net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit-1/+6
2021-10-25phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn-1/+3
2021-10-25phy: phy_start_aneg: Add an unlocked versionAndrew Lunn-6/+24
2021-10-25phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn-53/+53
2021-10-25phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn-0/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-2/+2
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang-2/+1
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel-0/+3
2021-04-20net: phy: genphy_loopback: add link speed configurationOleksij Rempel-1/+2
2021-03-01net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang-2/+4
2021-02-15net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit-1/+1
2021-02-11net: phy: introduce phydev->portMichael Walle-1/+1
2021-01-07net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit-1/+1
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei-46/+2
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-11-05net: phy: export phy_error and phy_trigger_machineIoana Ciornei-2/+4
2020-09-23net: phy: Document core PHY structuresAndrew Lunn-1/+68
2020-09-17net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli-0/+48
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang-1/+1
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn-2/+3
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn-1/+64
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King-2/+2
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger-6/+6
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-3/+5
2020-05-13net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit-3/+5
2020-05-10net: phy: Put interface into oper testing during cable testAndrew Lunn-1/+11
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn-2/+20
2020-05-10net: phy: Add support for polling cable testAndrew Lunn-0/+2
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn-0/+76
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel-1/+3
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit-1/+3
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit-14/+12
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit-1/+2
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit-3/+13