| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 4 | -4/+4 |
* | net: phy: use boolean dt properties for eee broken modes | jbrunet | 2016-12-20 | 1 | -3/+15 |
* | net: phy: fix sign type error in genphy_config_eee_advert | jbrunet | 2016-12-20 | 1 | -2/+2 |
* | net: phy: phy drivers should not set SUPPORTED_[Asym_]Pause | Timur Tabi | 2016-12-10 | 11 | -90/+67 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-10 | 1 | -3/+13 |
|\ |
|
| * | phy: Don't increment MDIO bus refcount unless it's a different owner | Florian Fainelli | 2016-12-07 | 1 | -3/+13 |
* | | phy: add phy fixup unregister functions | Woojung.Huh@microchip.com | 2016-12-08 | 1 | -0/+47 |
* | | net: phy: dp83848: Support ethernet pause frames | Jesper Nilsson | 2016-12-05 | 1 | -1/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-12-03 | 1 | -8/+12 |
|\| |
|
| * | net: phy: realtek: fix enabling of the TX-delay for RTL8211F | Martin Blumenstingl | 2016-11-28 | 1 | -8/+12 |
* | | net: phy: vitesse: add support for VSC8572 | Stephen Agate | 2016-12-02 | 1 | -0/+14 |
* | | net: phy: Fix the mdix_ctrl changes | Raju Lakkaraju | 2016-12-01 | 2 | -3/+3 |
* | | net: phy: Add mdi(x) support in Microsemi PHYs driver | Raju Lakkaraju | 2016-12-01 | 1 | -8/+97 |
* | | net: phy: update the mdix_ctrl with correct value. | Raju Lakkaraju | 2016-12-01 | 1 | -4/+6 |
* | | net: phy: bcm7xxx: Plug in support for reading PHY error counters | Florian Fainelli | 2016-11-30 | 1 | -0/+35 |
* | | net: phy: broadcom: Add support code for reading PHY counters | Florian Fainelli | 2016-11-30 | 2 | -0/+75 |
* | | net: phy: Fix use after free in phy_detach() | Geert Uytterhoeven | 2016-11-29 | 1 | -2/+2 |
* | | net: phy: add an option to disable EEE advertisement | jbrunet | 2016-11-29 | 2 | -9/+74 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-26 | 1 | -4/+4 |
|\| |
|
| * | net: phy: micrel: fix KSZ8041FTL supported value | Kirill Esipov | 2016-11-23 | 1 | -4/+4 |
* | | phy: fix error case of phy_led_triggers_(un)register | Woojung Huh | 2016-11-25 | 2 | -5/+3 |
* | | ethtool: Protect {get, set}_phy_tunable with PHY device mutex | Florian Fainelli | 2016-11-24 | 1 | -11/+5 |
* | | net: phy: bcm7xxx: Add support for downshift/Wirespeed | Florian Fainelli | 2016-11-24 | 1 | -1/+50 |
* | | net: phy: broadcom: Allow enabling or disabling of EEE | Florian Fainelli | 2016-11-24 | 4 | -7/+13 |
* | | net: phy: broadcom: Add support code for downshift/Wirespeed | Florian Fainelli | 2016-11-24 | 2 | -0/+91 |
* | | net: phy: broadcom: Move bcm54xx_auxctl_{read, write} to common library | Florian Fainelli | 2016-11-24 | 3 | -15/+20 |
* | | net/phy: add trace events for mdio accesses | Uwe Kleine-König | 2016-11-24 | 1 | -0/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-22 | 2 | -2/+34 |
|\| |
|
| * | net: phy: fixed_phy: fix of_node leak in fixed_phy_unregister | Johan Hovold | 2016-11-17 | 1 | -1/+1 |
| * | net/phy/vitesse: Configure RGMII skew on VSC8601, if needed | Alex | 2016-11-16 | 1 | -1/+33 |
* | | lan78xx: relocate mdix setting to phy driver | Woojung Huh | 2016-11-18 | 1 | -1/+35 |
* | | net: phy: Add downshift get/set support in Microsemi PHYs driver | Raju Lakkaraju | 2016-11-18 | 1 | -0/+100 |
* | | net: phy: Add phy_ethtool_nway_reset | Florian Fainelli | 2016-11-15 | 1 | -0/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-11-15 | 1 | -0/+2 |
|\| |
|
| * | phy: fix device reference leaks | Johan Hovold | 2016-11-07 | 1 | -0/+2 |
* | | mdio: Demote print from info to debug in mdio_driver_register | Florian Fainelli | 2016-11-14 | 1 | -1/+1 |
* | | net: phy: marvell: optimize logic for page changing during init | Uwe Kleine-König | 2016-11-13 | 1 | -4/+2 |
* | | net: phy: expose phy_aneg_done API for use by drivers | Lendacky, Thomas | 2016-11-13 | 1 | -1/+2 |
* | | ptp: dp83640: Use the high resolution frequency method. | Richard Cochran | 2016-11-09 | 1 | -7/+7 |
* | | net: phy: Add Meson GXL Internal PHY driver | Neil Armstrong | 2016-11-09 | 3 | -0/+87 |
* | | net: mdio-mux-mmioreg: Add support for 16bit and 32bit register sizes | Neil Armstrong | 2016-11-09 | 1 | -13/+47 |
* | | net: phy: broadcom: Add BCM54810 PHY entry | Jon Mason | 2016-11-07 | 2 | -2/+58 |
* | | net: phy: broadcom: add bcm54xx_auxctl_read | Jon Mason | 2016-11-07 | 1 | -0/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-10-30 | 2 | -26/+42 |
|\| |
|
| * | net: phy: dp83848: add dp83822 PHY support | Roger Quadros | 2016-10-29 | 1 | -0/+3 |
| * | at803x: double check SGMII side autoneg | Zefir Kurtisi | 2016-10-27 | 1 | -0/+39 |
| * | Revert "at803x: fix suspend/resume for SGMII link" | Zefir Kurtisi | 2016-10-27 | 1 | -26/+0 |
* | | net: phy: Add support for Microsemi VSC 8530/40 Fast Ethernet PHY | Raju Lakkaraju | 2016-10-29 | 2 | -1/+43 |
* | | net: phy: at803x: Add a definition for PHY ID mask | Fabio Estevam | 2016-10-29 | 1 | -6/+7 |
* | | net: phy: broadcom: Add support for BCM54612E | Xo Wang | 2016-10-26 | 1 | -0/+48 |