summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: remove sfp-bus use of netdevsRussell King2019-05-312-9/+4
* net: sfp: add mandatory attach/detach methods for sfp busesRussell King2019-05-312-2/+18
* net: phy: allow Clause 45 access via mii ioctlRussell King2019-05-311-9/+24
* net: phylink: support for link gpio interruptRussell King2019-05-311-4/+32
* net: phylink: remove netdev from phylink mii ioctl emulationRussell King2019-05-311-8/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-313-10/+62
|\
| * net: phy: dp83867: Set up RGMII TX delayMax Uvarov2019-05-291-3/+1
| * net: phy: dp83867: do not call config_init twiceMax Uvarov2019-05-291-1/+1
| * net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-05-291-0/+18
| * net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-05-291-0/+17
| * net: phy: marvell10g: report if the PHY fails to boot firmwareRussell King2019-05-291-0/+13
| * net: phylink: ensure consistent phy interface modeRussell King2019-05-291-3/+7
* | net: phy: export phy_queue_state_machineHeiner Kallweit2019-05-301-3/+5
* | net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-301-2/+7
* | net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-302-15/+23
* | net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev2019-05-301-8/+27
* | net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut2019-05-291-22/+2
* | net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei2019-05-291-60/+77
* | net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-291-5/+20
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-291-9/+17
* | net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-291-18/+32
* | net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-291-0/+22
* | net: phy: Check against net_device being NULLIoana Ciornei2019-05-291-0/+6
* | net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-291-10/+23
* | net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-291-17/+26
* | net: phy: bcm87xx: improve bcm87xx_config_init and feature detectionHeiner Kallweit2019-05-261-12/+8
* | 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-221-1/+1
* | net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2019-05-221-1/+3
* | net: phy: dp83867: Allocate state struct in probeTrent Piepho2019-05-221-14/+19
* | net: phy: dp83867: Validate FIFO depth propertyTrent Piepho2019-05-221-2/+15
* | net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho2019-05-221-10/+9
* | net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho2019-05-221-3/+3
* | net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho2019-05-221-12/+66
* | net: phy: dp83867: Add ability to disable output clockTrent Piepho2019-05-221-9/+28
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-221-22/+15
|\
| * net: phylink: ensure inband AN works correctlyRussell King2019-05-211-22/+15
* | 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/+0
* net: phy: realtek: add missing page operationsHeiner Kallweit2019-05-101-0/+12
* net: phy: realtek: Change TX-delay setting for RGMII modes onlySerge Semin2019-05-081-4/+15
* net: phy: realtek: Add rtl8211e rx/tx delays configSerge Semin2019-05-081-0/+51
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-4/+7
|\