All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC bluetooth-next 0/4] GHC compression detection
@ 2015-09-09 15:26 Stefan Schmidt
  2015-09-09 15:26 ` [RFC bluetooth-next 1/4] 6lowpan: clarify Kconfig entries for upcoming GHC support Stefan Schmidt
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Stefan Schmidt @ 2015-09-09 15:26 UTC (permalink / raw)
  To: linux-wpan; +Cc: Alexander Aring, jukka.rissanen, Stefan Schmidt

Hello.

This is a first stab at RFC7400. So far we only hook into the NHC framework to
detect the three registered GHC types (extension header, UDP and ICMPv6).
This is aligned with how we detect the NHC frames.

TODO items:
o How to handle reserved and unassigned ranges in the HEADER TYPE?
o Implement compression/decompresion for GHC UDP
o Implement compression/decompresion for GHC ICMPv6
o How to handle 6CIO in IPv6 ND?

Stefan Schmidt (4):
  6lowpan: clarify Kconfig entries for upcoming GHC support
  6lowpan: add nhc module for GHC extension header detection
  6lowpan: add nhc module for GHC UDP detection
  6lowpan: add nhc module for GHC ICMPv6 detection

 net/6lowpan/Kconfig                | 20 ++++++++++++++++++--
 net/6lowpan/Makefile               |  5 +++++
 net/6lowpan/ghc_extension_header.c | 27 +++++++++++++++++++++++++++
 net/6lowpan/ghc_icmpv6.c           | 27 +++++++++++++++++++++++++++
 net/6lowpan/ghc_udp.c              | 27 +++++++++++++++++++++++++++
 5 files changed, 104 insertions(+), 2 deletions(-)
 create mode 100644 net/6lowpan/ghc_extension_header.c
 create mode 100644 net/6lowpan/ghc_icmpv6.c
 create mode 100644 net/6lowpan/ghc_udp.c

regards
Stefan Schmidt

-- 
2.4.3


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

end of thread, other threads:[~2015-09-18  9:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-09 15:26 [RFC bluetooth-next 0/4] GHC compression detection Stefan Schmidt
2015-09-09 15:26 ` [RFC bluetooth-next 1/4] 6lowpan: clarify Kconfig entries for upcoming GHC support Stefan Schmidt
2015-09-09 15:26 ` [RFC bluetooth-next 2/4] 6lowpan: add nhc module for GHC extension header detection Stefan Schmidt
2015-09-09 15:26 ` [RFC bluetooth-next 3/4] 6lowpan: add nhc module for GHC UDP detection Stefan Schmidt
2015-09-09 15:26 ` [RFC bluetooth-next 4/4] 6lowpan: add nhc module for GHC ICMPv6 detection Stefan Schmidt
2015-09-13 13:51 ` [RFC bluetooth-next 0/4] GHC compression detection Alexander Aring
2015-09-16 15:53   ` Stefan Schmidt
2015-09-18  9:35     ` Alexander Aring

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.