]> git.baikalelectronics.ru Git - kernel.git/commit
smc: netlink interface for SMC sockets
authorUrsula Braun <ubraun@linux.vnet.ibm.com>
Mon, 9 Jan 2017 15:55:26 +0000 (16:55 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2017 21:07:41 +0000 (16:07 -0500)
commit3fa00136a08993d199f8386453dca0ff0a3cc4f1
tree0f7b7f3986f6d5d17fdda7af266d09a8f7882e03
parente0e2816c0013940527ba1e2262f57e5aafb1dc4d
smc: netlink interface for SMC sockets

Support for SMC socket monitoring via netlink sockets of protocol
NETLINK_SOCK_DIAG.

Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/smc.h [new file with mode: 0644]
include/net/sock.h
include/uapi/linux/netlink.h
include/uapi/linux/smc_diag.h [new file with mode: 0644]
net/smc/Kconfig
net/smc/Makefile
net/smc/af_smc.c
net/smc/smc.h
net/smc/smc_close.c
net/smc/smc_diag.c [new file with mode: 0644]