Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 09:58:39 +0000 (10:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 Apr 2022 09:58:39 +0000 (10:58 +0100)
-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-04-26

This series contains updates to ice driver only.

Ivan Vecera removes races related to VF message processing by changing
mutex_trylock() call to mutex_lock() and moving additional operations
to occur under mutex.

Petr Oros increases wait time after firmware flash as current time is
not sufficient.

Jake resolves a use-after-free issue for mailbox snapshot.
====================

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

Trivial merge