aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-20net: sfp: soft status and control supportRussell King1-20/+90
2019-11-20net: sfp: add some quirks for GPON modulesRussell King1-0/+25
2019-11-20net: sfp: add support for module quirksRussell King1-0/+54
2019-11-19mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven1-1/+1
2019-11-19Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"David S. Miller1-2/+1
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King1-9/+16
2019-11-19net: phylink: update documentation on create and destroyRussell King1-0/+4
2019-11-18mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabledMarek BehĂșn1-1/+2
2019-11-18net: phy: dp83869: fix return of uninitialized variable retColin Ian King1-1/+1
2019-11-18phy: mdio-sun4i: add missed regulator_disable in removeChuhong Yuan1-0/+3
2019-11-18net: phy: avoid matching all-ones clause 45 PHY IDsRussell King1-3/+6
2019-11-18net: phy: marvell10g: add SFP+ supportRussell King1-1/+24
2019-11-18net: phy: add core phylib sfp supportRussell King2-0/+73
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+22
2019-11-16mscc.c: fix semicolon.cocci warningskbuild test robot1-1/+1
2019-11-16net: phylink: update to use phy_support_asym_pause()Russell King1-9/+6
2019-11-15dp83640: Reject requests to enable time stamping on both edges.Richard Cochran1-0/+7
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran1-1/+2
2019-11-15dp83640: reject unsupported external timestamp flagsJacob Keller1-0/+5
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller1-0/+3
2019-11-14net: phy: dp83869: Add TI dp83869 phyDan Murphy3-0/+438
2019-11-13mscc.c: Add support for additional VSC PHYsBryan Whitehead1-6/+188
2019-11-13net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King1-1/+1
2019-11-11mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing1-5/+6
2019-11-11net: sfp: allow modules with slow diagnostics to probeRussell King1-22/+74
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King1-10/+28
2019-11-11net: sfp: move module insert reporting out of probeRussell King1-18/+40
2019-11-11net: sfp: split power mode switching from probeRussell King1-37/+64
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King1-13/+29
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King1-6/+25
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King1-6/+6
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King1-12/+40
2019-11-11net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King1-8/+13
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King1-8/+1
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King1-11/+20
2019-11-11net: sfp: parse SFP power requirement earlierRussell King1-13/+29
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King1-7/+6
2019-11-11net: sfp: handle module remove outside state machineRussell King1-7/+9
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King1-8/+8
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King1-8/+2