This patch series introduce the next header compression framework. Currently we support udp compression/uncompression only. This framework allow to add new next header compression formats easily. If somebody wants to add a new header compression format and some information are missing while calling compression and uncompression callbacks. Please feel free to make framework changes according these callbacks. Cc: Jukka Rissanen <jukka.rissanen@xxxxxxxxxxxxxxx> Cc: Martin Townsend <mtownsend1973@xxxxxxxxx> Alexander Aring (2): 6lowpan: add generic nhc layer interface 6lowpan: add udp compression via nhc layer net/6lowpan/Makefile | 5 +- net/6lowpan/iphc.c | 188 +++++++------------------------------------------- net/6lowpan/nhc.c | 183 ++++++++++++++++++++++++++++++++++++++++++++++++ net/6lowpan/nhc.h | 132 +++++++++++++++++++++++++++++++++++ net/6lowpan/nhc_udp.c | 173 ++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 516 insertions(+), 165 deletions(-) create mode 100644 net/6lowpan/nhc.c create mode 100644 net/6lowpan/nhc.h create mode 100644 net/6lowpan/nhc_udp.c -- 2.1.3 -- 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