]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit157849b36f62649b1bf727e980a046f88179fb90
tree726ff7c7ee289736d6c36996d4340928f9594298
parent865f2e757fb43ac9d5806ea223fd6a3f8d49a232
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]