OSDN Git Service

mctp: Add neighbour implementation
authorMatt Johnston <matt@codeconstruct.com.au>
Thu, 29 Jul 2021 02:20:47 +0000 (10:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 14:06:50 +0000 (15:06 +0100)
commit4d8b9319282ae84f5a17b28d8b5b5d1e7e537312
tree761ff24a307a22a4e86aa137ed65757eec346f5b
parent06d2f4c583a7d892300920fc85d654d48a15e914
mctp: Add neighbour implementation

Add an initial neighbour table implementation, to be used in the route
output path.

Signed-off-by: Matt Johnston <matt@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/mctp.h
include/net/mctpdevice.h
include/net/netns/mctp.h
net/mctp/Makefile
net/mctp/af_mctp.c
net/mctp/device.c
net/mctp/neigh.c [new file with mode: 0644]