summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2020-01-03net: phylink: fix failure to register on x86 systemsRussell King
2019-12-26net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-14net: phylink: fix interface passed to mac_link_upRussell King
2019-12-07net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko
2019-12-06phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan
2019-12-04net: sfp: fix hwmonRussell King
2019-12-04net: sfp: fix unbindRussell King
2019-12-01net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit
2019-11-27net: phy: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-11-26net: phy: dp83869: Fix return paths to return proper valuesDan Murphy
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit
2019-11-25mdio_bus: don't use managed reset-controllerDavid Bauer
2019-11-23net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King
2019-11-23net: phy: initialise phydev speed and duplex sanelyRussell King
2019-11-23net: phy: remove phy_ethtool_sset()Russell King
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2019-11-20net: sfp: soft status and control supportRussell King
2019-11-20net: sfp: add some quirks for GPON modulesRussell King
2019-11-20net: sfp: add support for module quirksRussell King
2019-11-19mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven
2019-11-19Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"David S. Miller
2019-11-19net: phylink: fix link mode modification in PHY modeRussell King
2019-11-19net: phylink: update documentation on create and destroyRussell King
2019-11-18mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabledMarek BehĂșn
2019-11-18net: phy: dp83869: fix return of uninitialized variable retColin Ian King
2019-11-18phy: mdio-sun4i: add missed regulator_disable in removeChuhong Yuan
2019-11-18net: phy: avoid matching all-ones clause 45 PHY IDsRussell King
2019-11-18net: phy: marvell10g: add SFP+ supportRussell King
2019-11-18net: phy: add core phylib sfp supportRussell King
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-16mscc.c: fix semicolon.cocci warningskbuild test robot
2019-11-16net: phylink: update to use phy_support_asym_pause()Russell King
2019-11-15dp83640: Reject requests to enable time stamping on both edges.Richard Cochran
2019-11-15ptp: Introduce strict checking of external time stamp options.Richard Cochran
2019-11-15dp83640: reject unsupported external timestamp flagsJacob Keller
2019-11-15net: reject PTP periodic output requests with unsupported flagsJacob Keller
2019-11-14net: phy: dp83869: Add TI dp83869 phyDan Murphy
2019-11-13mscc.c: Add support for additional VSC PHYsBryan Whitehead
2019-11-13net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King
2019-11-11mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing
2019-11-11net: sfp: allow modules with slow diagnostics to probeRussell King
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King
2019-11-11net: sfp: move module insert reporting out of probeRussell King
2019-11-11net: sfp: split power mode switching from probeRussell King
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King