]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - include/linux/netdevice.h
net/802: Implement Multiple Registration Protocol (MRP)
authorDavid Ward <david.ward@ll.mit.edu>
Fri, 8 Feb 2013 17:17:06 +0000 (17:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 11 Feb 2013 01:37:22 +0000 (20:37 -0500)
commitfebf018d22347b5df94066bca05d0c11a84e839d
tree726ff7c7ee289736d6c36996d4340928f9594298
parent5b815b52f63c8f5dcd03964d69c335ee47851878
net/802: Implement Multiple Registration Protocol (MRP)

Initial implementation of the Multiple Registration Protocol (MRP)
from IEEE 802.1Q-2011, based on the existing implementation of the
Generic Attribute Registration Protocol (GARP).

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/linux/netdevice.h
include/net/mrp.h [new file with mode: 0644]
net/802/Kconfig
net/802/Makefile
net/802/mrp.c [new file with mode: 0644]