Return-Path: From: Martin Townsend To: linux-bluetooth@vger.kernel.org, linux-wpan@vger.kernel.org Cc: marcel@holtmann.org, alex.aring@gmail.com, jukka.rissanen@linux.intel.com, Martin Townsend Subject: [PATCH v3 bluetooth-next 0/4] 6lowpan: Move skb delivery out of IPHC Date: Thu, 23 Oct 2014 14:12:24 +0100 Message-Id: <1414069948-29731-1-git-send-email-martin.townsend@xsilon.com> List-ID: This series moves skb delivery out of IPHC and into the receive routines of both bluetooth and 802.15.4. The reason is that we need to support more (de)compression schemes in the future. It also means that calling lowpan_process_data now only returns error codes or 0 for success so this has been cleaned up. The final patch then renames occurences of lowpan_process_data and process_data to something more meaningful. v1 -> v2 * Handle freeing of skb in lowpan_give_skb_to_devices for 802.15.14 * Added another skb_consume in bluetooth code for uncompressed IPv6 headers * Added missing skb_consume for local_skb for bluetooth in compreesed IPv6 header path * Combine patch 4 into 1. v2 -> v3 * Ensure error codes aren't returned in the bluetooth skb delivery function. * In lowpan_give_skb_to_devices return NET_RX_DROP when the first call to netif_rx fails. v3 -> v4 * Fixed incorrect frag return handling due to refactoring skb_deliver. Martin Townsend (4): 6lowpan: remove skb_deliver from IPHC 6lowpan: fix process_data return values bluetooth:6lowpan: use consume_skb when packet processed successfully ieee802154: 6lowpan: rename process_data and lowpan_process_data include/net/6lowpan.h | 12 ++++----- net/6lowpan/iphc.c | 42 +++++++++---------------------- net/bluetooth/6lowpan.c | 36 ++++++++++++++++++--------- net/ieee802154/6lowpan_rtnl.c | 58 +++++++++++++++++++++++++++---------------- 4 files changed, 78 insertions(+), 70 deletions(-) -- 1.9.1