summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy_device.c
AgeCommit message (Expand)Author
2020-08-31net: phy: add resolved pause supportRussell King
2020-08-31net: phy: add helpers for comparing phy IDsRussell King
2020-08-03net: phy: read MMD ID from all present MMDsRussell King
2020-08-03net: phy: split devices_in_packageRussell King
2020-08-03net: phy: set devices_in_package only after validationRussell King
2020-08-03net: phy: add support for probing MMDs >= 8 for devices-in-packageRussell King
2020-08-03net: phy: reword get_phy_device() kerneldocRussell King
2020-08-03net: phy: clean up get_phy_c22_id() invalid ID handlingRussell King
2020-08-03net: phy: clean up get_phy_c45_ids() failure handlingRussell King
2020-08-03net: phy: clean up PHY ID readingRussell King
2020-08-03net: phy: clean up cortina workaroundRussell King
2020-06-24net: phy: call phy_disable_interrupts() in phy_init_hw()Jisheng Zhang
2020-06-19net: phy: Check harder for errors in get_phy_id()Florian Fainelli
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-18net: phy: simplify phy_link_change argumentsDoug Berger
2020-05-17net: phy: propagate an error back to the callers of phy_sfp_probeLeon Romanovsky
2020-05-07net: phy: fix less than zero comparison with unsigned variable valColin Ian King
2020-05-06ethtool: provide UAPI for PHY master/slave configuration.Oleksij Rempel
2020-05-06net: phy: add concept of shared storage for PHYsMichael Walle
2020-04-24net: phy: clear phydev->suspended after soft resetHeiner Kallweit
2020-04-24net: phy: remove genphy_no_soft_resetHeiner Kallweit
2020-04-24net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit
2020-03-26net: phy: don't touch suspended flag if there's no suspend/resume callbackHeiner Kallweit
2020-03-26net: phy: probe PHY drivers synchronouslyHeiner Kallweit
2020-03-23net: phy: use phy_read_poll_timeout() to simplify the codeDejin Zheng
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-12net: phy: fix MDIO bus PM PHY resumingHeiner Kallweit
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-02-19phy: avoid unnecessary link-up delay in polling modePetr Oros
2020-02-16net: add linkmode helper for setting flow control advertisementRussell King
2020-02-16net: add helpers to resolve negotiated flow controlRussell King
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