summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: DP83822: Update Kconfig with DP83825I supportDan Murphy2020-01-101-2/+2
* net: phy: DP83TC811: Fix typo in KconfigDan Murphy2020-01-101-2/+2
* net: phylink: fix failure to register on x86 systemsRussell King2020-01-031-0/+3
* net: phy: aquantia: add suspend / resume ops for AQR105Madalin Bucur2019-12-261-0/+2
* 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: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko2019-12-071-48/+71
* phy: mdio-thunder: add missed pci_release_regions in removeChuhong Yuan2019-12-061-0/+1
* net: sfp: fix hwmonRussell King2019-12-041-9/+4
* net: sfp: fix unbindRussell King2019-12-041-0/+4
* net: phy: realtek: fix using paged operations with RTL8105e / RTL8208Heiner Kallweit2019-12-011-0/+9
* net: phy: Use the correct style for SPDX License IdentifierNishad Kamdar2019-11-275-6/+6
* net: phy: dp83869: Fix return paths to return proper valuesDan Murphy2019-11-261-23/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-2/+4
|\
| * mdio_bus: don't use managed reset-controllerDavid Bauer2019-11-251-2/+4
* | net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2019-11-251-14/+14
* | net: phylink: rename mac_link_state() op to mac_pcs_get_state()Russell King2019-11-231-9/+6
* | net: phy: initialise phydev speed and duplex sanelyRussell King2019-11-231-2/+2
* | net: phy: remove phy_ethtool_sset()Russell King2019-11-231-60/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2019-11-223-10/+24
|\|
| * mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=nGeert Uytterhoeven2019-11-191-1/+1
| * Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled"David S. Miller2019-11-191-2/+1
| * net: phylink: fix link mode modification in PHY modeRussell King2019-11-191-9/+16
| * net: phylink: update documentation on create and destroyRussell King2019-11-191-0/+4
| * mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabledMarek BehĂșn2019-11-181-1/+2
| * phy: mdio-sun4i: add missed regulator_disable in removeChuhong Yuan2019-11-181-0/+3
* | net: sfp: soft status and control supportRussell King2019-11-201-20/+90
* | net: sfp: add some quirks for GPON modulesRussell King2019-11-201-0/+25
* | net: sfp: add support for module quirksRussell King2019-11-201-0/+54
* | net: phy: dp83869: fix return of uninitialized variable retColin Ian King2019-11-181-1/+1
* | net: phy: avoid matching all-ones clause 45 PHY IDsRussell King2019-11-181-3/+6
* | net: phy: marvell10g: add SFP+ supportRussell King2019-11-181-1/+24
* | net: phy: add core phylib sfp supportRussell King2019-11-182-0/+73
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-162-5/+22
|\|
| * dp83640: Reject requests to enable time stamping on both edges.Richard Cochran2019-11-151-0/+7
| * ptp: Introduce strict checking of external time stamp options.Richard Cochran2019-11-151-1/+2
| * dp83640: reject unsupported external timestamp flagsJacob Keller2019-11-151-0/+5
| * net: reject PTP periodic output requests with unsupported flagsJacob Keller2019-11-151-0/+3
| * mdio_bus: Fix PTR_ERR applied after initialization to constantYueHaibing2019-11-111-5/+6
* | mscc.c: fix semicolon.cocci warningskbuild test robot2019-11-161-1/+1
* | net: phylink: update to use phy_support_asym_pause()Russell King2019-11-161-9/+6
* | net: phy: dp83869: Add TI dp83869 phyDan Murphy2019-11-143-0/+438
* | mscc.c: Add support for additional VSC PHYsBryan Whitehead2019-11-131-6/+188
* | net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King2019-11-131-1/+1
* | net: sfp: allow modules with slow diagnostics to probeRussell King2019-11-111-22/+74
* | net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King2019-11-111-10/+28
* | net: sfp: move module insert reporting out of probeRussell King2019-11-111-18/+40
* | net: sfp: split power mode switching from probeRussell King2019-11-111-37/+64
* | net: sfp: track upstream's attachment state in state machineRussell King2019-11-111-13/+29
* | net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King2019-11-111-6/+25