summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2019-08-04net: phy: Check against net_device being NULLIoana Ciornei1-0/+6
2019-05-16spi: Micrel eth switch: declare missing of tableDaniel Gomez1-0/+9
2019-05-08net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn1-2/+4
2019-03-19mdio_bus: Fix use-after-free on device_register failsYueHaibing1-1/+0
2019-03-14net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani1-1/+12
2019-02-23net: phy: xgmiitorgmii: Support generic PHY status readPaul Kocialkowski1-1/+4
2019-02-12net: dp83640: expire old TX-skbSebastian Andrzej Siewior1-3/+10
2019-01-09net: phy: Fix the issue that netif always links up after resumingKunihiko Hayashi1-5/+2
2018-12-17net: phy: don't allow __set_phy_supported to add unsupported modesHeiner Kallweit1-11/+8
2018-11-10net: phy: marvell: Limit 88m1101 autoneg errata to 88E1145 as well.Zhao Qiang1-1/+1
2018-10-04net: phy: xgmiitorgmii: Check phy_driver ready before accessingBrandon Maier1-0/+5
2018-10-04net: phy: xgmiitorgmii: Check read_status resultsBrandon Maier1-1/+4
2018-09-19net: phy: Fix the register offsets in Broadcom iProc mdio mux driverArun Parameswaran1-5/+15
2018-08-06net: mdio-mux: bcm-iproc: fix wrong getter and setter pairAnton Vasilyev1-1/+1
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-07-11net: phy: micrel: fix crash when statistic requested for KSZ9031 phyGrygorii Strashko1-15/+2
2018-06-13net: 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-04-20Revert "net: phy: micrel: Restore led_mode and clk_sel on resume"Greg Kroah-Hartman1-28/+14
2018-04-13net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King1-0/+6
2018-04-13net: phy: micrel: Restore led_mode and clk_sel on resumeLeonard Crestez1-14/+28
2018-04-13mdio: mux: fix device_node_continue.cocci warningsJulia Lawall1-1/+0
2018-04-13mdio: mux: Correct mdio_mux_init error path issuesJon Mason1-5/+7
2018-04-08xgene_enet: remove bogus forward declarationsArnd Bergmann2-30/+24
2018-03-22drivers: net: phy: xgene: Fix mdio writeQuan Nguyen1-1/+1
2018-03-11net: 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-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-12-14spi_ks8995: regs_size incorrect for some devicesBlomme, Maarten1-1/+1
2017-12-14spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten1-0/+1
2017-12-10net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer1-1/+1
2017-11-08net: phy: dp83867: Recover from "port mirroring" N/A MODE4Lukasz Majewski1-1/+22
2017-10-12net: phy: Fix mask value write on gmii2rgmii converter speed registerFahad Kunnathadi1-1/+1
2017-09-20Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli1-3/+0
2017-08-11net: phy: Fix PHY unbind crashFlorian Fainelli1-0/+2
2017-08-11phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi1-0/+9
2017-08-11net: phy: dp83867: fix irq generationGrygorii Strashko1-0/+10
2017-08-11net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli1-0/+3
2017-08-07net: phy: Do not perform software reset for Generic PHYFlorian Fainelli1-1/+1
2017-07-21net: dp83640: Avoid NULL pointer dereference.Richard Cochran1-1/+1
2017-07-21net/phy: micrel: configure intterupts after autoneg workaroundZach Brown1-0/+2
2017-07-05net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan1-2/+6
2017-07-05net: phy: marvell: fix Marvell 88E1512 used in SGMII modeRussell King1-1/+2
2017-07-05net: phy: dp83848: add DP83620 PHY supportAlvaro G. M1-0/+3
2017-07-05net: phy: use boolean dt properties for eee broken modesjbrunet1-3/+15
2017-07-05net: phy: fix sign type error in genphy_config_eee_advertjbrunet1-2/+2
2017-07-05net: phy: add an option to disable EEE advertisementjbrunet2-9/+74