summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2018-09-19net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-03net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
2018-08-03net: phy: phylink: Release link GPIOFlorian Fainelli1-0/+2
2018-07-28net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_privHeiner Kallweit1-1/+1
2018-07-25net: phy: fix flag masking in __set_phy_supportedHeiner Kallweit1-5/+2
2018-06-20net: phy: marvell: clear wol event before setting itJingju Hou1-0/+9
2018-06-11net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-06-11net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-30dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal1-0/+18
2018-03-31net: phy: Tell caller result of phy_change()Brad Mouring1-87/+86
2018-03-31net: phy: relax error checking when creating sysfs link netdev->phydevGrygorii Strashko1-4/+11
2018-03-24sfp: fix non-detection of PHYRussell King1-4/+4
2018-03-24sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King1-4/+3
2018-03-24net: phy: meson-gxl: check phy_write return valueJerome Brunet1-12/+38
2018-03-19net: phy: Restore phy_resume() locking assumptionAndrew Lunn2-6/+14
2018-03-19net: phy: fix resume handlingRussell King3-14/+9
2018-03-09net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPTHeiner Kallweit1-1/+1
2018-03-03mdio-sun4i: Fix a memory leakChristophe JAILLET1-2/+4
2018-03-03net: phy: xgene: disable clk on error pathsAlexey Khoroshilov1-6/+15
2018-02-25phylink: ensure we take the link down when phylink_stop() is calledRussell King1-0/+1
2018-02-25sfp: fix RX_LOS signal handlingRussell King1-3/+5
2018-02-03net: phy: marvell10g: fix the PHY id maskAntoine Tenart1-2/+3
2018-01-17sfp: fix sfp-bus oops when removing socket/upstreamRussell King1-2/+4
2018-01-17phylink: ensure we report link down when LOS assertedRussell King1-2/+1
2018-01-02phylink: ensure AN is enabledRussell King1-0/+1
2018-01-02phylink: ensure the PHY interface mode is appropriately setRussell King1-0/+1
2018-01-02net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2018-01-02net: phy: micrel: ksz9031: reconfigure autoneg after phy autoneg workaroundGrygorii Strashko1-0/+1
2017-12-25net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-01net: phy: marvell: Only configure RGMII delays when using RGMIIAndrew Lunn1-3/+5
2017-09-22net: phy: Fix truncation of large IRQ numbers in phy_attached_print()Geert Uytterhoeven1-1/+1
2017-09-22net: phy: Keep reporting transceiver typeFlorian Fainelli1-1/+2
2017-09-19net: phy: Kconfig: Fix PHY infrastructure menu in menuconfigJerome Brunet1-9/+9
2017-09-19net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi1-1/+1
2017-09-09Revert "mdio_bus: Remove unneeded gpiod NULL check"Florian Fainelli1-2/+4
2017-09-09net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2
2017-09-06net: mdio-mux: add mdio_mux parameter to mdio_mux_init()Corentin Labbe4-6/+8
2017-09-06net: stmmac: Delete dead code for MDIO registrationRomain Perier1-3/+19
2017-09-02net: phy: bcm7xxx: make array bcm7xxx_suspend_cfg static, reduces object code...Colin Ian King1-1/+1
2017-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-5/+4
2017-09-01net: mdio-mux: fix unbalanced put_deviceCorentin Labbe1-4/+2
2017-09-01net: mdio-mux-mmioreg: Can handle 8/16/32 bits registersCorentin Labbe1-1/+1
2017-09-01net: mdio-mux: printing driver version is uselessCorentin Labbe1-3/+0
2017-09-01net: mdio-mux: Remove unnecessary 'out of memory' messageCorentin Labbe1-6/+0
2017-09-01net: mdio-mux: Fix NULL Comparison styleCorentin Labbe1-2/+2
2017-08-31Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-31dp83640: don't hold spinlock while calling netif_rx_niStefan Sørensen1-2/+5
2017-08-30net: phy: mdio-bcm-unimac: Use correct I/O accessorsFlorian Fainelli1-6/+26