summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2019-09-07net: phylink: Fix flow control resolutionStefan Chulski-3/+3
2019-08-27Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann-1/+27
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit-1/+25
2019-08-12net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik-24/+8
2019-08-02net: phy: fix race in genphy_update_linkHeiner Kallweit-0/+6
2019-07-31net: phy: phy_led_triggers: Fix a possible null-pointer dereference in phy_le...Jia-Ju Bai-1/+2
2019-07-30net: phy: fixed_phy: print gpio error only if gpio node is presentHubert Feurstein-2/+4
2019-07-27net: phylink: Fix flow control for fixed-linkRené van Dorst-0/+2
2019-07-24net: phy: mscc: initialize stats arrayAndreas Schwab-8/+8
2019-07-24net: phylink: don't start and stop SGMII PHYs in SFP modules twiceArseny Solokha-4/+4
2019-07-21net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn-1/+1
2019-07-12net: phy: make exported variables non-staticDenis Efremov-3/+3
2019-07-08net: phy: Make use of linkmode_mod_bit helperFuqian Huang-12/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+2
2019-06-15Revert "net: phylink: set the autoneg state in phylink_phy_change"David S. Miller-1/+0
2019-06-15net: phylink: set the autoneg state in phylink_phy_changeIoana Ciornei-0/+1
2019-06-14net: phy: sfp: clean up a conditionDan Carpenter-1/+1
2019-06-14net: phy: Add more 1000BaseX support detectionRobert Hancock-0/+2
2019-06-09net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464Vladimir Oltean-0/+2
2019-06-09net: sfp: add mutex to prevent concurrent state checksRobert Hancock-1/+5
2019-06-09net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock-5/+26
2019-06-09net: phy: rename Asix Electronics PHY driverMichael Schmitz-2/+2
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+29
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock-0/+3
2019-06-05net: phy: remove state PHY_FORCINGHeiner Kallweit-24/+2
2019-06-04net: phylink: avoid reducing support maskRussell King-4/+9
2019-06-03net: sfp: read eeprom in maximum 16 byte incrementsRussell King-4/+20
2019-05-31net: sfp: remove sfp-bus use of netdevsRussell King-9/+4
2019-05-31net: sfp: add mandatory attach/detach methods for sfp busesRussell King-2/+18
2019-05-31net: phy: allow Clause 45 access via mii ioctlRussell King-9/+24
2019-05-31net: phylink: support for link gpio interruptRussell King-4/+32
2019-05-31net: phylink: remove netdev from phylink mii ioctl emulationRussell King-8/+4
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-10/+62
2019-05-30net: phy: export phy_queue_state_machineHeiner Kallweit-3/+5
2019-05-30net: phy: add callback for custom interrupt handler to struct phy_driverHeiner Kallweit-2/+7
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit-15/+23
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev-8/+27
2019-05-29net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO()Marek Vasut-22/+2
2019-05-29net: phylink: Add phylink_{printk, err, warn, info, dbg} macrosIoana Ciornei-60/+77
2019-05-29net: phylink: Add PHYLINK_DEV operation typeIoana Ciornei-5/+20
2019-05-29net: phylink: Add struct phylink_config to PHYLINK APIIoana Ciornei-9/+17
2019-05-29net: phylink: Add phylink_mac_link_{up, down} wrapper functionsIoana Ciornei-18/+32
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei-0/+22
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei-0/+6
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei-10/+23
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean-17/+26
2019-05-29net: phy: dp83867: Set up RGMII TX delayMax Uvarov-3/+1
2019-05-29net: phy: dp83867: do not call config_init twiceMax Uvarov-1/+1
2019-05-29net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov-0/+18
2019-05-29net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov-0/+17