QRTR protocol allows a node to communicate with an other non-immediate node via an intermdediate immediate node acting as a 'bridge':
node-0 <=> node-1 <=> node-2 This is currently not supported in this upstream version and this series aim to fix that. This series is V2 because changes 1, 2 and 3 have already been submitted separately on LKML. Changes in v2: - Add reviewed-by tags from Bjorn and Mani - Fixing checkpatch issue reported by Jakub Loic Poulain (5): net: qrtr: Fix port ID for control messages net: qrtr: Allow forwarded services net: qrtr: Allow non-immediate node routing net: qrtr: Add GFP flags parameter to qrtr_alloc_ctrl_packet net: qrtr: Release distant nodes along the bridge node net/qrtr/ns.c | 8 -------- net/qrtr/qrtr.c | 51 ++++++++++++++++++++++++++++++++++++++------------- 2 files changed, 38 insertions(+), 21 deletions(-) -- 2.7.4
