]> 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)
commit8404691fa20db762d7c962b1078afcf133af21ca
tree726ff7c7ee289736d6c36996d4340928f9594298
parenta8b42abafcd46f2aed5385f6b54205d2ca37b001
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]