[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220210170515.2609656-1-anthony.l.nguyen@intel.com>
Date: Thu, 10 Feb 2022 09:05:11 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10
This series contains updates to ice driver only.
Dan Carpenter propagates an error in FEC configuration.
Jesse fixes TSO offloads of IPIP and SIT frames.
Dave adds a dedicated LAG unregister function to resolve a KASAN error
and moves auxiliary device re-creation after LAG removal to the service
task to avoid issues with RTNL lock.
The following are changes since commit c4416f5c2eb3ed48dfba265e628a6e52da962f03:
net: mpls: Fix GCC 12 warning
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 100GbE
Dan Carpenter (1):
ice: fix an error code in ice_cfg_phy_fec()
Dave Ertman (2):
ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
ice: Avoid RTNL lock when re-creating auxiliary device
Jesse Brandeburg (1):
ice: fix IPIP and SIT TSO offload
drivers/net/ethernet/intel/ice/ice.h | 3 +-
drivers/net/ethernet/intel/ice/ice_common.c | 3 +-
drivers/net/ethernet/intel/ice/ice_lag.c | 34 +++++++++++++++----
.../net/ethernet/intel/ice/ice_lan_tx_rx.h | 1 +
drivers/net/ethernet/intel/ice/ice_main.c | 28 ++++++++++-----
5 files changed, 53 insertions(+), 16 deletions(-)
--
2.31.1
Powered by blists - more mailing lists