dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/ixgbe
Lucy Liu 8a62babfb8 ixgbe: Fix receive on real device when VLANs are configured
Traffic received with a priority tag (VID = 0) and non-zero priority value was
incorrectly handled by the VLAN packet code path due to a check on zero for
the whole VLAN tag instead of just the VID.

This patch masked out the priority field when checking the vlan tag for
received VLAN packets.

Signed-off-by: Lucy Liu <lucy.liu@intel.com>
Acked-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-08-13 20:13:23 -07:00
..
Makefile
ixgbe.h ixgbe: Disable packet split only on FCoE queues in 82599 2009-08-09 21:45:36 -07:00
ixgbe_82598.c ixgbe: Patch to modify 82598 PCIe completion timeout values 2009-08-03 13:24:58 -07:00
ixgbe_82599.c ixgbe: Add FW detection and warning for 82599 SFP+ adapters 2009-06-07 05:20:26 -07:00
ixgbe_common.c ixgbe: Add FW detection and warning for 82599 SFP+ adapters 2009-06-07 05:20:26 -07:00
ixgbe_common.h
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: Enable FCoE offload when DCB is enabled for 82599 2009-07-23 11:05:30 -07:00
ixgbe_ethtool.c ixgbe: fix issues setting rx-usecs with legacy interrupts 2009-08-13 16:33:02 -07:00
ixgbe_fcoe.c ixgbe: Do not return 0 in ixgbe_fcoe_ddp() upon FCP_RSP in DDP completion 2009-08-13 20:13:22 -07:00
ixgbe_fcoe.h ixgbe: Include offloaded FCoE data into total rx/tx statistics for 82599 2009-06-09 05:25:37 -07:00
ixgbe_main.c ixgbe: Fix receive on real device when VLANs are configured 2009-08-13 20:13:23 -07:00
ixgbe_phy.c ixgbe: fix issues with failing to detect insert of unsupported module 2009-07-03 19:10:55 -07:00
ixgbe_phy.h
ixgbe_type.h ixgbe: Patch to modify 82598 PCIe completion timeout values 2009-08-03 13:24:58 -07:00