Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-23net: phy: Add support for rate matchingSean Anderson
2022-06-30net: phy: Don't trigger state machine while in suspendLukas Wunner
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-10net: phy: Fix race condition on link status changeFrancesco Dolcini
2022-05-02net: phy: Convert to mdiobus_c45_{read|write}Andrew Lunn
2021-11-05net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit
2021-10-25phy: phy_ethtool_ksettings_set: Lock the PHY while changing settingsAndrew Lunn
2021-10-25phy: phy_start_aneg: Add an unlocked versionAndrew Lunn
2021-10-25phy: phy_ethtool_ksettings_set: Move after phy_start_anegAndrew Lunn
2021-10-25phy: phy_ethtool_ksettings_get: Lock the phy for consistencyAndrew Lunn
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-06-16net: phy: fix formatting issues with bracesWenpeng Liang
2021-06-07net: phy: do not print dump stack if device was removedOleksij Rempel
2021-04-21net: phy: genphy_loopback: add link speed configurationOleksij Rempel
2021-03-02net: phy: fix save wrong speed and duplex problem if autoneg is onGuangbin Huang
2021-02-16net: phy: rename PHY_IGNORE_INTERRUPT to PHY_MAC_INTERRUPTHeiner Kallweit
2021-02-12net: phy: introduce phydev->portMichael Walle
2021-01-08net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei
2020-11-18net: phy: fix kernel-doc markupsMauro Carvalho Chehab
2020-11-06net: phy: export phy_error and phy_trigger_machineIoana Ciornei
2020-09-24net: phy: Document core PHY structuresAndrew Lunn
2020-09-18net: phy: Do not warn in phy_stop() on PHY_DOWNFlorian Fainelli
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-08net: phy: Uninline PHY ethtool statistics operationsFlorian Fainelli
2020-06-25net: phy: make phy_disable_interrupts() non-staticJisheng Zhang
2020-05-27net: ethtool: Allow PHY cable test TDR data to configuredAndrew Lunn
2020-05-27net: ethtool: Add generic parts of cable test TDRAndrew Lunn
2020-05-27net: mdiobus: add clause 45 mdiobus accessorsRussell King
2020-05-19net: phy: simplify phy_link_change argumentsDoug Berger
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-14net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit
2020-05-10net: phy: Put interface into oper testing during cable testAndrew Lunn
2020-05-10net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn
2020-05-10net: phy: Add support for polling cable testAndrew Lunn
2020-05-10net: phy: Add cable test support to state machineAndrew Lunn
2020-05-07ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-03-24net: phy: add and use phy_check_downshiftHeiner Kallweit
2020-03-18net: phy: improve phy_driver callback handle_interruptHeiner Kallweit
2020-03-02net: phy: avoid clearing PHY interrupts twice in irq handlerHeiner Kallweit
2020-01-21net: phy: add new version of phy_do_ioctlHeiner Kallweit
2020-01-21net: phy: rename phy_do_ioctl to phy_do_ioctl_runningHeiner Kallweit
2020-01-20net: phy: add generic ndo_do_ioctl handler phy_do_ioctlHeiner Kallweit
2019-12-26net: Introduce a new MII time stamping interface.Richard Cochran
2019-11-23net: phy: remove phy_ethtool_sset()Russell King
2019-11-19net: phy: add core phylib sfp supportRussell King
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu
2019-10-05net: phy: fix write to mii-ctrl1000 registerRussell King
2019-09-06net: phy: Do not check Link status when loopback is enabledJose Abreu
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller