linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 0/2] 6lowpan: introduce nhc framework
@ 2014-11-29 14:24 Alexander Aring
  2014-11-29 14:24 ` [PATCH bluetooth-next 1/2] 6lowpan: add generic nhc layer interface Alexander Aring
  2014-11-29 14:24 ` [PATCH bluetooth-next 2/2] 6lowpan: add udp compression via nhc layer Alexander Aring
  0 siblings, 2 replies; 5+ messages in thread
From: Alexander Aring @ 2014-11-29 14:24 UTC (permalink / raw)
  To: linux-bluetooth
  Cc: linux-wpan, kernel, Alexander Aring, Jukka Rissanen,
	Martin Townsend

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@linux.intel.com>
Cc: Martin Townsend <mtownsend1973@gmail.com>

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-11-29 15:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-29 14:24 [PATCH bluetooth-next 0/2] 6lowpan: introduce nhc framework Alexander Aring
2014-11-29 14:24 ` [PATCH bluetooth-next 1/2] 6lowpan: add generic nhc layer interface Alexander Aring
2014-11-29 14:47   ` Marcel Holtmann
2014-11-29 15:03     ` Alexander Aring
2014-11-29 14:24 ` [PATCH bluetooth-next 2/2] 6lowpan: add udp compression via nhc layer Alexander Aring

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).