summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net: ethtool: Add infrastructure for reporting cable test resultsAndrew Lunn2020-05-101-2/+20
| * | | net: phy: Add support for polling cable testAndrew Lunn2020-05-101-0/+2
| * | | net: phy: Add cable test support to state machineAndrew Lunn2020-05-101-0/+76
| * | | net: phy: fix less than zero comparison with unsigned variable valColin Ian King2020-05-081-1/+1
| * | | net: phy: Make iproc_mdio_resume staticZheng Zengkai2020-05-071-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-074-27/+53
| |\ \ \
| * | | | net: phy: tja11xx: add support for master-slave configurationOleksij Rempel2020-05-071-0/+43
| * | | | ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2020-05-072-1/+97
| * | | | net: phy: mscc: use phy_package_sharedMichael Walle2020-05-062-70/+32
| * | | | net: phy: bcm54140: use phy_package_sharedMichael Walle2020-05-061-46/+11
| * | | | net: phy: add concept of shared storage for PHYsMichael Walle2020-05-062-0/+139
| * | | | net: phy: bcm54140: add second PHY IDMichael Walle2020-05-011-2/+9
| * | | | net: phy: bcm54140: apply the workaround on b0 chipsMichael Walle2020-05-011-3/+8
| * | | | net: phy: bcm54140: fix phy_id_maskMichael Walle2020-05-011-2/+2
| * | | | net: phy: bcm54140: use genphy_soft_reset()Michael Walle2020-05-011-0/+1
| * | | | net: phy: at803x: add downshift supportMichael Walle2020-05-011-0/+87
| * | | | net: phy: mdio: add IPQ4019 MDIO driverRobert Marko2020-04-303-0/+168
| * | | | net: phy: bcm54140: Make a bunch of functions staticChenTao2020-04-281-3/+3
| * | | | net: phy: dp83867: Remove unneeded semicolonZheng Bin2020-04-261-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-263-4/+176
| |\ \ \ \
| * | | | | net: phy: clear phydev->suspended after soft resetHeiner Kallweit2020-04-251-1/+11
| * | | | | net: phy: remove genphy_no_soft_resetHeiner Kallweit2020-04-255-6/+0
| * | | | | net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit2020-04-251-0/+3
| * | | | | net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King2020-04-251-31/+15
| * | | | | net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King2020-04-241-2/+4
| * | | | | net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel2020-04-231-7/+105
| * | | | | net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel2020-04-231-0/+91
| * | | | | net: phy: Use IS_ERR() to check and simplify codeTang Bin2020-04-231-5/+2
| * | | | | net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel2020-04-231-5/+123
| * | | | | net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit2020-04-221-1/+7
| * | | | | net: phy: bcm54140: add hwmon supportMichael Walle2020-04-222-0/+397
| * | | | | net: phy: add Broadcom BCM54140 supportMichael Walle2020-04-223-0/+492
| * | | | | net: phy: broadcom: add helper to write/read RDB registersMichael Walle2020-04-222-0/+89
| * | | | | net: phy: mscc: use mdiobus_get_phy()Michael Walle2020-04-201-4/+3
| * | | | | net: phy: Propagate error from bus->resetFlorian Fainelli2020-04-201-3/+6
| * | | | | net: phy: realtek: add delay to resume path of certain internal PHY'sHeiner Kallweit2020-04-201-2/+13
| * | | | | net: phy: broadcom: Add support for BCM53125 internal PHYsFlorian Fainelli2020-04-191-0/+14
| * | | | | net: phy: mdio-bcm-iproc: Do not show kernel pointerFlorian Fainelli2020-04-191-1/+1
| * | | | | net: phy: at803x: add support for AR8032 PHYDavid Bauer2020-04-191-0/+17
* | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2020-06-021-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update rmk's email address in various driversRussell King2020-04-211-1/+1
* | | | | | net: phy: mscc: fix initialization of the MACsec protocol modeAntoine Tenart2020-05-245-10/+21
* | | | | | net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky2020-05-171-2/+2
| |_|_|_|/ |/| | | |
* | | | | net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo2020-05-151-2/+6
* | | | | net: phy: fix aneg restart in phy_ethtool_set_eeeHeiner Kallweit2020-05-141-3/+5
| |_|_|/ |/| | |
* | | | net: phy: DP83TC811: Fix WoL in config init to be disabledDan Murphy2020-05-021-9/+12
* | | | net: phy: DP83822: Fix WoL in config init to be disabledDan Murphy2020-05-021-16/+14
* | | | dp83640: reverse arguments to list_add_tailJulia Lawall2020-05-011-1/+1
* | | | net: phy: marvell10g: fix temperature sensor on 2110Baruch Siach2020-04-271-1/+26
| |_|/ |/| |
* | | net: phy: bcm84881: clear settings on link downRussell King2020-04-241-3/+3