summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)Author
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)
2023-11-18net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent
2023-11-18net: phy: micrel: fix ts_info value in case of no phcKory Maincent
2023-11-18net: phy: Remove the call to phy_mii_ioctl in phy_hwstamp_get/setKory Maincent
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent
2023-11-17net: phy: broadcom: Wire suspend/resume for BCM54612EMarco von Rosenberg
2023-11-16net: sfp: use linkmode_*() rather than open codingRussell King (Oracle)
2023-11-16net: phylink: use linkmode_fill()Russell King (Oracle)
2023-11-16net: phy: aquantia: add firmware load supportRobert Marko
2023-11-16net: phy: aquantia: move MMD_VEND define to headerChristian Marangi
2023-11-16net: phy: aquantia: move to separate directoryChristian Marangi
2023-11-07net: phylink: initialize carrier state at creationKlaus Kudielka
2023-11-01net: phy: fill in missing MODULE_DESCRIPTION()sAndrew Lunn
2023-10-20net: phy: micrel: Fix forced link mode for KSZ886X switchesOleksij Rempel