linux-kernel-test/net/8021q
Shan Wei 712ae51afd net: vlan: enable soft features regardless of underlying device
If gso/gro feature of underlying device is turned off,
then new created vlan device never can turn gso/gro on. 

Although underlying device don't support TSO, we still
should use software segments for vlan device.

Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-07-05 20:43:12 -07:00
..
Kconfig
Makefile
vlan_core.c vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check 2011-06-11 16:15:50 -07:00
vlan_dev.c net: vlan: enable soft features regardless of underlying device 2011-07-05 20:43:12 -07:00
vlan_gvrp.c
vlan_netlink.c vlan: lockless transmit path 2010-11-16 11:15:08 -08:00
vlan.c vlan: don't call ndo_vlan_rx_register on hardware that doesn't have vlan support 2011-06-17 00:12:51 -04:00
vlan.h net: move is_vlan_dev into public header file (v2) 2011-05-25 17:55:23 -04:00
vlanproc.c Fix common misspellings 2011-03-31 11:26:23 -03:00
vlanproc.h