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