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)
commit28fb4e59a47d7f1f0c7a26d2ed3a671c26158536
treee60fe9ce43b935d373d11d3e302f76db86b2d17b
parente6b43d854676f7fde0f72203832af6f76b3d1692
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]