aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2020-06-07net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-02-26net: phy: corrected the return value for genphy_check_and_restart_aneg and ge...Sudheesh Mavila
2020-02-23net: phy: Avoid multiple suspendsFlorian Fainelli
2020-01-14net: phy: Added IRQ print to phylink_bringup_phy()Florian Fainelli
2019-12-25net: mdio: of: Register discovered MII time stampers.Richard Cochran
2019-12-25net: Introduce a new MII time stamping interface.Richard Cochran
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-19net: phy: provide and use genphy_read_status_fixed()Russell King
2019-12-19net: phy: add genphy_check_and_restart_aneg()Russell King
2019-12-19net: phy: remove redundant .aneg_done initialisersRussell King
2019-11-23net: phy: initialise phydev speed and duplex sanelyRussell King
2019-11-18net: phy: avoid matching all-ones clause 45 PHY IDsRussell King
2019-11-18net: phy: add core phylib sfp supportRussell King
2019-10-23net: phy: add support for clause 37 auto-negotiationHeiner Kallweit
2019-10-23net: phy: modify assignment to OR for dev_flags in phy_attach_directTao Ren
2019-10-16net: phy: Fix "link partner" information disappear issueYonglong Liu
2019-10-04net: phy: extract link partner advertisement readingRussell King
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17net: phy: remove genphy_config_initHeiner Kallweit
2019-08-15net: phy: read MII_CTRL1000 in genphy_read_status only if neededHeiner Kallweit
2019-08-13net: phy: consider AN_RESTART status when reading link statusHeiner Kallweit
2019-08-11net: phy: prepare phylib to deal with PHY's extending Clause 22Heiner Kallweit
2019-08-11net: phy: simplify genphy_config_advert by using the linkmode_adv_to_xxx_t fu...Heiner Kallweit
2019-08-02net: phy: fix race in genphy_update_linkHeiner Kallweit
2019-07-12net: phy: make exported variables non-staticDenis Efremov
2019-06-14net: phy: Add more 1000BaseX support detectionRobert Hancock
2019-06-06net: phy: Add detection of 1000BaseX link mode supportRobert Hancock
2019-05-30net: phy: enable interrupts when PHY is attached alreadyHeiner Kallweit
2019-05-29net: phy: Add phy_standalone sysfs entryIoana Ciornei
2019-05-29net: phy: Check against net_device being NULLIoana Ciornei
2019-05-29net: phy: Guard against the presence of a netdevIoana Ciornei
2019-05-29net: phy: Add phy_sysfs_create_links helper functionVladimir Oltean
2019-05-22net: phy: Make phy_basic_t1_features use base100t1.Andrew Lunn
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-05net: phy: fix phy_validate_pauseHeiner Kallweit
2019-05-04net: phy: improve pause handlingHeiner Kallweit
2019-04-28net: phy: avoid unneeded MDIO reads in genphy_read_statusHeiner Kallweit
2019-04-26net: phy: improve genphy_soft_resetHeiner Kallweit
2019-04-18net: phy: don't set autoneg if it's not supportedHeiner Kallweit
2019-04-08net: phy: fix setting autoneg_complete in genphy_update_linkHeiner Kallweit
2019-04-08net: phy: replace genphy_10g_driver with genphy_c45_driverHeiner Kallweit
2019-04-08net: phy: improve link partner capability detectionHeiner Kallweit
2019-04-04net: phy: allow a PHY driver to define neither features nor get_featuresHeiner Kallweit
2019-04-03net: phy: fix autoneg mismatch case in genphy_read_statusHeiner Kallweit
2019-04-02net: phy: use genphy_read_abilities in genphy driverHeiner Kallweit
2019-04-02net: phy: add genphy_read_abilitiesHeiner Kallweit
2019-04-01net: phy: improve genphy_read_statusHeiner Kallweit
2019-03-25net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit