linux/drivers/net/benet
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
..
be.h vlan: Rename VLAN_GROUP_ARRAY_LEN to VLAN_N_VID. 2010-10-21 01:26:50 -07:00
be_cmds.c be2net: add multiple RX queue support 2010-10-03 22:12:27 -07:00
be_cmds.h be2net: add multiple RX queue support 2010-10-03 22:12:27 -07:00
be_ethtool.c be2net: add multiple RX queue support 2010-10-03 22:12:27 -07:00
be_hw.h be2net: fix net-snmp error because of wrong packet stats 2010-09-03 09:52:45 -07:00
be_main.c vlan: Don't check for vlan group before vlan_tx_tag_present. 2010-10-21 01:26:52 -07:00
Kconfig be2net: remove ASIC generation number from Kconfig 2010-02-12 12:28:00 -08:00
Makefile