aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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: 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
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2-15/+2
2019-12-09net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy1-13/+49
2019-12-09net: sfp: avoid tx-fault with Nokia GPON moduleRussell King1-12/+30
2019-12-07net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko1-48/+71
2019-12-06phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan1-0/+1
2019-12-04net: sfp: fix hwmonRussell King1-9/+4
2019-12-04net: sfp: fix unbindRussell King1-0/+4
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit1-0/+9
2019-11-27net: phy: Use the correct style for SPDX License IdentifierNishad Kamdar5-6/+6
2019-11-26net: phy: dp83869: Fix return paths to return proper valuesDan Murphy1-23/+26
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+4
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit1-14/+14
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer1-2/+4
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King1-9/+6
2019-11-23net: phy: initialise phydev speed and duplex sanelyRussell King1-2/+2
2019-11-23net: phy: remove phy_ethtool_sset()Russell King1-60/+0
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-10/+24