[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240325200659.993749-1-anthony.l.nguyen@intel.com>
Date: Mon, 25 Mar 2024 13:06:44 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net,
kuba@...nel.org,
pabeni@...hat.com,
edumazet@...gle.com,
netdev@...r.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2024-03-25 (ice, ixgbe, igc)
This series contains updates to ice, ixgbe, and igc drivers.
Steven fixes incorrect casting of bitmap type for ice driver.
Jesse fixes memory corruption issue with suspend flow on ice.
Przemek adds GFP_ATOMIC flag to avoid sleeping in IRQ context for ixgbe.
Kurt Kanzenbach removes no longer valid comment on igc.
The following are changes since commit c2deb2e971f5d9aca941ef13ee05566979e337a4:
net: mark racy access on sk->sk_rcvbuf
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Jesse Brandeburg (1):
ice: fix memory corruption bug with suspend and rebuild
Kurt Kanzenbach (1):
igc: Remove stale comment about Tx timestamping
Przemek Kitszel (1):
ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()
Steven Zou (1):
ice: Refactor FW data type and fix bitmap casting issue
.../net/ethernet/intel/ice/ice_adminq_cmd.h | 3 ++-
drivers/net/ethernet/intel/ice/ice_lag.c | 4 ++--
drivers/net/ethernet/intel/ice/ice_lib.c | 18 +++++++-------
drivers/net/ethernet/intel/ice/ice_switch.c | 24 +++++++++++--------
drivers/net/ethernet/intel/ice/ice_switch.h | 4 ++--
drivers/net/ethernet/intel/igc/igc_main.c | 4 ----
.../net/ethernet/intel/ixgbe/ixgbe_ipsec.c | 16 ++++++-------
7 files changed, 37 insertions(+), 36 deletions(-)
--
2.41.0
Powered by blists - more mailing lists