This series aims to cleanup the lowpan receive path and fix a few issues. RFC compliancy by supported fragmented uncompressed IPv6 headers Fix incorrect return values in lowpan_rcv To achieve this it also refactors the receive path to 1) free skb only from lowpan_rcv and not functions that it calls 2) move skb delivery from IPHC Martin Townsend (3): 6lowpan: skb freed locally from lowpan_rcv 6lowpan: Move skb delivery from IPHC. 6lowpan: Refactored lowpan_rcv so it's RFC compliant include/net/6lowpan.h | 22 ++++++++++- net/6lowpan/iphc.c | 80 ++++++++++++++++---------------------- net/bluetooth/6lowpan.c | 20 +++++++--- net/ieee802154/6lowpan_rtnl.c | 90 +++++++++++++++++++++++++------------------ 4 files changed, 120 insertions(+), 92 deletions(-) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html