]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit39b67414a4202407a00b6f8cdcaac4628c554e60
treebf0f837d4b2dd778c32cf8fcf719913203f1cd39
parent530c54f308e15a897812ffff24fd600e4cf72a65
[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