linux/drivers/net/e1000e
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
..
82571.c
Makefile
defines.h
e1000.h e1000e: 82579 performance improvements 2010-09-30 18:00:17 -07:00
es2lan.c
ethtool.c e1000e: Fix for offline diag test failure at first call 2010-10-18 07:54:30 -07:00
hw.h
ich8lan.c e1000e: 82579 performance improvements 2010-09-30 18:00:17 -07:00
lib.c
netdev.c vlan: Don't check for vlan group before vlan_tx_tag_present. 2010-10-21 01:26:52 -07:00
param.c
phy.c