summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
2024-01-04net: phy: aquantia: switch to crc_itu_t()Stephen Rothwell
2024-01-04net: phylink: move phylink_pcs_neg_mode() into phylink.cRussell King (Oracle)
2024-01-04net: mdio_bus: add refcounting for fwnodes to mdiobusRussell King (Oracle)
2024-01-02Revert "net: mdio: get/put device node during (un)registration"Jakub Kicinski
2024-01-01net: sfp: Add helper to return the SFP bus nameMaxime Chevallier
2024-01-01net: phy: add helpers to handle sfp phy connect/disconnectMaxime Chevallier
2024-01-01net: sfp: pass the phy_device when disconnecting an sfp module's PHYMaxime Chevallier
2024-01-01net: phy: Introduce ethernet link topology representationMaxime Chevallier
2024-01-01net: mdio: get/put device node during (un)registrationLuiz Angelo Daros de Luca
2023-12-27net: phy: nxp-c45-tja11xx: implement mdo_insert_tx_tagRadu Pirea (NXP OSS)
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec statisticsRadu Pirea (NXP OSS)
2023-12-27net: phy: nxp-c45-tja11xx: add MACsec supportRadu Pirea (NXP OSS)
2023-12-26net: phy: at803x: better align function varibles to open parenthesisChristian Marangi
2023-12-25net: sfp: fix PHY discovery for FS SFP-10G-T moduleMarek Behún
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi
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-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi
2023-12-17net: phylink: reimplement population of pl->supported for in-bandVladimir Oltean
2023-12-15net: phy: skip LED triggers on PHYs on SFP modulesDaniel Golle
2023-12-15net: phy: at803x: make read specific status function more genericChristian Marangi
2023-12-15net: phy: at803x: move specific qca808x config_aneg to dedicated functionChristian Marangi
2023-12-15net: phy: add Rust Asix PHY driverFUJITA Tomonori
2023-12-15rust: core abstractions for network PHY driversFUJITA Tomonori
2023-12-13net: phy: Add support for the DP83TG720S Ethernet PHYOleksij Rempel
2023-12-13net: phy: c45: add genphy_c45_pma_read_ext_abilities() functionOleksij Rempel
2023-12-13net: phy: at803x: drop specific PHY ID check from cable test functionsChristian Marangi
2023-12-13net: phy: at803x: move at8035 specific DT parse to dedicated probeChristian Marangi
2023-12-13net: phy: at803x: move at8031 functions in dedicated sectionChristian Marangi
2023-12-13net: phy: at803x: make at8031 related DT functions name more specificChristian Marangi
2023-12-13net: phy: at803x: move specific at8031 config_intr to dedicated functionChristian Marangi
2023-12-13net: phy: at803x: move specific at8031 WOL bits to dedicated functionChristian Marangi
2023-12-13net: phy: at803x: move specific at8031 config_init to dedicated functionChristian Marangi
2023-12-13net: phy: at803x: move specific at8031 probe mode check to dedicated probeChristian Marangi
2023-12-13net: phy: at803x: move specific DT option for at8031 to specific probeChristian Marangi
2023-12-13net: phy: at803x: move qca83xx specific check in dedicated functionsChristian Marangi
2023-12-13net: phy: at803x: raname hw_stats functions to qca83xx specific nameChristian Marangi
2023-12-13net: phy: at803x: move disable WOL to specific at8031 probeChristian Marangi
2023-12-13net: phy: at803x: fix passing the wrong reference for config_intrChristian Marangi
2023-12-10net: mdio_bus: replace deprecated strncpy with strscpyJustin Stitt
2023-12-08net: Convert some ethtool_sprintf() to ethtool_puts()justinstitt@google.com
2023-12-05net: sfp: Convert to platform remove callback returning voidUwe Kleine-König
2023-12-04net: phy: micrel: allow usage of generic ethernet-phy clockHeiko Stuebner
2023-12-04net: phy: micrel: use devm_clk_get_optional_enabled for the rmii-ref clockHeiko Stuebner
2023-11-30net: phy: mdio_device: Reset device only when necessaryAndrew Halaney
2023-11-29net: phy: aquantia: drop wrong endianness conversion for addr and CRCChristian Marangi
2023-11-29net: phy: adin: allow control of Fast Link DownVincent Whitchurch
2023-11-27net: phylink: use the PHY's possible_interfaces if populatedRussell King (Oracle)