summaryrefslogtreecommitdiff
path: root/drivers/net/phy/phy-core.c
AgeCommit message (Expand)Author
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
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2018-11-11net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn
2018-11-11net: phy: Add more link modes to the settings tableAndrew Lunn
2018-11-11net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn
2018-11-11net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn
2018-03-04net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King
2018-01-15net: phy: Have __phy_modify return 0 on successAndrew Lunn
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King
2018-01-03net: phy: add phy_modify() accessorRussell King
2018-01-03net: phy: add paged phy register accessorsRussell King
2018-01-03net: phy: add unlocked accessorsRussell King
2018-01-03net: phy: use unlocked accessors for indirect MMD accessesRussell King
2018-01-02net: phy: add helper to convert negotiation result to phy settingsRussell King