summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2022-05-19Merge remote-tracking branch 'gh-fslc/5.4-2.3.x-imx' into toradex_5.4-2.3.x-imxPhilippe Schenker
2022-05-19Merge tag 'v5.4.193' into update-to-2.3.7__5.4-2.3.x-imxPhilippe Schenker
2022-02-01phylib: fix potential use-after-freeMarek BehĂșn
2021-11-08Merge remote-tracking branch 'fscl/5.4-2.3.x-imx' into toradex_5.4-2.3.x-imxDenys Drozdov
2021-09-27Merge tag 'v5.4.149' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-09-26phy: avoid unnecessary link-up delay in polling modePetr Oros
2021-07-08net: phy: make PHY PM ops a no-op if MAC driver manages PHY PMOleksandr Suvorov
2021-07-08net: phy: Expose phydev::dev_flags through sysfsFlorian Fainelli
2021-07-08net: phy: make mdio_bus_phy_suspend/resume as __maybe_unusedArnd Bergmann
2021-07-08net: phy: consider that suspend2ram may cut off PHY powerHeiner Kallweit
2020-10-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
2020-09-26net: phy: Avoid NPD upon phy_detach() when driver is unboundFlorian Fainelli
2020-08-19net: phy: fix memory leak in device-create error pathJohan Hovold
2020-06-30net: phy: Check harder for errors in get_phy_id()Florian Fainelli
2020-06-19Merge tag 'v5.4.47' into imx_5.4.yJason Liu
2020-03-18net: phy: Avoid multiple suspendsFlorian Fainelli
2020-03-18net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2019-12-31net: phy: initialise phydev speed and duplex sanelyRussell King
2019-12-31net: phy: avoid matching all-ones clause 45 PHY IDsRussell King
2019-12-31net: phy: ensure that phy IDs are correctly typedRussell King
2019-12-02MLK-11051 net: phy: mdio_bus: don't call .phy_suspendi() when netdev is NULLFugang Duan
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