Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:35:20 +0000 (12:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 19 Feb 2022 12:35:20 +0000 (12:35 +0000)
commit0033fced48d281d59f35565106e6d78b25a2f6e6
treeccfb791e2f6aed03e48bea998a5b7e5e9f06f701
parent90141edcd53d145e870bca24d0ce0daaa7157e02
parent5950bdc88dd1d158f2845fdff8fb1de86476806c
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

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

This series contains updates to ice driver only.

Wojciech fixes protocol matching for slow-path switchdev so that all
packets are correctly redirected.

Michal removes accidental unconditional setting of l4 port filtering
flag.

Jake adds locking to protect VF reset and removal to fix various issues
that can be encountered when they race with each other.

Tom Rix propagates an error and initializes a struct to resolve reported
Clang issues.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>