summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
| * net: phy: mscc-miim: read poll when high resolution timers are disabledAntoine Tenart2020-05-262-6/+19
| * net: phy: mscc-miim: improve waiting logicAntoine Tenart2020-05-261-2/+13
| * net: phy: mscc-miim: remove redundant timeout checkAntoine Tenart2020-05-261-6/+2
| * net: phy: mscc-miim: use more reasonable delaysAntoine Tenart2020-05-261-1/+1
| * net: mdiobus: add clause 45 mdiobus accessorsRussell King2020-05-266-30/+21
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-246-12/+21
| |\
| * | net: phy: at803x: fix PHY ID masksMichael Walle2020-05-231-9/+7
| * | net: phy: dp83869: Set opmode from strapsDan Murphy2020-05-221-1/+20
| * | net: phy: dp83869: Update port-mirroring to read strapsDan Murphy2020-05-221-3/+12
| * | net: phy: tja11xx: add SQI supportOleksij Rempel2020-05-211-0/+26
| * | net: phy: simplify phy_link_change argumentsDoug Berger2020-05-183-15/+12
| * | net: phy: broadcom: fix checkpatch complains about tabsKevin Lo2020-05-161-1/+1
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-3/+5
| |\ \
| * | | net: phy: tja11xx: execute cable test on link upOleksij Rempel2020-05-151-5/+43
| * | | net: phy: broadcom: add support for BCM54811 PHYKevin Lo2020-05-151-5/+51
| * | | net: phy: mdio-moxart: remove unneeded includeBartosz Golaszewski2020-05-141-1/+0
| * | | net: phy: at803x: add cable diagnostics supportMichael Walle2020-05-131-0/+176
| * | | net: phy: bcm54140: add cable diagnostics supportMichael Walle2020-05-131-0/+3
| * | | net: phy: broadcom: add cable test supportMichael Walle2020-05-132-0/+195
| * | | net: phy: broadcom: add bcm_phy_modify_exp()Michael Walle2020-05-132-0/+34
| * | | net: phy: broadcom: add exp register access methods without buslockMichael Walle2020-05-132-7/+33
| * | | net: phy: tja11xx: add cable-test supportOleksij Rempel2020-05-131-1/+105
| * | | net: phy: Put interface into oper testing during cable testAndrew Lunn2020-05-101-1/+11
| * | | net: phy: marvell: Add cable test supportAndrew Lunn2020-05-101-0/+201
| * | | 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-071-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-064-27/+53
| |\ \ \
| * | | | net: phy: tja11xx: add support for master-slave configurationOleksij Rempel2020-05-061-0/+43
| * | | | ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel2020-05-062-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-04-301-2/+9
| * | | | net: phy: bcm54140: apply the workaround on b0 chipsMichael Walle2020-04-301-3/+8
| * | | | net: phy: bcm54140: fix phy_id_maskMichael Walle2020-04-301-2/+2
| * | | | net: phy: bcm54140: use genphy_soft_reset()Michael Walle2020-04-301-0/+1
| * | | | net: phy: at803x: add downshift supportMichael Walle2020-04-301-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-251-2/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-04-253-4/+176
| |\ \ \ \
| * | | | | net: phy: clear phydev->suspended after soft resetHeiner Kallweit2020-04-241-1/+11
| * | | | | net: phy: remove genphy_no_soft_resetHeiner Kallweit2020-04-245-6/+0
| * | | | | net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit2020-04-241-0/+3
| * | | | | net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King2020-04-241-31/+15
| * | | | | net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King2020-04-231-2/+4
| * | | | | net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel2020-04-221-7/+105