]> git.baikalelectronics.ru Git - kernel.git/commit
amt: add control plane of amt interface
authorTaehee Yoo <ap420073@gmail.com>
Sun, 31 Oct 2021 16:00:02 +0000 (16:00 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 1 Nov 2021 13:36:08 +0000 (13:36 +0000)
commit1470160287c450147eefd4728fb8b6dcb2e18e4d
tree36b71cc5ec673bf1bf7d7b5d051c8a1dbd40727f
parent722402c6443cb6a4d205e325133349f6ecf1ba8a
amt: add control plane of amt interface

It adds definitions and control plane code for AMT.
this is very similar to udp tunneling interfaces such as gtp, vxlan, etc.
In the next patch, data plane code will be added.

Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
MAINTAINERS
drivers/net/Kconfig
drivers/net/Makefile
drivers/net/amt.c [new file with mode: 0644]
include/net/amt.h [new file with mode: 0644]
include/uapi/linux/amt.h [new file with mode: 0644]