]> git.baikalelectronics.ru Git - kernel.git/commit
net: qrtr: Expose tunneling endpoint to user space
authorBjorn Andersson <bjorn.andersson@linaro.org>
Fri, 27 Apr 2018 05:28:49 +0000 (22:28 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2018 19:06:10 +0000 (15:06 -0400)
commitc19ece005718f46128ab594e871031f88c100d75
treee60fe9ce43b935d373d11d3e302f76db86b2d17b
parentbb37dfbc8c7dd751ddd025c6ecd5fefe8095bf3b
net: qrtr: Expose tunneling endpoint to user space

This implements a misc character device named "qrtr-tun" for the purpose
of allowing user space applications to implement endpoints in the qrtr
network.

This allows more advanced (and dynamic) testing of the qrtr code as well
as opens up the ability of tunneling qrtr over a network or USB link.

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/qrtr/Kconfig
net/qrtr/Makefile
net/qrtr/tun.c [new file with mode: 0644]