]> git.baikalelectronics.ru Git - kernel.git/commit
kcm: Kernel Connection Multiplexor module
authorTom Herbert <tom@herbertland.com>
Mon, 7 Mar 2016 22:11:06 +0000 (14:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Mar 2016 21:36:14 +0000 (16:36 -0500)
commit8d086dd1f7276cf31364af8e645196a2337372df
tree386057aeaceeaa0e0365814f544989e42c484a09
parent30431abe8f0aa1b16fd49ee2045916d4163ca89e
kcm: Kernel Connection Multiplexor module

This module implements the Kernel Connection Multiplexor.

Kernel Connection Multiplexor (KCM) is a facility that provides a
message based interface over TCP for generic application protocols.
With KCM an application can efficiently send and receive application
protocol messages over TCP using datagram sockets.

For more information see the included Documentation/networking/kcm.txt

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/socket.h
include/net/kcm.h [new file with mode: 0644]
include/uapi/linux/kcm.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/kcm/Kconfig [new file with mode: 0644]
net/kcm/Makefile [new file with mode: 0644]
net/kcm/kcmsock.c [new file with mode: 0644]