[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <90b3fbda-1cb7-4072-912c-b03bf542dcdb@gmail.com>
Date: Sat, 11 Jan 2025 21:24:08 +0100
From: Heiner Kallweit <hkallweit1@...il.com>
To: Paolo Abeni <pabeni@...hat.com>, Jakub Kicinski <kuba@...nel.org>,
David Miller <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>,
Simon Horman <horms@...nel.org>, Andrew Lunn <andrew@...n.ch>,
Russell King - ARM Linux <linux@...linux.org.uk>
Cc: "netdev@...r.kernel.org" <netdev@...r.kernel.org>
Subject: [PATCH net-next v2 00/10] net: phy: improve phylib EEE handling
This series includes improvements for the EEE handling in phylib.
v2:
- add patch 3
- patch 4:
- silently filter out disabled EEE modes
- add extack user hint if requested EEE advertisement includes
disabled modes
Heiner Kallweit (10):
net: phy: rename eee_broken_modes to eee_disabled_modes
net: phy: rename phy_set_eee_broken to phy_disable_eee_mode
ethtool: allow ethtool op set_eee to set an NL extack message
net: phy: c45: improve handling of disabled EEE modes in ethtool
functions
net: phy: move definition of phy_is_started before
phy_disable_eee_mode
net: phy: improve phy_disable_eee_mode
net: phy: remove disabled EEE modes from advertising in phy_probe
net: phy: c45: Don't silently remove disabled EEE modes any longer
when writing advertisement register
net: phy: c45: use cached EEE advertisement in
genphy_c45_ethtool_get_eee
net: phy: c45: remove local advertisement parameter from
genphy_c45_eee_is_active
drivers/net/ethernet/realtek/r8169_main.c | 6 +--
drivers/net/phy/phy-c45.c | 51 +++++++++--------------
drivers/net/phy/phy-core.c | 2 +-
drivers/net/phy/phy.c | 4 +-
drivers/net/phy/phy_device.c | 23 +++++-----
include/linux/ethtool.h | 1 +
include/linux/phy.h | 24 ++++++-----
net/ethtool/eee.c | 2 +-
8 files changed, 52 insertions(+), 61 deletions(-)
--
2.47.1
Powered by blists - more mailing lists