android_kernel_xiaomi_sm8350/net/8021q
John Fastabend 8f5549f381 net: remove check for headroom in vlan_dev_create
It is possible for the headroom to be smaller then the
hard_header_len for a short period of time after toggling
the vlan offload setting.

This is not a hard error and skb_cow_head is called in
__vlan_put_tag() to resolve this.

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:40 -08:00
..
Kconfig
Makefile
vlan_core.c vlan: Centralize handling of hardware acceleration. 2010-10-21 01:26:53 -07:00
vlan_dev.c net: remove check for headroom in vlan_dev_create 2010-11-15 10:11:40 -08: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