]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8a4c5bf9e2da68999909b6bebc10975654e99bea
tree761ff24a307a22a4e86aa137ed65757eec346f5b
parentb324a883c43bb88d01f7b6dedf1a414e5755ebf6
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]