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/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 e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
Makefile e1000e: reformat comment blocks, cosmetic changes only 2008-03-28 22:14:56 -04:00
defines.h e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
e1000.h e1000e: 82579 performance improvements 2010-09-30 18:00:17 -07:00
es2lan.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
ethtool.c e1000e: Fix for offline diag test failure at first call 2010-10-18 07:54:30 -07:00
hw.h e1000e: 82579 unaccounted missed packets 2010-09-22 20:41:20 -07:00
ich8lan.c e1000e: 82579 performance improvements 2010-09-30 18:00:17 -07:00
lib.c e1000e: don't check for alternate MAC addr on parts that don't support it 2010-08-19 15:48:52 -07:00
netdev.c vlan: Don't check for vlan group before vlan_tx_tag_present. 2010-10-21 01:26:52 -07:00
param.c e1000e: use hardware writeback batching 2010-09-30 17:59:31 -07:00
phy.c e1000e: update copyright information 2010-06-18 22:12:18 -07:00