net: Add Qualcomm IPC router
Add an implementation of Qualcomm's IPC router protocol, used to communicate with service providing remote processors. Signed-off-by:Courtney Cavin <courtney.cavin@sonymobile.com> Signed-off-by:
Bjorn Andersson <bjorn.andersson@sonymobile.com> [bjorn: Cope with 0 being a valid node id and implement RTM_NEWADDR] Signed-off-by:
Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/socket.h 3 additions, 1 deletioninclude/linux/socket.h
- include/uapi/linux/qrtr.h 12 additions, 0 deletionsinclude/uapi/linux/qrtr.h
- net/Kconfig 1 addition, 0 deletionsnet/Kconfig
- net/Makefile 1 addition, 0 deletionsnet/Makefile
- net/qrtr/Kconfig 24 additions, 0 deletionsnet/qrtr/Kconfig
- net/qrtr/Makefile 2 additions, 0 deletionsnet/qrtr/Makefile
- net/qrtr/qrtr.c 1007 additions, 0 deletionsnet/qrtr/qrtr.c
- net/qrtr/qrtr.h 31 additions, 0 deletionsnet/qrtr/qrtr.h
- net/qrtr/smd.c 117 additions, 0 deletionsnet/qrtr/smd.c
Loading
Please register or sign in to comment