summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2020-01-20net: phylink: Allow 2.5BASE-T, 5GBASE-T and 10GBASE-T for the 10G link modesVladimir Oltean-0/+4
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+11
2020-01-19net: phy: adin: fix a warning about msleepDejin Zheng-1/+1
2020-01-17net: phy: adin: const-ify static dataAlexandru Ardelean-5/+5
2020-01-17net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik-1/+7
2020-01-17net: phy: Maintain MDIO device and bus statisticsFlorian Fainelli-2/+249
2020-01-14net: phy: mscc: PN rollover supportAntoine Tenart-1/+61
2020-01-14net: phy: mscc: macsec supportAntoine Tenart-0/+698
2020-01-14net: phy: mscc: macsec initializationAntoine Tenart-0/+865
2020-01-14mdio_bus: Simplify reset handling and extend to non-DT systemsGeert Uytterhoeven-11/+5
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli-4/+15
2020-01-10net: phy: DP83822: Update Kconfig with DP83825I supportDan Murphy-2/+2
2020-01-10net: phy: DP83TC811: Fix typo in KconfigDan Murphy-2/+2
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+3
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean-1/+2
2020-01-05net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean-0/+1
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King-10/+15
2020-01-05net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov-2/+2
2020-01-05net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov-5/+2
2020-01-05net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov-2/+2
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King-0/+3
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+2
2019-12-26net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur-0/+2
2019-12-26net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl-10/+36
2019-12-26net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl-1/+18
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran-0/+3
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran-0/+127
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran-17/+28
2019-12-25net: phy: dp83640: Move the probe and remove methods around.Richard Cochran-90/+90
2019-12-23clk: let init callback return an error codeJerome Brunet-1/+3
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+5
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King-4/+4
2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King-2/+9
2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King-20/+1
2019-12-19net: phy: marvell: use phy_modify_changed()Russell King-16/+10
2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King-18/+8
2019-12-19net: phy: marvell: consolidate phy status readingRussell King-43/+17
2019-12-19net: phy: marvell: use positive logic for link stateRussell King-4/+3
2019-12-19net: phy: marvell: initialise link partner state earlierRussell King-20/+5
2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King-34/+32
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King-47/+40
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King-17/+31
2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King-14/+3
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King-7/+0
2019-12-17net: phylink: extend clause 45 PHY validation workaroundRussell King-9/+13
2019-12-17net: phylink: improve clause 45 PHY ksettings_set implementationRussell King-31/+53
2019-12-14net: phylink: fix interface passed to mac_link_upRussell King-2/+1
2019-12-14net: phylink: propagate phy_attach_direct() return codeRussell King-3/+6
2019-12-14net: phy: dp83869: Remove unneeded semicolonzhengbin-1/+1
2019-12-11net: sfp: re-attempt probing for phyRussell King-17/+42