net: Add GARP applicant-only participant
authorPatrick McHardy <kaber@trash.net>
Sun, 6 Jul 2008 04:26:13 +0000 (21:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 6 Jul 2008 04:26:13 +0000 (21:26 -0700)
commit0e89e43c0cc91e1ce247011cf0895eed22ea6d69
tree58b4117a0820dff43d4faa7fdcae5cd7723674c7
parent932da69efd13fe47402db0e96825d5837708d11c
net: Add GARP applicant-only participant

Add an implementation of the GARP (Generic Attribute Registration Protocol)
applicant-only participant. This will be used by the following patch to
add GVRP support to the VLAN code.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
include/net/garp.h [new file with mode: 0644]
net/802/Kconfig
net/802/Makefile
net/802/garp.c [new file with mode: 0644]