aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2023-02-27Merge tag 'net-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-14/+63
2023-02-27net: phy: c45: fix network interface initialization failures on xtensa, arm:c...Gravatar Oleksij Rempel 1-1/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+1
2023-02-23net: phy: c45: genphy_c45_ethtool_set_eee: validate EEE link modesGravatar Oleksij Rempel 1-2/+13
2023-02-23net: phy: do not force EEE supportGravatar Oleksij Rempel 2-7/+36
2023-02-23net: phy: c45: add genphy_c45_an_config_eee_aneg() functionGravatar Oleksij Rempel 2-2/+11
2023-02-23net: phy: c45: use "supported_eee" instead of supported for access validationGravatar Oleksij Rempel 1-3/+3
2023-02-20net: phy: Read EEE abilities when using .featuresGravatar Andrew Lunn 1-1/+3
2023-02-20net: phy: Add locks to ethtool functionsGravatar Andrew Lunn 1-18/+66
2023-02-20net: phy: marvell: Use the unlocked genphy_c45_ethtool_get_eee()Gravatar Andrew Lunn 1-1/+1
2023-02-15net: phy: c45: genphy_c45_an_config_aneg(): fix uninitialized symbol errorGravatar Oleksij Rempel 1-1/+1
2023-02-15net: phy: motorcomm: uninitialized variables in yt8531_link_change_notify()Gravatar Dan Carpenter 1-3/+3
2023-02-15net: phylink: support validated pause and autoneg in fixed-linkGravatar Ivan Bornyakov 1-3/+14
2023-02-13net: phy: start using genphy_c45_ethtool_get/set_eee()Gravatar Oleksij Rempel 1-58/+2
2023-02-13net: phy: migrate phy_init_eee() to genphy_c45_eee_is_active()Gravatar Oleksij Rempel 1-75/+14
2023-02-13net: phy: c45: migrate to genphy_c45_write_eee_adv()Gravatar Oleksij Rempel 1-1/+10
2023-02-13net: phy: c22: migrate to genphy_c45_write_eee_adv()Gravatar Oleksij Rempel 1-1/+9
2023-02-13net: phy: add genphy_c45_ethtool_get/set_eee() supportGravatar Oleksij Rempel 1-0/+238
2023-02-13net: phy: export phy_check_valid() functionGravatar Oleksij Rempel 1-2/+2
2023-02-13net: phy: micrel: add ksz9477_get_features()Gravatar Oleksij Rempel 1-0/+21
2023-02-13net: phy: add genphy_c45_read_eee_abilities() functionGravatar Oleksij Rempel 2-0/+86
2023-02-13net: micrel: Add PHC support for lan8841Gravatar Horatiu Vultur 1-24/+599
2023-02-09net: micrel: Cable Diagnostics feature for lan8841 PHYGravatar Horatiu Vultur 1-0/+5
2023-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-3/+4
2023-02-08net: micrel: Add support for lan8841 PHYGravatar Horatiu Vultur 1-9/+180
2023-02-03net: phy: meson-gxl: use MMD access dummy stubs for GXL, internal PHYGravatar Heiner Kallweit 1-0/+2
2023-02-03net: phy: Add driver for Motorcomm yt8531 gigabit ethernet phyGravatar Frank Sae 2-3/+207
2023-02-03net: phy: Add dts support for Motorcomm yt8531s gigabit ethernet phyGravatar Frank Sae 1-24/+27
2023-02-03net: phy: Add dts support for Motorcomm yt8521 gigabit ethernet phyGravatar Frank Sae 1-54/+199
2023-02-03net: phy: Add BIT macro for Motorcomm yt8521/yt8531 gigabit ethernet phyGravatar Frank Sae 1-4/+51
2023-02-03net: phylink: move phy_device_free() to correctly release phy deviceGravatar Clément Léger 1-3/+2
2023-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 3-3/+7
2023-01-31net: phy: meson-gxl: Add generic dummy stubs for MMD register accessGravatar Chris Healy 1-0/+2
2023-01-30net: phy: motorcomm: change the phy id of yt8521 and yt8531s to lowercaseGravatar Frank Sae 1-2/+2
2023-01-30net: phy: fix the spelling problem of SentinelGravatar Frank Sae 1-1/+1
2023-01-30net: phy: fix null dereference in phy_attach_directGravatar Colin Foster 1-1/+1
2023-01-28net: phy: dp83822: Fix null pointer access on DP83825/DP83826 devicesGravatar Andre Kalb 1-2/+4
2023-01-27driver core: make struct bus_type.uevent() take a const *Gravatar Greg Kroah-Hartman 1-1/+1
2023-01-23net: phy: microchip: run phy initialization during each link updateGravatar Rakesh Sankaranarayanan 1-14/+56
2023-01-23net: mdio: warn once if addr parameter is invalid in mdiobus_get_phy()Gravatar Heiner Kallweit 1-1/+2
2023-01-20net: phy: Remove fallback to old C45 methodGravatar Andrew Lunn 1-8/+2
2023-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+6
2023-01-19net: phy: fix use of uninit variable when setting PLCA configGravatar Piergiorgio Beruto 1-1/+1
2023-01-19net: sfp: remove unused ctype.h includeGravatar Russell King (Oracle) 1-1/+0
2023-01-19net: sfp: remove acpi.h includeGravatar Russell King (Oracle) 1-1/+0
2023-01-19net: sfp: rename gpio_of_names[]Gravatar Russell King (Oracle) 1-4/+4
2023-01-19net: sfp: use device_get_match_data()Gravatar Russell King (Oracle) 1-12/+4
2023-01-19net: sfp: use i2c_get_adapter_by_fwnode()Gravatar Russell King (Oracle) 1-12/+1
2023-01-19net: phy: Decide on C45 capabilities based on presence of methodGravatar Andrew Lunn 1-1/+1
2023-01-19net: mdio: scan bus based on bus capabilities for C22 and C45Gravatar Andrew Lunn 1-6/+2