linux-kernel-test/net/8021q
John Fastabend 029f5fc31c 8021q: set hard_header_len when VLAN offload features are toggled
Toggling the vlan tx|rx hw offloads needs to set the hard_header_len
as well otherwise we end up using LL_RESERVED_SPACE incorrectly.
This results in pskb_expand_head() being used unnecessarily.

Signed-off-by: John Fastabend <john.r.fastabend@intel.com>
Acked-by: Jesse Gross <jesse@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2010-11-15 10:11:39 -08:00
..
Kconfig
Makefile
vlan_core.c vlan: Centralize handling of hardware acceleration. 2010-10-21 01:26:53 -07:00
vlan_dev.c vlan: Avoid hash table lookup to find group. 2010-10-21 01:26:53 -07:00
vlan_gvrp.c
vlan_netlink.c vlan: support "loose binding" to the underlying network device 2009-11-26 16:00:36 -08:00
vlan.c 8021q: set hard_header_len when VLAN offload features are toggled 2010-11-15 10:11:39 -08:00
vlan.h vlan: Avoid hash table lookup to find group. 2010-10-21 01:26:53 -07:00
vlanproc.c net: fix 64 bit counters on 32 bit arches 2010-07-07 14:58:56 -07:00
vlanproc.h