[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251028202515.675129-1-anthony.l.nguyen@intel.com>
Date: Tue, 28 Oct 2025 13:25:05 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
andrew+netdev@...n.ch,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/8][pull request] Intel Wired LAN Driver Updates 2025-10-28 (ice, ixgbe, igb, igc)
For ice, Grzegorz fixes setting of PHY lane number and logical PF ID for
E82x devices. He also corrects access of CGU (Clock Generation Unit) on
dual complex devices.
Kohei Enju resolves issues with error path cleanup for probe when in
recovery mode on ixgbe and ensures PHY is powered on for link testing
on igc. Lastly, he converts incorrect use of -ENOTSUPP to -EOPNOTSUPP
on igb, igc, and ixgbe.
The following are changes since commit 210b35d6a7ea415494ce75490c4b43b4e717d935:
dt-bindings: net: sparx5: Narrow properly LAN969x register space windows
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Grzegorz Nitka (3):
ice: fix lane number calculation
ice: fix destination CGU for dual complex E825
ice: fix usage of logical PF id
Kohei Enju (5):
ixgbe: fix memory leak and use-after-free in ixgbe_recovery_probe()
igc: power up the PHY before the link test
igb: use EOPNOTSUPP instead of ENOTSUPP in igb_get_sset_count()
igc: use EOPNOTSUPP instead of ENOTSUPP in
igc_ethtool_get_sset_count()
ixgbe: use EOPNOTSUPP instead of ENOTSUPP in
ixgbe_ptp_feature_enable()
drivers/net/ethernet/intel/ice/ice_common.c | 35 +++++++++++++++++--
.../net/ethernet/intel/ice/ice_flex_pipe.c | 2 +-
drivers/net/ethernet/intel/ice/ice_sbq_cmd.h | 1 +
drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 +-
drivers/net/ethernet/intel/igc/igc_ethtool.c | 5 ++-
drivers/net/ethernet/intel/ixgbe/ixgbe_main.c | 2 +-
drivers/net/ethernet/intel/ixgbe/ixgbe_ptp.c | 2 +-
7 files changed, 42 insertions(+), 7 deletions(-)
--
2.47.1
Powered by blists - more mailing lists