netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10
@ 2022-02-10 17:05 Tony Nguyen
  2022-02-10 17:05 ` [PATCH net 1/4] ice: fix an error code in ice_cfg_phy_fec() Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-02-10 17:05 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-02-10 20:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 17:05 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10 Tony Nguyen
2022-02-10 17:05 ` [PATCH net 1/4] ice: fix an error code in ice_cfg_phy_fec() Tony Nguyen
2022-02-10 17:05 ` [PATCH net 2/4] ice: fix IPIP and SIT TSO offload Tony Nguyen
2022-02-10 17:05 ` [PATCH net 3/4] ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler Tony Nguyen
2022-02-10 17:05 ` [PATCH net 4/4] ice: Avoid RTNL lock when re-creating auxiliary device Tony Nguyen
2022-02-10 20:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-02-10 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).