dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/net/8021q
Patrick McHardy 289c79a4bd vlan: Use bitmask of feature flags instead of seperate feature bits
Herbert Xu points out that the use of seperate feature bits for features
to be propagated to VLAN devices is going to get messy real soon.
Replace the VLAN feature bits by a bitmask of feature flags to be
propagated and restore the old GSO_SHIFT/MASK values.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-05-23 00:27:50 -07:00
..
Kconfig [NET]: move config options out to individual protocols 2005-07-11 21:13:56 -07:00
Makefile [VLAN]: Use rtnl_link API 2007-07-10 22:15:03 -07:00
vlan.c vlan: Use bitmask of feature flags instead of seperate feature bits 2008-05-23 00:27:50 -07:00
vlan.h vlan: Use bitmask of feature flags instead of seperate feature bits 2008-05-23 00:27:50 -07:00
vlan_dev.c vlan: Use bitmask of feature flags instead of seperate feature bits 2008-05-23 00:27:50 -07:00
vlan_netlink.c [VLAN]: Allow vlan devices registration in net namespaces. 2008-04-16 00:56:37 -07:00
vlanproc.c vlan: assign PDE->data before gluing PDE into /proc tree 2008-05-02 04:09:11 -07:00
vlanproc.h [VLAN]: Add a net argument to proc init and cleanup calls. 2008-04-16 00:51:12 -07:00