summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
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)
2023-11-27net: phylink: split out PHY validation from phylink_bringup_phy()Russell King (Oracle)
2023-11-27net: phylink: pass PHY into phylink_validate_mask()Russell King (Oracle)
2023-11-27net: phylink: pass PHY into phylink_validate_one()Russell King (Oracle)
2023-11-27net: phylink: split out per-interface validationRussell King (Oracle)
2023-11-27net: phy: aquantia: fill in possible_interfaces for AQR113CRussell King (Oracle)
2023-11-27net: phy: bcm84881: fill in possible_interfacesRussell King (Oracle)
2023-11-27net: phy: marvell10g: fill in possible_interfacesRussell King (Oracle)
2023-11-27net: phy: marvell10g: table driven mactype decodeRussell King (Oracle)
2023-11-27net: phy: add possible interfacesRussell King (Oracle)
2023-11-25net: sfp: rework the RollBall PHY waiting codeMarek Behún
2023-11-24net: phy: correctly check soft_reset ret ONLY if defined for PHYChristian Marangi
2023-11-21net: phylink: use for_each_set_bit()Russell King (Oracle)