summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2024-05-30net: micrel: Fix receiving the timestamp in the frame for lan8841Horatiu Vultur1-1/+2
2024-05-02net: phy: dp83869: Fix MII mode failureMD Danish Anwar1-1/+2
2024-05-02net: phy: mediatek-ge-soc: follow netdev LED trigger semanticsDaniel Golle1-17/+26
2024-04-13net: phy: phy_device: Prevent nullptr exceptions on ISRAndre Werner1-5/+8
2024-04-10net: phy: micrel: Fix potential null pointer dereferenceAleksandr Mishin1-5/+16
2024-04-10net: phy: micrel: lan8814: Fix when enabling/disabling 1-step timestampingHoratiu Vultur1-2/+8
2024-04-03net: phy: qcom: at803x: fix kernel panic with at8031_probeChristian Marangi1-1/+3
2024-03-27net: phy: fix phy_read_poll_timeout argument type in genphy_loopbackNikita Kiryushin1-2/+2
2024-03-27net: phy: dp83822: Fix RGMII TX delay configurationTim Pambor1-17/+20
2024-03-27net: phy: fix phy_get_internal_delay accessing an empty arrayKévin L'hôpital1-1/+1
2024-02-22net: phy: realtek: Fix rtl8211f_config_init() for RTL8211F(D)(I)-VD-CG PHYSiddharth Vadapalli1-1/+3
2024-02-15net: fill in MODULE_DESCRIPTION()s for mdio_devresBreno Leitao1-0/+1
2024-01-26net: phy: mediatek-ge-soc: sync driver with MediaTek SDKDaniel Golle1-66/+81
2024-01-22net: micrel: Fix PTP frame parsing for lan8814Horatiu Vultur1-0/+11
2024-01-17net: sfp-bus: fix SFP mode detect from bitrateRussell King (Oracle)1-4/+4
2024-01-12net: phy: micrel: populate .soft_reset for KSZ9131Claudiu Beznea1-0/+1
2024-01-12net: micrel: Fix PTP frame parsing for lan8841Horatiu Vultur1-0/+8
2024-01-07net: phy: at803x: make read_status more genericChristian Marangi1-5/+12
2024-01-07net: phy: at803x: add support for cdt cross short test for qca808xChristian Marangi1-17/+69
2024-01-07net: phy: at803x: refactor qca808x cable test get status functionChristian Marangi1-31/+49
2024-01-07net: phy: at803x: generalize cdt fault length functionChristian Marangi1-7/+6
2024-01-05Revert "Introduce PHY listing and link_topology tracking"Jakub Kicinski9-145/+4
2024-01-05net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell2-4/+4
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)1-0/+66
2024-01-04net: mdio_bus: add refcounting for fwnodes to mdiobusRussell King (Oracle)1-0/+13
2024-01-03Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski1-3/+0
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier1-0/+11
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier5-0/+48
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier3-3/+12
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier3-1/+74
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca1-0/+3
2023-12-27net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)1-0/+41
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)1-0/+345
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)5-32/+1459
2023-12-27net: phy: at803x: better align function varibles to open parenthesisChristian Marangi1-30/+37
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek Behún1-4/+13
2023-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+4
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi1-3/+3
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi1-1/+1
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi1-0/+140
2023-12-17net: phy: restructure __phy_write/read_mmd to helper and phydev userChristian Marangi1-34/+30
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi4-22/+38
2023-12-17net: phylink: reimplement population of pl->supported for in-bandVladimir Oltean1-66/+5
2023-12-16net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle1-2/+4
2023-12-15net: phy: at803x: make read specific status function more genericChristian Marangi1-8/+18
2023-12-15net: phy: at803x: move specific qca808x config_aneg to dedicated functionChristian Marangi1-26/+40
2023-12-15net: phy: add Rust Asix PHY driverFUJITA Tomonori3-1/+148
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori1-0/+8
2023-12-14net: phy: Add support for the DP83TG720S Ethernet PHYOleksij Rempel3-0/+202
2023-12-14net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel1-55/+74