summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit2019-05-271-12/+8Star
* | net: phy: tja11xx: Add TJA11xx PHY driverMarek Vasut2019-05-263-0/+430
* | net: phy: aquantia: add USXGMII support and warn if XGMII mode is setHeiner Kallweit2019-05-241-0/+8
* | net: phy: lxt: Add suspend/resume support to LXT971 and LXT973.Christophe Leroy2019-05-231-0/+6
* | net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn2019-05-231-1/+1
* | net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2019-05-231-1/+3
* | net: phy: dp83867: Allocate state struct in probeTrent Piepho2019-05-231-14/+19
* | net: phy: dp83867: Validate FIFO depth propertyTrent Piepho2019-05-231-2/+15
* | net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho2019-05-231-10/+9Star
* | net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho2019-05-231-3/+3
* | net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho2019-05-231-12/+66
* | net: phy: dp83867: Add ability to disable output clockTrent Piepho2019-05-231-9/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-22/+15Star
|\
| * net: phylink: ensure inband AN works correctlyRussell King2019-05-211-22/+15Star
* | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-213-0/+3
|\ \ | |/ |/|
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-212-0/+2
* | net: phy: aquantia: readd XGMII support for AQR107Madalin-cristian Bucur2019-05-161-0/+1
|/
* net: meson: fixup g12a glue ephy idJerome Brunet2019-05-131-1/+1
* net: phy: realtek: Replace phy functions with non-locked version in rtl8211e_...Kunihiko Hayashi2019-05-131-3/+3
* net: phy: realtek: fix double page ops in generic Realtek driverHeiner Kallweit2019-05-111-2/+0Star
* net: phy: realtek: add missing page operationsHeiner Kallweit2019-05-111-0/+12
* net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin2019-05-091-4/+15
* net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin2019-05-091-0/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-081-4/+7
|\
| * net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
* | net: phy: improve pause mode reporting in phy_print_statusHeiner Kallweit2019-05-071-1/+27
* | net: phy: improve resuming from hibernationHeiner Kallweit2019-05-041-6/+1Star
* | net: phy: improve pause handlingHeiner Kallweit2019-05-043-9/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-2/+4
|\|
| * net: phy: marvell: Fix buffer overrun with stats countersAndrew Lunn2019-04-261-2/+4
* | net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart2019-04-301-1/+14
* | net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit2019-04-291-1/+5
* | net: phy: improve genphy_soft_resetHeiner Kallweit2019-04-261-2/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-261-0/+9
|\|
| * spi: Micrel eth switch: declare missing of tableDaniel Gomez2019-04-231-0/+9
* | net: phy: vitesse: Remove support for VSC8514.Kavya Sree Kotagiri2019-04-231-12/+0Star
* | net: phy: mscc: add support for VSC8514 PHY.Kavya Sree Kotagiri2019-04-232-1/+468
* | net: phy: marvell: add new default led configure for m88e151xJian Shen2019-04-231-1/+5
* | net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-193-7/+7
* | net: phy: add support for reset-controllerDavid Bauer2019-04-192-4/+36
* | net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit2019-04-191-4/+0Star
* | net: phy: don't set autoneg if it's not supportedHeiner Kallweit2019-04-191-0/+4
* | net: phy: micrel: add Asym Pause workaroundAntoine Tenart2019-04-171-1/+26
* | net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-1630-120/+120
* | phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit2019-04-141-0/+5
* | net: phy: add support for new modes in phylibHeiner Kallweit2019-04-141-0/+18
* | net: phy: shrink PHY settings arrayHeiner Kallweit2019-04-141-202/+45Star
* | net: phy: remove unnecessary callback settings in C45 driversHeiner Kallweit2019-04-092-15/+0Star
* | net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit2019-04-091-6/+4Star