net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)
authorDavid Ward <david.ward@ll.mit.edu>
Fri, 8 Feb 2013 17:17:07 +0000 (17:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Feb 2013 01:37:22 +0000 (20:37 -0500)
commit86fbe9bb599fcaf7e92e38dbfdad0414a2d68f7d
tree2e8b109de2f0e3b5c1b59f8dd2737388109ef982
parentfebf018d22347b5df94066bca05d0c11a84e839d
net/8021q: Implement Multiple VLAN Registration Protocol (MVRP)

Initial implementation of the Multiple VLAN Registration Protocol
(MVRP) from IEEE 802.1Q-2011, based on the existing implementation
of the GARP VLAN Registration Protocol (GVRP).

Signed-off-by: David Ward <david.ward@ll.mit.edu>
Acked-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/uapi/linux/if_ether.h
include/uapi/linux/if_vlan.h
net/8021q/Kconfig
net/8021q/Makefile
net/8021q/vlan.c
net/8021q/vlan.h
net/8021q/vlan_dev.c
net/8021q/vlan_mvrp.c [new file with mode: 0644]
net/8021q/vlan_netlink.c