summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-core.c
AgeCommit message (Expand)Author
2025-03-18net: phy: drop phy_settings and the associated lookup helpersMaxime Chevallier
2025-03-18net: phy: phy_caps: Implement link_capabilities lookup by linkmodeMaxime Chevallier
2025-03-18net: phy: phy_caps: Move __set_linkmode_max_speed to phy_capsMaxime Chevallier
2025-03-18net: phy: phy_caps: Move phy_speeds to phy_capsMaxime Chevallier
2025-03-17net: phy: remove unused functions phy_package_[read|write]_mmdHeiner Kallweit
2025-03-05net: phy: move PHY package related code from phy.h to phy_package.cHeiner Kallweit
2025-02-24net: phy: add phylib-internal.hHeiner Kallweit
2025-02-11net: phy: rename eee_broken_modes to eee_disabled_modesHeiner Kallweit
2025-02-06ethtool: Add support for 200Gbps per lane link modesJianbo Liu
2024-11-14net: phy: convert eee_broken_modes to a linkmode bitmapHeiner Kallweit
2024-10-08net: phy: Add support for PHY timing-role configuration via device treeOleksij Rempel
2024-07-14net: phy: bcm54811: New link mode for BroadR-ReachKamil HorĂ¡k (2N)
2024-06-18net: phy: introduce core support for phy-mode = "10g-qxgmii"Vladimir Oltean
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi
2023-12-17net: phy: restructure __phy_write/read_mmd to helper and phydev userChristian Marangi
2023-08-14net: phy: Introduce PSGMII PHY interface modeGabor Juhos
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto
2022-10-24ethtool: Add support for 800Gbps link modesAmit Cohen
2022-09-23net: phy: Add support for rate matchingSean Anderson
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson
2022-08-22net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier
2022-05-01ethtool: Add 10base-T1L link mode entryAlexandru Tachici
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov
2021-12-09net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)
2021-06-16net: phy: correct format of block commentsWenpeng Liang
2020-09-23net: phy: Document core PHY structuresAndrew Lunn
2020-09-19ethtool: Add 100base-FX link mode entriesDan Murphy
2020-07-08ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger
2020-05-26net: mdiobus: add clause 45 mdiobus accessorsRussell King
2020-03-23net: phy: add and use phy_check_downshiftHeiner Kallweit
2020-03-17net: mdiobus: add APIs for modifying a MDIO device registerRussell King
2020-02-18ethtool: Add support for low latency RS FECAya Levin
2020-01-20net: phy: don't crash in phy_read/_write_mmd without a PHY driverAlex Marginean
2019-11-25net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit
2019-10-18net: phy: avoid NPE if read_page/write_page callbacks are not availableHeiner Kallweit
2019-10-15ethtool: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko
2019-10-04net: phy: extract pause modeRussell King
2019-08-13net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit
2019-08-13net: phy: add __set_linkmode_max_speedHeiner Kallweit
2019-08-11net: phy: add phy_modify_paged_changedHeiner Kallweit
2019-05-22net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn
2019-05-04net: phy: improve pause handlingHeiner Kallweit
2019-04-14phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit
2019-04-14net: phy: add support for new modes in phylibHeiner Kallweit
2019-04-14net: phy: shrink PHY settings arrayHeiner Kallweit
2019-02-17net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit
2019-02-13net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier
2019-02-13net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier
2019-02-10net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit
2019-02-06net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko