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>
Showing
- include/linux/netdevice.h 2 additions, 0 deletionsinclude/linux/netdevice.h
- include/net/mrp.h 143 additions, 0 deletionsinclude/net/mrp.h
- net/802/Kconfig 3 additions, 0 deletionsnet/802/Kconfig
- net/802/Makefile 1 addition, 0 deletionsnet/802/Makefile
- net/802/mrp.c 895 additions, 0 deletionsnet/802/mrp.c
include/net/mrp.h
0 → 100644
net/802/mrp.c
0 → 100644
This diff is collapsed.
Please register or sign in to comment