OpenCloudOS-Kernel/drivers/net/bnx2x
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 bnx2x: Move statistics handling code to bnx2x_stats.* 2010-07-27 20:35:42 -07:00
bnx2x.h bnx2x: update version to 1.60.00-3 2010-10-19 08:37:38 -07:00
bnx2x_cmn.c vlan: Don't check for vlan group before vlan_tx_tag_present. 2010-10-21 01:26:52 -07:00
bnx2x_cmn.h bnx2x: Use correct FW constant for header padding 2010-10-18 06:51:58 -07:00
bnx2x_dump.h bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_ethtool.c bnx2x: code beautify 2010-10-06 14:10:41 -07:00
bnx2x_fw_defs.h bnx2x, cnic, bnx2i: use new FW/HSI 2010-10-06 14:10:35 -07:00
bnx2x_fw_file_hdr.h bnx2x, cnic, bnx2i: use new FW/HSI 2010-10-06 14:10:35 -07:00
bnx2x_hsi.h bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_init.h bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_init_ops.h bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_link.c bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_link.h bnx2x: Add 57712 support 2010-10-06 14:10:37 -07:00
bnx2x_main.c bnx2x: prevent false parity error in MSI-X memory of HC block 2010-10-19 08:37:37 -07:00
bnx2x_reg.h bnx2x: prevent false parity error in MSI-X memory of HC block 2010-10-19 08:37:37 -07:00
bnx2x_stats.c bnx2x: properly initialize FW stats 2010-10-06 14:10:41 -07:00
bnx2x_stats.h bnx2x: code beautify 2010-10-06 14:10:41 -07:00