Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | net: qrtr: fix memort leak in qrtr_tun_write_iter | Navid Emamdoost | 2019-09-12 | 1 | -1/+4 |
| | | | | | | | | | | | In qrtr_tun_write_iter the allocated kbuf should be release in case of error or success return. v2 Update: Thanks to David Miller for pointing out the release on success path as well. Signed-off-by: Navid Emamdoost <navid.emamdoost@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net> | ||||
* | net: qrtr: Expose tunneling endpoint to user space | Bjorn Andersson | 2018-04-27 | 1 | -0/+161 |
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> |