summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/phy-core.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: phy: add 1000Base-X to phy settings tableRussell King2017-08-061-0/+5
* net: phy: move phy_lookup_setting() and guts of phy_supported_speeds() to phy...Russell King2017-08-061-0/+126
* net: phy: split out PHY speed and duplex string generationRussell King2017-08-061-0/+49
* net: phy: test the right variable in phy_write_mmd()Dan Carpenter2017-04-171-1/+1
* net: phy: clean up mmd_phy_indirect()Russell King2017-03-221-7/+7
* net: phy: remove the indirect MMD read/write methodsRussell King2017-03-221-85/+34
* net: phy: make phy_(read|write)_mmd() generic MMD accessorsRussell King2017-03-221-8/+25
* net: phy: move phy MMD accessors to phy-core.cRussell King2017-03-221-0/+135