Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 May 2022 00:54:26 +0000 (17:54 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 May 2022 00:54:27 +0000 (17:54 -0700)
commitd75b4c7deed1ea87161e22fda6a4c5a73dbc70ef
treed4572e4ff53350af49398260d9e552ffdf73b9a2
parent91a7cda1f4b8bdf770000a3b60640576dafe0cec
parenta11b6c1a383ff092f432e040c20e032503785d47
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2022-05-06

This series contains updates to ice driver only.

Ivan Vecera fixes a race with aux plug/unplug by delaying setting adev
until initialization is complete and adding locking.

Anatolii ensures VF queues are completely disabled before attempting to
reconfigure them.

Michal ensures stale Tx timestamps are cleared from hardware.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ice: fix PTP stale Tx timestamps cleanup
  ice: clear stale Tx queue settings before configuring
  ice: Fix race during aux device (un)plugging
====================

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