aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2020-09-23net: phy: Document core PHY structuresAndrew Lunn1-1/+68
2020-09-17net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli1-0/+48
2020-06-24net: phy: make phy_disable_interrupts() non-staticJisheng Zhang1-1/+1
2020-05-26net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn1-2/+3
2020-05-26net: ethtool: Add generic parts of cable test TDRAndrew Lunn1-1/+64
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King1-2/+2
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger1-6/+6
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+5
2020-05-13net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit1-3/+5
2020-05-10net: phy: Put interface into oper testing during cable testAndrew Lunn1-1/+11
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn1-2/+20
2020-05-10net: phy: Add support for polling cable testAndrew Lunn1-0/+2
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn1-0/+76
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel1-1/+3
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit1-1/+3
2020-03-17net: phy: improve phy_driver callback handle_interruptHeiner Kallweit1-14/+12
2020-03-01net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit1-1/+2
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit1-3/+13
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit1-3/+3
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit1-0/+15
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran1-2/+2
2019-11-23net: phy: remove phy_ethtool_sset()Russell King1-60/+0
2019-11-18net: phy: add core phylib sfp supportRussell King1-0/+7
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu1-3/+0
2019-10-04net: phy: fix write to mii-ctrl1000 registerRussell King1-0/+5
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu1-0/+6
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-28net: phy: force phy suspend when calling phy_stopJian Shen1-1/+1
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann1-1/+1
2019-08-13net: phy: let phy_speed_down/up support speeds >1GbpsHeiner Kallweit1-44/+16
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang1-12/+4
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit1-24/+2