]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
authorDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2022 10:39:29 +0000 (10:39 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2022 10:39:29 +0000 (10:39 +0000)
commit686bc4f05294fc2838ab90a78da29952df4cd457
treea4737dacfe04b68e3c1264b2e6f4872f8305c824
parent73d7a4237d1220423445135b539a0bba10af1cb9
parent07b777f2dd36d215d678ba145c82ca43a1494c63
Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next
-queue

Tony Nguyen says:

====================
10GbE Intel Wired LAN Driver Updates 2022-03-08

This series contains updates to ixgbe and ixgbevf drivers.

Slawomir adds an implementation for ndo_set_vf_link_state() to allow
for disabling of VF link state as well a mailbox implementation so
the VF can query the state. Additionally, for 82599, the option to
disable a VF after receiving several malicious driver detection (MDD)
events are encountered is added. For ixgbevf, the corresponding
implementation to query and report a disabled state is added.
====================

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