aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-05net: phylink: add support for polling MAC PCSVladimir Oltean1-1/+2
2020-01-05net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean1-0/+1
2020-01-05net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King5-10/+15
2020-01-05net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov1-2/+2
2020-01-05net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov1-5/+2
2020-01-05net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov1-2/+2
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-12-26net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur1-0/+2
2019-12-26net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl1-10/+36
2019-12-26net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl1-1/+18
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran1-0/+3
2019-12-25net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran2-0/+127
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran3-17/+28
2019-12-25net: phy: dp83640: Move the probe and remove methods around.Richard Cochran1-90/+90
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+5
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King1-4/+4
2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King1-2/+9
2019-12-19net: phy: marvell: use genphy_check_and_restart_aneg()Russell King1-20/+1
2019-12-19net: phy: marvell: use phy_modify_changed()Russell King1-16/+10
2019-12-19net: phy: marvell: use existing clause 37 definitionsRussell King1-18/+8
2019-12-19net: phy: marvell: consolidate phy status readingRussell King1-43/+17
2019-12-19net: phy: marvell: use positive logic for link stateRussell King1-4/+3
2019-12-19net: phy: marvell: initialise link partner state earlierRussell King1-20/+5
2019-12-19net: phy: marvell: rearrange to use genphy_read_lpa()Russell King1-34/+32
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King3-47/+40
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King1-17/+31
2019-12-19net: phy: use phy_resolve_aneg_pause()Russell King3-14/+3
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King2-7/+0
2019-12-17net: phylink: extend clause 45 PHY validation workaroundRussell King1-9/+13
2019-12-17net: phylink: improve clause 45 PHY ksettings_set implementationRussell King1-31/+53
2019-12-14net: phylink: fix interface passed to mac_link_upRussell King1-2/+1
2019-12-14net: phylink: propagate phy_attach_direct() return codeRussell King1-3/+6
2019-12-14net: phy: dp83869: Remove unneeded semicolonzhengbin1-1/+1
2019-12-11net: sfp: re-attempt probing for phyRussell King1-17/+42
2019-12-11net: sfp: error handling for phy probeRussell King1-9/+17
2019-12-11net: sfp: rename sm_retriesRussell King1-5/+5
2019-12-11net: sfp: use a definition for the fault recovery attemptsRussell King1-3/+11
2019-12-11net: sfp: add support for Clause 45 PHYsRussell King1-4/+40
2019-12-11net: phy: add Broadcom BCM84881 PHY driverRussell King3-0/+276
2019-12-11net: phylink: make Broadcom BCM84881 based SFPs workRussell King1-2/+16
2019-12-11net: phylink: delay MAC configuration for copper SFP modulesRussell King2-10/+71
2019-12-11net: phylink: split phylink_sfp_module_insert()Russell King1-19/+28
2019-12-11net: phylink: split link_an_mode configured and current settingsRussell King1-28/+31
2019-12-11net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King1-5/+16
2019-12-11net: phylink: re-split __phylink_connect_phy()Russell King1-15/+24
2019-12-11net: mdio-i2c: add support for Clause 45 accessesRussell King1-8/+20
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King2-2/+22
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King3-0/+31
2019-12-11net: sfp: add more extended compliance codesRussell King2-26/+38
2019-12-11net: sfp: derive interface mode from ethtool link modesRussell King3-9/+6