summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
* net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur2024-01-221-0/+11
* net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)2024-01-161-4/+4
* net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea2024-01-121-0/+1
* net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur2024-01-121-0/+8
* net: phy: at803x: make read_status more genericChristian Marangi2024-01-071-5/+12
* net: phy: at803x: add support for cdt cross short test for qca808xChristian Marangi2024-01-071-17/+69
* net: phy: at803x: refactor qca808x cable test get status functionChristian Marangi2024-01-071-31/+49
* net: phy: at803x: generalize cdt fault length functionChristian Marangi2024-01-071-7/+6
* Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski2024-01-049-145/+4
* net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2024-01-042-4/+4
* net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)2024-01-041-0/+66
* net: mdio_bus: add refcounting for fwnodes to mdiobusRussell King (Oracle)2024-01-041-0/+13
* Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski2024-01-021-3/+0
* net: sfp: Add helper to return the SFP bus nameMaxime Chevallier2024-01-011-0/+11
* net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier2024-01-015-0/+48
* net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier2024-01-013-3/+12
* net: phy: Introduce ethernet link topology representationMaxime Chevallier2024-01-013-1/+74
* net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca2024-01-011-0/+3
* net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)2023-12-271-0/+41
* net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)2023-12-271-0/+345
* net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)2023-12-275-32/+1459
* net: phy: at803x: better align function varibles to open parenthesisChristian Marangi2023-12-261-30/+37
* net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek BehĂșn2023-12-251-4/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-12-211-2/+4
|\
| * net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle2023-12-151-2/+4
* | net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi2023-12-211-3/+3
* | net: phy: at803x: remove extra space after castChristian Marangi2023-12-211-1/+1
* | 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: extend PHY package API to support multiple global addressChristian Marangi2023-12-174-22/+38
* | net: phylink: reimplement population of pl->supported for in-bandVladimir Oltean2023-12-171-66/+5
* | net: phy: at803x: make read specific status function more genericChristian Marangi2023-12-151-8/+18
* | net: phy: at803x: move specific qca808x config_aneg to dedicated functionChristian Marangi2023-12-151-26/+40
* | net: phy: add Rust Asix PHY driverFUJITA Tomonori2023-12-153-1/+148
* | rust: core abstractions for network PHY driversFUJITA Tomonori2023-12-151-0/+8
* | net: phy: Add support for the DP83TG720S Ethernet PHYOleksij Rempel2023-12-133-0/+202
* | net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel2023-12-131-55/+74
* | net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi2023-12-131-45/+50
* | net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi2023-12-131-19/+41
* | net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi2023-12-131-133/+133
* | net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi2023-12-131-8/+8
* | net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi2023-12-131-6/+24
* | net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi2023-12-131-17/+25
* | net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi2023-12-131-20/+25
* | net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi2023-12-131-20/+19
* | net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi2023-12-131-24/+31
* | net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi2023-12-131-31/+37
* | net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi2023-12-131-22/+22
* | net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi2023-12-131-10/+17
* | net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi2023-12-131-3/+3