summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add support for PHY package MMD read/writeChristian Marangi2023-12-171-0/+140
* net: phy: restructure __phy_write/read_mmd to helper and phydev userChristian Marangi2023-12-171-34/+30
* net: phy: Introduce PSGMII PHY interface modeGabor Juhos2023-08-141-0/+2
* drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-111-1/+4
* ethtool: Add support for 800Gbps link modesAmit Cohen2022-10-241-1/+10
* net: phy: Add support for rate matchingSean Anderson2022-09-231-0/+21
* net: phy: Add 1000BASE-KX interface modeSean Anderson2022-09-051-0/+1
* net: phy: Add helper to derive the number of ports from a phy modeMaxime Chevallier2022-08-221-0/+52
* ethtool: Add 10base-T1L link mode entryAlexandru Tachici2022-05-011-1/+2
* phy: make phy_set_max_speed() *void*Sergey Shtylyov2022-01-311-14/+8
* net: phy: prefer 1000baseT over 1000baseKXRussell King (Oracle)2021-12-091-1/+1
* net: phy: correct format of block commentsWenpeng Liang2021-06-161-1/+2
* net: phy: Document core PHY structuresAndrew Lunn2020-09-231-1/+31
* ethtool: Add 100base-FX link mode entriesDan Murphy2020-09-191-1/+3
* ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2020-07-081-1/+16
* net: mdiobus: add clause 45 mdiobus accessorsRussell King2020-05-261-7/+4
* net: phy: add and use phy_check_downshiftHeiner Kallweit2020-03-231-0/+38
* net: mdiobus: add APIs for modifying a MDIO device registerRussell King2020-03-171-31/+0
* ethtool: Add support for low latency RS FECAya Levin2020-02-181-1/+1
* net: phy: don't crash in phy_read/_write_mmd without a PHY driverAlex Marginean2020-01-201-2/+2
* net: phy: add helpers phy_(un)lock_mdio_busHeiner Kallweit2019-11-251-14/+14
* net: phy: avoid NPE if read_page/write_page callbacks are not availableHeiner Kallweit2019-10-181-0/+6
* ethtool: Add support for 400Gbps (50Gbps per lane) link modesJiri Pirko2019-10-151-1/+9
* net: phy: extract pause modeRussell King2019-10-041-7/+13
* net: phy: add phy_speed_down_core and phy_resolve_min_speedHeiner Kallweit2019-08-131-0/+28
* net: phy: add __set_linkmode_max_speedHeiner Kallweit2019-08-131-2/+7
* net: phy: add phy_modify_paged_changedHeiner Kallweit2019-08-111-5/+24
* net: phy: Add support for 100BaseT1 and 1000BaseT1Andrew Lunn2019-05-221-1/+3
* net: phy: improve pause handlingHeiner Kallweit2019-05-041-1/+1
* phy: warn if phylib and ethtool PHY mode definitions are out of syncHeiner Kallweit2019-04-141-0/+5
* net: phy: add support for new modes in phylibHeiner Kallweit2019-04-141-0/+18
* net: phy: shrink PHY settings arrayHeiner Kallweit2019-04-141-202/+45
* net: phy: improve phy_resolve_aneg_linkmodeHeiner Kallweit2019-02-171-36/+7
* net: phy: Move of_set_phy_eee_broken to phy-core.cMaxime Chevallier2019-02-131-0/+27
* net: phy: Mask-out non-compatible modes when setting the max-speedMaxime Chevallier2019-02-131-0/+45
* net: phy: add register modifying helpers returning 1 on changeHeiner Kallweit2019-02-101-9/+118
* net: phy: provide full set of accessor functions to MMD registersNikita Yushchenko2019-02-061-13/+103
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-5/+1
* net: phy: Add support for resolving 5G and 2.5G autonegAndrew Lunn2018-11-111-0/+8
* net: phy: Add more link modes to the settings tableAndrew Lunn2018-11-111-4/+158
* net: phy: Convert u32 phydev->lp_advertising to linkmodeAndrew Lunn2018-11-111-7/+6
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-14/+24
* net: phy: Fix spelling mistake: "advertisment"-> "advertisement"Colin Ian King2018-03-041-2/+2
* net: phy: Have __phy_modify return 0 on successAndrew Lunn2018-01-151-7/+6
* net: phy: fix wrong masks to phy_modify()Russell King2018-01-081-1/+1
* net: phy: add phy_modify() accessorRussell King2018-01-031-0/+23
* net: phy: add paged phy register accessorsRussell King2018-01-031-0/+157
* net: phy: add unlocked accessorsRussell King2018-01-031-0/+25
* net: phy: use unlocked accessors for indirect MMD accessesRussell King2018-01-031-5/+6
* net: phy: add helper to convert negotiation result to phy settingsRussell King2018-01-021-0/+43