Archived
14
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/vxge
Jesse Gross eab6d18d20 vlan: Don't check for vlan group before vlan_tx_tag_present.
Many (but not all) drivers check to see whether there is a vlan
group configured before using a tag stored in the skb.  There's
not much point in this check since it just throws away data that
should only be present in the expected circumstances.  However,
it will soon be legal and expected to get a vlan tag when no
vlan group is configured, so remove this check from all drivers
to avoid dropping the tags.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-10-21 01:26:52 -07:00
..
Makefile vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-config.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-config.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-ethtool.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-ethtool.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-main.c vlan: Don't check for vlan group before vlan_tx_tag_present. 2010-10-21 01:26:52 -07:00
vxge-main.h vxge: Implement 64bit stats 2010-08-19 00:16:51 -07:00
vxge-reg.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-traffic.c vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-traffic.h vxge: Update copyright information 2010-07-15 20:46:22 -07:00
vxge-version.h vxge: Version update 2010-07-15 20:46:23 -07:00