[VLAN]: Propagate selected feature bits to VLAN devices
authorPatrick McHardy <kaber@trash.net>
Tue, 20 May 2008 21:54:50 +0000 (14:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 May 2008 21:54:50 +0000 (14:54 -0700)
commit5fb13570543f4ae022996c9d7c0c099c8abf22dd
treebf0f837d4b2dd778c32cf8fcf719913203f1cd39
parent7ff6e6f779960e1078a78b60a881571c04f52b9b
[VLAN]: Propagate selected feature bits to VLAN devices

Propagate feature bits from the NETDEV_FEAT_CHANGE notifier. For now
only TSO is propagated for devices that announce their ability to
support TSO in combination with VLAN accel by setting the NETIF_F_VLAN_TSO
flag.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
net/8021q/vlan.c
net/8021q/vlan.h
net/8021q/vlan_dev.c