OSDN Git Service

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)
commita1bde8c92d27d178a988bfd13d229c170b8135aa
tree43e2960009c020a5a766e5b52fbfdc26ccebb202
parent71cffebf6358a7f5031f5b208bbdc1cb4db6e539
parentb668f4cd715a297737c6e5952bc609a25b9af944
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net
-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>