summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: phylink: make QSGMII a valid PHY mode for in-band ANVladimir Oltean2020-01-051-0/+1
* | | net: switch to using PHY_INTERFACE_MODE_10GBASER rather than 10GKRRussell King2020-01-055-10/+15
* | | net: phy: fixed_phy: switch to using fwnode_gpiod_get_indexDmitry Torokhov2020-01-051-2/+2
* | | net: phy: fixed_phy: fix use-after-free when checking link GPIODmitry Torokhov2020-01-051-5/+2
* | | net: phylink: switch to using fwnode_gpiod_get_index()Dmitry Torokhov2020-01-051-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-311-0/+2
|\| |
| * | net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur2019-12-261-0/+2
* | | net: phy: realtek: add support for configuring the RX delay on RTL8211FMartin Blumenstingl2019-12-261-10/+36
* | | net: phy: realtek: add logging for the RGMII TX delay configurationMartin Blumenstingl2019-12-261-1/+18
* | | net: mdio: of: Register discovered MII time stampers.Richard Cochran2019-12-251-0/+3
* | | net: Add a layer for non-PHY MII time stamping drivers.Richard Cochran2019-12-252-0/+127
* | | net: Introduce a new MII time stamping interface.Richard Cochran2019-12-253-17/+28
* | | net: phy: dp83640: Move the probe and remove methods around.Richard Cochran2019-12-251-90/+90
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-222-6/+5
|\| |
| * | net: phy: ensure that phy IDs are correctly typedRussell King2019-12-201-4/+4
| * | net: phylink: fix interface passed to mac_link_upRussell King2019-12-141-2/+1
| |/
* | net: sfp: report error on failure to read sfp soft statusRussell King2019-12-191-2/+9
* | net: phy: marvell: use genphy_check_and_restart_aneg()Russell King2019-12-191-20/+1
* | net: phy: marvell: use phy_modify_changed()Russell King2019-12-191-16/+10
* | net: phy: marvell: use existing clause 37 definitionsRussell King2019-12-191-18/+8
* | net: phy: marvell: consolidate phy status readingRussell King2019-12-191-43/+17
* | net: phy: marvell: use positive logic for link stateRussell King2019-12-191-4/+3
* | net: phy: marvell: initialise link partner state earlierRussell King2019-12-191-20/+5
* | net: phy: marvell: rearrange to use genphy_read_lpa()Russell King2019-12-191-34/+32
* | net: phy: provide and use genphy_read_status_fixed()Russell King2019-12-193-47/+40
* | net: phy: add genphy_check_and_restart_aneg()Russell King2019-12-191-17/+31
* | net: phy: use phy_resolve_aneg_pause()Russell King2019-12-193-14/+3
* | net: phy: remove redundant .aneg_done initialisersRussell King2019-12-192-7/+0
* | net: phylink: extend clause 45 PHY validation workaroundRussell King2019-12-171-9/+13
* | net: phylink: improve clause 45 PHY ksettings_set implementationRussell King2019-12-171-31/+53
* | net: phylink: propagate phy_attach_direct() return codeRussell King2019-12-141-3/+6
* | net: phy: dp83869: Remove unneeded semicolonzhengbin2019-12-141-1/+1
* | net: sfp: re-attempt probing for phyRussell King2019-12-111-17/+42
* | net: sfp: error handling for phy probeRussell King2019-12-111-9/+17
* | net: sfp: rename sm_retriesRussell King2019-12-111-5/+5
* | net: sfp: use a definition for the fault recovery attemptsRussell King2019-12-111-3/+11
* | net: sfp: add support for Clause 45 PHYsRussell King2019-12-111-4/+40
* | net: phy: add Broadcom BCM84881 PHY driverRussell King2019-12-113-0/+276
* | net: phylink: make Broadcom BCM84881 based SFPs workRussell King2019-12-111-2/+16
* | net: phylink: delay MAC configuration for copper SFP modulesRussell King2019-12-112-10/+71
* | net: phylink: split phylink_sfp_module_insert()Russell King2019-12-111-19/+28
* | net: phylink: split link_an_mode configured and current settingsRussell King2019-12-111-28/+31
* | net: phylink: support Clause 45 PHYs on SFP+ modulesRussell King2019-12-111-5/+16
* | net: phylink: re-split __phylink_connect_phy()Russell King2019-12-111-15/+24
* | net: mdio-i2c: add support for Clause 45 accessesRussell King2019-12-111-8/+20
* | net: sfp: move phy_start()/phy_stop() to phylinkRussell King2019-12-112-2/+22
* | net: sfp: add module start/stop upstream notificationsRussell King2019-12-113-0/+31
* | net: sfp: add more extended compliance codesRussell King2019-12-112-26/+38
* | net: sfp: derive interface mode from ethtool link modesRussell King2019-12-113-9/+6
* | net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2019-12-112-15/+2