]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfcb52e4d03dd981b13d6c4eca34d045455200dbf
treeca6e3dce6902dc73d174966db46e735a0d214687
parent7fb5ea918375402ee4f69722926a42d0faed28b6
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]