summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky2020-05-171-2/+2
* net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit2020-03-261-17/+15
* net: phy: probe PHY drivers synchronouslyHeiner Kallweit2020-03-261-0/+1
* net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng2020-03-231-11/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+5
|\
| * net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit2020-03-121-1/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-5/+6
|\|
| * net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila2020-02-261-3/+3
| * net: phy: Avoid multiple suspendsFlorian Fainelli2020-02-231-2/+3
* | phy: avoid unnecessary link-up delay in polling modePetr Oros2020-02-191-2/+3
* | net: add linkmode helper for setting flow control advertisementRussell King2020-02-161-16/+1
* | net: add helpers to resolve negotiated flow controlRussell King2020-02-161-0/+26
|/
* net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli2020-01-141-2/+10
* net: mdio: of: Register discovered MII time stampers.Richard Cochran2019-12-251-0/+3
* net: Introduce a new MII time stamping interface.Richard Cochran2019-12-251-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-4/+4
|\
| * net: phy: ensure that phy IDs are correctly typedRussell King2019-12-201-4/+4
* | net: phy: provide and use genphy_read_status_fixed()Russell King2019-12-191-16/+33
* | net: phy: add genphy_check_and_restart_aneg()Russell King2019-12-191-17/+31
* | net: phy: remove redundant .aneg_done initialisersRussell King2019-12-191-1/+0
|/
* net: phy: initialise phydev speed and duplex sanelyRussell King2019-11-231-2/+2
* net: phy: avoid matching all-ones clause 45 PHY IDsRussell King2019-11-181-3/+6
* net: phy: add core phylib sfp supportRussell King2019-11-181-0/+66
* net: phy: add support for clause 37 auto-negotiationHeiner Kallweit2019-10-231-0/+139
* net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren2019-10-231-1/+1
* net: phy: Fix "link partner" information disappear issueYonglong Liu2019-10-161-1/+10
* net: phy: extract link partner advertisement readingRussell King2019-10-041-25/+40
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-1/+11
|\
| * net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit2019-08-131-1/+11
* | net: phy: remove genphy_config_initHeiner Kallweit2019-08-171-51/+0
* | net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit2019-08-151-5/+6
* | net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit2019-08-111-15/+12
* | net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit2019-08-111-16/+6
|/
* net: phy: fix race in genphy_update_linkHeiner Kallweit2019-08-021-0/+6
* net: phy: make exported variables non-staticDenis Efremov2019-07-121-3/+3
* net: phy: Add more 1000BaseX support detectionRobert Hancock2019-06-141-0/+2
* net: phy: Add detection of 1000BaseX link mode supportRobert Hancock2019-06-061-0/+3
* net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit2019-05-301-1/+1
* 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: Make phy_basic_t1_features use base100t1.Andrew Lunn2019-05-221-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-071-4/+7
|\
| * net: phy: fix phy_validate_pauseHeiner Kallweit2019-05-051-4/+7
* | net: phy: improve pause handlingHeiner Kallweit2019-05-041-7/+29
* | net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit2019-04-281-1/+5
* | net: phy: improve genphy_soft_resetHeiner Kallweit2019-04-261-2/+14
* | net: phy: don't set autoneg if it's not supportedHeiner Kallweit2019-04-181-0/+4
* | net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit2019-04-081-6/+4