Age | Commit message (Expand) | Author | Files | Lines |
2023-02-16 | net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol error | Oleksij Rempel | 1 | -1/+1 |
2023-02-16 | net: phy: motorcomm: uninitialized variables in yt8531_link_change_notify() | Dan Carpenter | 1 | -3/+3 |
2023-02-15 | net: phylink: support validated pause and autoneg in fixed-link | Ivan Bornyakov | 1 | -3/+14 |
2023-02-13 | net: phy: start using genphy_c45_ethtool_get/set_eee() | Oleksij Rempel | 1 | -58/+2 |
2023-02-13 | net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active() | Oleksij Rempel | 1 | -75/+14 |
2023-02-13 | net: phy: c45: migrate to genphy_c45_write_eee_adv() | Oleksij Rempel | 1 | -1/+10 |
2023-02-13 | net: phy: c22: migrate to genphy_c45_write_eee_adv() | Oleksij Rempel | 1 | -1/+9 |
2023-02-13 | net: phy: add genphy_c45_ethtool_get/set_eee() support | Oleksij Rempel | 1 | -0/+238 |
2023-02-13 | net: phy: export phy_check_valid() function | Oleksij Rempel | 1 | -2/+2 |
2023-02-13 | net: phy: micrel: add ksz9477_get_features() | Oleksij Rempel | 1 | -0/+21 |
2023-02-13 | net: phy: add genphy_c45_read_eee_abilities() function | Oleksij Rempel | 2 | -0/+86 |
2023-02-13 | net: micrel: Add PHC support for lan8841 | Horatiu Vultur | 1 | -24/+599 |
2023-02-10 | net: micrel: Cable Diagnostics feature for lan8841 PHY | Horatiu Vultur | 1 | -0/+5 |
2023-02-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -3/+4 |
2023-02-08 | net: micrel: Add support for lan8841 PHY | Horatiu Vultur | 1 | -9/+180 |
2023-02-04 | net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHY | Heiner Kallweit | 1 | -0/+2 |
2023-02-03 | net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phy | Frank Sae | 2 | -3/+207 |
2023-02-03 | net: phy: Add dts support for Motorcomm yt8531s gigabit ethernet phy | Frank Sae | 1 | -24/+27 |
2023-02-03 | net: phy: Add dts support for Motorcomm yt8521 gigabit ethernet phy | Frank Sae | 1 | -54/+199 |
2023-02-03 | net: phy: Add BIT macro for Motorcomm yt8521/yt8531 gigabit ethernet phy | Frank Sae | 1 | -4/+51 |
2023-02-03 | net: phylink: move phy_device_free() to correctly release phy device | Clément Léger | 1 | -3/+2 |
2023-02-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -3/+7 |
2023-02-01 | net: phy: meson-gxl: Add generic dummy stubs for MMD register access | Chris Healy | 1 | -0/+2 |
2023-01-31 | net: phy: motorcomm: change the phy id of yt8521 and yt8531s to lowercase | Frank Sae | 1 | -2/+2 |
2023-01-31 | net: phy: fix the spelling problem of Sentinel | Frank Sae | 1 | -1/+1 |
2023-01-30 | net: phy: fix null dereference in phy_attach_direct | Colin Foster | 1 | -1/+1 |
2023-01-28 | net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devices | Andre Kalb | 1 | -2/+4 |
2023-01-24 | net: phy: microchip: run phy initialization during each link update | Rakesh Sankaranarayanan | 1 | -14/+56 |
2023-01-24 | net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy() | Heiner Kallweit | 1 | -1/+2 |
2023-01-21 | net: phy: Remove fallback to old C45 method | Andrew Lunn | 1 | -8/+2 |
2023-01-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
2023-01-20 | net: phy: fix use of uninit variable when setting PLCA config | Piergiorgio Beruto | 1 | -1/+1 |
2023-01-20 | net: sfp: remove unused ctype.h include | Russell King (Oracle) | 1 | -1/+0 |
2023-01-20 | net: sfp: remove acpi.h include | Russell King (Oracle) | 1 | -1/+0 |
2023-01-20 | net: sfp: rename gpio_of_names[] | Russell King (Oracle) | 1 | -4/+4 |
2023-01-20 | net: sfp: use device_get_match_data() | Russell King (Oracle) | 1 | -12/+4 |
2023-01-20 | net: sfp: use i2c_get_adapter_by_fwnode() | Russell King (Oracle) | 1 | -12/+1 |
2023-01-19 | net: phy: Decide on C45 capabilities based on presence of method | Andrew Lunn | 1 | -1/+1 |
2023-01-19 | net: mdio: scan bus based on bus capabilities for C22 and C45 | Andrew Lunn | 1 | -6/+2 |
2023-01-19 | net: mdio: Add workaround for Micrel PHYs which are not C45 compatible | Andrew Lunn | 1 | -3/+34 |
2023-01-19 | net: mdio: Rework scanning of bus ready for quirks | Andrew Lunn | 1 | -39/+86 |
2023-01-19 | net: mdio: Move mdiobus_scan() within file | Andrew Lunn | 1 | -51/+50 |
2023-01-17 | net: mdio: validate parameter addr in mdiobus_get_phy() | Heiner Kallweit | 1 | -1/+6 |
2023-01-11 | drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHY | Piergiorgio Beruto | 3 | -0/+179 |
2023-01-11 | drivers/net/phy: add helpers to get/set PLCA configuration | Piergiorgio Beruto | 2 | -0/+239 |
2023-01-11 | drivers/net/phy: add connection between ethtool and phylib for PLCA | Piergiorgio Beruto | 2 | -0/+195 |
2023-01-11 | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHY | Piergiorgio Beruto | 3 | -2/+23 |
2023-01-11 | net: mdio: add mdiobus_c45_read/write_nested helpers | Andrew Lunn | 1 | -0/+55 |
2023-01-11 | net: mdio: Move mdiobus_c45_addr() next to users | Andrew Lunn | 1 | -0/+5 |
2023-01-11 | net: mdio: C22 is now optional, EOPNOTSUPP if not provided | Andrew Lunn | 1 | -2/+8 |