diff options
author | David S. Miller <davem@davemloft.net> | 2018-12-13 06:43:43 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-12-13 06:43:43 +0100 |
commit | 3b076cfe86be3784dee93cfd83d6913a9ef530ee (patch) | |
tree | d9c51d587fd7a8f8b6613f2b97af7aa67eef01d3 /drivers/vhost | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf (diff) | |
parent | ixgbe: Fix race when the VF driver does a reset (diff) | |
download | linux-3b076cfe86be3784dee93cfd83d6913a9ef530ee.tar.xz linux-3b076cfe86be3784dee93cfd83d6913a9ef530ee.zip |
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
Jeff Kirsher says:
====================
Intel Wired LAN Driver Fixes 2018-12-12
This series contains fixes to i40e and ixgbe.
Stefan Assmann fixes an issue created by a previous fix, where
ether_addr_copy() was moved to avoid a race but did not take into
account that it alters the MAC address being handed to
i40e_del_mac_filter().
Michał Mirosław provides 2 fixes for i40e, first resolves issues in the
hardware VLAN offload where VLAN.TCI equal to 0 was being dropped and a
race between disabling VLAN receive feature in hardware and processing
the receive queue, where packets could have their VLAN information
dropped.
Ross Lagerwall fixes a racy condition during a ixgbe VF reset, where
writing the register to issue a reset and sending the reset message via
the mailbox API could result of the mailbox memory getting cleared
during the reset before the message gets successfully sent which results
in a VF driver malfunction.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/vhost')
0 files changed, 0 insertions, 0 deletions