OSDN Git Service

mctp: Add initial routing framework
authorJeremy Kerr <jk@codeconstruct.com.au>
Thu, 29 Jul 2021 02:20:45 +0000 (10:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 29 Jul 2021 14:06:50 +0000 (15:06 +0100)
commit889b7da23abf92faf34491df95733bda63639e32
treeca6e3dce6902dc73d174966db46e735a0d214687
parent583be982d93479ea3d85091b0fd0b01201ede87d
mctp: Add initial routing framework

Add a simple routing table, and a couple of route output handlers, and
the mctp packet_type & handler.

Includes changes from Matt Johnston <matt@codeconstruct.com.au>.

Signed-off-by: Jeremy Kerr <jk@codeconstruct.com.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
include/net/mctp.h
include/net/net_namespace.h
include/net/netns/mctp.h [new file with mode: 0644]
net/mctp/Makefile
net/mctp/af_mctp.c
net/mctp/device.c
net/mctp/route.c [new file with mode: 0644]