summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Initialize mdio clock at probe functionYendapally Reddy Dhananjaya Reddy2017-02-091-4/+2
* net: phy: Fix PHY module checks and NULL deref in phy_attach_direct()Florian Fainelli2017-02-091-8/+20
* net: phy: Fix lack of reference count on PHY driverMao Wenan2017-02-021-0/+7
* net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer2017-01-291-1/+1
* net: phy: micrel: add support for KSZ8795Sean Nyekjaer2017-01-271-0/+14
* net: phy: leds: Break dependency of phy.h on phy_led_triggers.hGeert Uytterhoeven2017-01-252-0/+2
* net: phy: leds: Clear phy_num_led_triggers on failure to avoid crashGeert Uytterhoeven2017-01-251-2/+6
* net: phy: marvell: Add Wake from LAN support for 88E1510 PHYJingju Hou2017-01-241-0/+2
* net: phy: Avoid deadlock during phy_error()Florian Fainelli2017-01-231-5/+9
* net: phy: bcm63xx: Utilize correct config_intr functionDaniel Gonzalez Cabanelas2017-01-181-2/+19
* net: phy: dp83848: add DP83620 PHY supportAlvaro G. M2017-01-171-0/+3
* net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan2017-01-161-2/+6
* net: phy: marvell: fix Marvell 88E1512 used in SGMII modeRussell King2017-01-111-1/+2
* net: phy: Add Meson GXL PHY hardware dependencyJean Delvare2017-01-091-0/+1
* phy state machine: failsafe leave invalid RUNNING stateZefir Kurtisi2017-01-091-0/+9
* net: phy: dp83867: fix irq generationGrygorii Strashko2017-01-061-0/+10
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-244-4/+4
* net: phy: use boolean dt properties for eee broken modesjbrunet2016-12-201-3/+15
* net: phy: fix sign type error in genphy_config_eee_advertjbrunet2016-12-201-2/+2
* net: phy: phy drivers should not set SUPPORTED_[Asym_]PauseTimur Tabi2016-12-1011-90/+67
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-101-3/+13
|\
| * phy: Don't increment MDIO bus refcount unless it's a different ownerFlorian Fainelli2016-12-071-3/+13
* | phy: add phy fixup unregister functionsWoojung.Huh@microchip.com2016-12-081-0/+47
* | net: phy: dp83848: Support ethernet pause framesJesper Nilsson2016-12-051-1/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-8/+12
|\ \ | |/
| * net: phy: realtek: fix enabling of the TX-delay for RTL8211FMartin Blumenstingl2016-11-281-8/+12
* | net: phy: vitesse: add support for VSC8572Stephen Agate2016-12-021-0/+14
* | net: phy: Fix the mdix_ctrl changesRaju Lakkaraju2016-12-012-3/+3
* | net: phy: Add mdi(x) support in Microsemi PHYs driverRaju Lakkaraju2016-12-011-8/+97
* | net: phy: update the mdix_ctrl with correct value.Raju Lakkaraju2016-12-011-4/+6
* | net: phy: bcm7xxx: Plug in support for reading PHY error countersFlorian Fainelli2016-11-301-0/+35
* | net: phy: broadcom: Add support code for reading PHY countersFlorian Fainelli2016-11-302-0/+75
* | net: phy: Fix use after free in phy_detach()Geert Uytterhoeven2016-11-291-2/+2
* | net: phy: add an option to disable EEE advertisementjbrunet2016-11-292-9/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-4/+4
|\ \ | |/
| * net: phy: micrel: fix KSZ8041FTL supported valueKirill Esipov2016-11-231-4/+4
* | phy: fix error case of phy_led_triggers_(un)registerWoojung Huh2016-11-252-5/+3
* | ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-11/+5
* | net: phy: bcm7xxx: Add support for downshift/WirespeedFlorian Fainelli2016-11-241-1/+50
* | net: phy: broadcom: Allow enabling or disabling of EEEFlorian Fainelli2016-11-244-7/+13
* | net: phy: broadcom: Add support code for downshift/WirespeedFlorian Fainelli2016-11-242-0/+91
* | net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common libraryFlorian Fainelli2016-11-243-15/+20
* | net/phy: add trace events for mdio accessesUwe Kleine-König2016-11-241-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-222-2/+34
|\ \ | |/
| * net: phy: fixed_phy: fix of_node leak in fixed_phy_unregisterJohan Hovold2016-11-171-1/+1
| * net/phy/vitesse: Configure RGMII skew on VSC8601, if neededAlex2016-11-161-1/+33
* | lan78xx: relocate mdix setting to phy driverWoojung Huh2016-11-181-1/+35
* | net: phy: Add downshift get/set support in Microsemi PHYs driverRaju Lakkaraju2016-11-181-0/+100
* | net: phy: Add phy_ethtool_nway_resetFlorian Fainelli2016-11-151-0/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-0/+2
|\ \ | |/
OpenPOWER on IntegriCloud