]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5894411dcf356900b90f2bfd5cb53a4e204136ef
tree43e2960009c020a5a766e5b52fbfdc26ccebb202
parenta45bfde8d238adceb640e300b85004d94ec2443a
parenta998ca8987b5fc96cc55e04ae7ce0046a9c91705
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>