aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-07net: phy: Add the missing blank line in the phylink_suspend commentYanteng Si1-0/+1
2021-11-24net: phylink: Force retrigger in case of latched link-fail indicatorRussell King (Oracle)1-0/+13
2021-11-24net: phylink: Force link down and retrigger resolve on interface changeRussell King (Oracle)1-1/+12
2021-11-04net: phy: fix duplex out of sync problem while changing settingsHeiner Kallweit1-1/+6
2021-11-02net: phy: microchip_t1: add lan87xx_config_rgmii_delay for lan87xx phyYuiko Oshino1-1/+43
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-10-29net: phylink: avoid mvneta warning when setting pause parametersRussell King (Oracle)1-1/+1
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-59/+81
2021-10-28net: phy: microchip_t1: add cable test support for lan87xx phyYuiko Oshino1-0/+239
2021-10-27net: phy: Fix unsigned comparison with less than zeroJiapeng Chong1-1/+1
2021-10-26net: phy: fixed warning: Function parameter not describedLuo Jie1-0/+1
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-0/+36
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-10-25net: phy: add qca8081 cdt featureLuo Jie1-3/+191
2021-10-25net: phy: adjust qca8081 master/slave seed value if link downLuo Jie1-0/+16
2021-10-25net: phy: add qca8081 soft_reset and enable master/slave seedLuo Jie1-0/+48
2021-10-25net: phy: add qca8081 config_initLuo Jie1-0/+107
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+34
2021-10-25net: phy: add qca8081 config_anegLuo Jie1-1/+25
2021-10-25net: phy: add qca8081 get_featuresLuo Jie1-0/+10
2021-10-25net: phy: add qca8081 read_statusLuo Jie1-22/+73
2021-10-25net: phy: add qca8081 ethernet phy driverLuo Jie1-1/+16
2021-10-25net: phy: at803x: use GENMASK() for speed statusLuo Jie1-5/+5
2021-10-25net: phy: at803x: improve the WOL featureLuo Jie1-7/+38
2021-10-25net: phy: at803x: use phy_modify()Luo Jie1-6/+2
2021-10-25net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCSLuo Jie1-3/+3
2021-10-24net: phy: constify netdev->dev_addr referencesJakub Kicinski2-4/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-1/+1
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli1-0/+2
2021-10-24net: phylink: Convert some users of mdiobus_* to mdiodev_*Sean Anderson1-16/+7
2021-10-20phy: micrel: ksz8041nl: do not use power down modeStefan Agner1-2/+3
2021-10-19net: phylink: Support disabling autonegotiation for PCSRobert Hancock1-5/+19
2021-10-19net: phylink: rejig SFP interface selection in ksettings_set()Russell King (Oracle)1-10/+10
2021-10-18net: phy: realtek: add support for RTL8365MB-VC internal PHYsAlvin Šipraga1-0/+8
2021-10-14net: phy: dp83867: introduce critical chip default init for non-of platformLay, Kuan Loon1-0/+19
2021-10-14net: phy: micrel: make *-skew-ps check more lenientMatthias Schiffer1-2/+2
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-1/+1
2021-10-10net: phy: at803x: better describe debug regsAnsuel Smith1-15/+15
2021-10-10net: phy: at803x: enable prefer master for 83xx internal phyAnsuel Smith1-0/+3
2021-10-10net: phy: at803x: add DAC amplitude fix for 8327 phyAnsuel Smith1-0/+33
2021-10-10net: phy: at803x: fix resume for QCA8327 phyAnsuel Smith1-6/+63
2021-10-09net: phy: Do not shutdown PHYs in READY stateFlorian Fainelli1-0/+3
2021-10-08net: phy: micrel: ksz9131 led errata workaroundFrancesco Dolcini1-0/+24
2021-10-08net: phylib: ensure phy device drivers do not match by DTRussell King (Oracle)1-0/+10
2021-10-08net: mdio: ensure the type of mdio devices match mdio driversRussell King (Oracle)1-0/+6
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+12