summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* mdio_bus: Fix use-after-free on device_register failsYueHaibing2019-03-231-1/+0
* net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-03-231-1/+13
* net: phy: marvell: clear wol event before setting itJingju Hou2018-07-031-0/+9
* dp83640: Ensure against premature access to PHY registers after resetEsben Haabendal2018-05-301-0/+18
* net: phy: avoid genphy_aneg_done() for PHYs without clause 22 supportRussell King2018-04-131-0/+6
* mdio-sun4i: Fix a memory leakChristophe JAILLET2018-03-031-2/+4
* net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-12-251-1/+1
* spi_ks8995: fix "BUG: key accdaa28 not in .data!"Blomme, Maarten2017-12-161-0/+1
* Revert "net: phy: Correctly process PHY_HALTED in phy_stop_machine()"Florian Fainelli2017-09-271-3/+0
* net: phy: Fix PHY unbind crashFlorian Fainelli2017-08-111-0/+2
* net: phy: Correctly process PHY_HALTED in phy_stop_machine()Florian Fainelli2017-08-111-0/+3
* net: phy: Do not perform software reset for Generic PHYFlorian Fainelli2017-08-111-1/+1
* net: phy: fix marvell phy status readingRussell King2017-06-291-2/+0
* net: phy: handle state correctly in phy_stop_machineNathan Sullivan2017-05-081-1/+1
* broadcom: fix PHY_ID_BCM5481 entry in the id tableAaro Koskinen2015-12-141-1/+1
* net: phy: fix phy link up when limiting speed via device treeMugunthan V N2015-07-051-2/+3
* net: dp83640: fix improper double spin locking.Richard Cochran2015-06-151-2/+2
* net: dp83640: reinforce locking rules.Richard Cochran2015-06-151-1/+16
* net: dp83640: fix broken calibration routine.Richard Cochran2015-06-151-1/+1
* net: phy: Allow EEE for all RGMII variantsFlorian Fainelli2015-06-151-3/+4
* net: phy: Fix verification of EEE support in phy_init_eeeGuenter Roeck2015-03-141-3/+20
* net: ptp: fix time stamp matching logic for VLAN packets.Richard Cochran2014-11-121-2/+2
* net: phy: Correctly handle MII ioctl which changes autonegotiation.Brian Hill2014-11-111-12/+24
* net: phy: Add SGMII Configuration for Marvell 88E1145 InitializationVince Bridgers2014-10-281-0/+19
* phy/micrel: KSZ8031RNL RMII clock reconfiguration bugBruno Thomsen2014-10-141-1/+3
* net/phy: micrel: Add clock support for KSZ8021/KSZ8031Sascha Hauer2014-10-101-2/+29
* net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-071-8/+8
* drivers/net/phy/Kconfig: Let MDIO_BCM_UNIMAC depend on HAS_IOMEMChen Gang2014-10-061-0/+1
* net: phy: add BCM7425 and BCM7429 PHYsPetri Gynther2014-10-011-0/+28
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-231-2/+1
|\
| * net/phy: micrel: Disable asymmetric pause for KSZ9031Mike Looijmans2014-09-151-2/+1
* | net: phy: bcm7xxx: utilize PHY revision in config_initFlorian Fainelli2014-09-191-6/+15
* | net: phy: bcm7xxx: do not use PHY_BRCM_100MBPS_WARFlorian Fainelli2014-09-191-2/+2
* | dp83640: Make use of skb_queue_purge instead of reimplementing the codeAlexander Duyck2014-09-081-6/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-09-071-9/+9
|\|
| * phy: fix EEE checks inside the phy_init_eee.Giuseppe CAVALLARO2014-08-271-9/+9
* | net: phy: mdio-sun4i: don't select REGULATORBeniamino Galvani2014-09-071-2/+0
* | amd-xgbe-phy: Fix build break for missing declarationTom Lendacky2014-09-071-0/+1
* | net-timestamp: Make the clone operation stand-alone from phy timestampingAlexander Duyck2014-09-051-3/+3
* | amd-xgbe-phy: Checkpatch driver fixesLendacky, Thomas2014-09-051-4/+0
* | amd-xgbe-phy: Enhance parallel detection to support KR speedLendacky, Thomas2014-09-051-2/+28
* | amd-xgbe-phy: Check device for current speed mode (KR/KX)Lendacky, Thomas2014-09-051-63/+72
* | net: phy: mdio-bcm-unimac: NULL-terminate unimac_mdio_idsFlorian Fainelli2014-09-011-0/+1
* | net: phy: properly report internal PHYs through sysfsFlorian Fainelli2014-08-291-1/+7
* | net: phy: bcm7xxx: add BCM7250 and BCM7364 PHY entriesFlorian Fainelli2014-08-271-0/+4
* | net: phy: bcm7xxx: introduce helper macroFlorian Fainelli2014-08-271-36/+18
* | net: phy: add generic UniMAC MDIO bus driverFlorian Fainelli2014-08-273-0/+221
* | net: phy: bcm7xxx: enable EEE at the PHY levelFlorian Fainelli2014-08-231-0/+31
* | net: phy: allow phy_init_eee() to work with internal PHYsFlorian Fainelli2014-08-231-2/+4
* | net: phy: export phy_{read,write}_mmd_indirectFlorian Fainelli2014-08-231-2/+4