Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Thu, 10 Feb 2022 19:45:35 +0000 (11:45 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 10 Feb 2022 19:45:36 +0000 (11:45 -0800)
commita19f7d7da9b3ffe8fcc43203a2d49c096d0754f6
treeff400f6c0fa99bd44992b1574411e4a739ee76f4
parent7fbf6795d127a3b1bb39b0e42579904cf6db1624
parent5dbbbd01cbba831233c6ea9a3e6bfa133606d3c0
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-02-10

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.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: Avoid RTNL lock when re-creating auxiliary device
  ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler
  ice: fix IPIP and SIT TSO offload
  ice: fix an error code in ice_cfg_phy_fec()
====================

Link: https://lore.kernel.org/r/20220210170515.2609656-1-anthony.l.nguyen@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>