OSDN Git Service

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)
commitb9022b53adad88fd6cf2b9718c9e498504f3e1dd
tree36b71cc5ec673bf1bf7d7b5d051c8a1dbd40727f
parent741948ff6096baa5b393298e7d43257c3151af6e
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]