summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-142-1/+25
* net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik2019-08-121-24/+8Star
* net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-031-0/+6
* net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_le...Jia-Ju Bai2019-08-011-1/+2
* net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein2019-07-301-2/+4
* net: phylink: Fix flow control for fixed-linkRené van Dorst2019-07-271-0/+2
* net: phy: mscc: initialize stats arrayAndreas Schwab2019-07-251-8/+8
* net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha2019-07-241-4/+4
* net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
* net: phy: make exported variables non-staticDenis Efremov2019-07-131-3/+3
* net: phy: Make use of linkmode_mod_bit helperFuqian Huang2019-07-091-12/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-183-2/+2
|\
| * Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller2019-06-161-1/+0Star
| * net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei2019-06-151-0/+1
| * net: phy: rename Asix Electronics PHY driverMichael Schmitz2019-06-093-2/+2
* | net: phy: sfp: clean up a conditionDan Carpenter2019-06-151-1/+1
* | net: phy: Add more 1000BaseX support detectionRobert Hancock2019-06-151-0/+2
* | net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464Vladimir Oltean2019-06-101-0/+2
* | net: sfp: add mutex to prevent concurrent state checksRobert Hancock2019-06-101-1/+5
* | net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock2019-06-101-5/+26
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-072-8/+29
|\|
| * net: phylink: avoid reducing support maskRussell King2019-06-041-4/+9
| * net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-041-4/+20
* | net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2019-06-061-0/+3
* | net: phy: remove state PHY_FORCINGHeiner Kallweit2019-06-061-24/+2Star
* | net: sfp: remove sfp-bus use of netdevsRussell King2019-05-312-9/+4Star
* | 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/+4Star
* | 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/+1Star
| * 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-311-3/+5
* | net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit2019-05-311-2/+7
* | net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-312-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-301-22/+2Star
* | net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei2019-05-301-60/+77
* | net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei2019-05-301-5/+20
* | net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei2019-05-301-9/+17
* | net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei2019-05-301-18/+32
* | net: phy: Add phy_standalone sysfs entryIoana Ciornei2019-05-301-0/+22
* | net: phy: Check against net_device being NULLIoana Ciornei2019-05-301-0/+6
* | net: phy: Guard against the presence of a netdevIoana Ciornei2019-05-301-10/+23
* | net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean2019-05-301-17/+26