]> 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)
commit230d50ee7d3d7facdf8ed94b71907b4af356f0f5
tree761ff24a307a22a4e86aa137ed65757eec346f5b
parent81c275e07d7bee095b2e72a2db2e0e416402dee9
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]