]> 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)
commit9711233cb02cf1510241f9e2a20b865328c7dd84
treea4737dacfe04b68e3c1264b2e6f4872f8305c824
parent75f7d11f4e449b657214e21e590fa9f598322264
parent8dfb69349e98ecf1cfec97fa2b408af8fd94ee3a
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>