linux-wpan.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 bluetooth-next 0/7] GHC compression detection
@ 2015-11-25 14:59 Stefan Schmidt
  2015-11-25 14:59 ` [PATCH v2 bluetooth-next 1/7] 6lowpan: clarify Kconfig entries for upcoming GHC support Stefan Schmidt
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Stefan Schmidt @ 2015-11-25 14:59 UTC (permalink / raw)
  To: linux-wpan
  Cc: Alexander Aring, Jukka Rissanen, linux-bluetooth, Stefan Schmidt

Hello.

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

Changes since v1:
        o Use correct NEXTHDR defines for LOWPAN_NHC()
        o Split out different extension headers into one module each
        o Add some help text for configure options

Changes since RFC:
        o prefixed new files with nhc_ to stay in line with other nhc modules
        o added linux-bluetooth to CC

Stefan Schmidt (7):
  6lowpan: clarify Kconfig entries for upcoming GHC support
  6lowpan: add nhc module for GHC hop-by-hopextension header detection
  6lowpan: add nhc module for GHC UDP detection
  6lowpan: add nhc module for GHC ICMPv6 detection
  6lowpan: add nhc module for GHC destination extension header detection
  6lowpan: add nhc module for GHC fragmentation extension header
    detection
  6lowpan: add nhc module for GHC routing extension header detection

 net/6lowpan/Kconfig             | 39 +++++++++++++++++++++++++++++++++++++--
 net/6lowpan/Makefile            |  8 ++++++++
 net/6lowpan/nhc_ghc_ext_dest.c  | 27 +++++++++++++++++++++++++++
 net/6lowpan/nhc_ghc_ext_frag.c  | 28 ++++++++++++++++++++++++++++
 net/6lowpan/nhc_ghc_ext_hop.c   | 27 +++++++++++++++++++++++++++
 net/6lowpan/nhc_ghc_ext_route.c | 27 +++++++++++++++++++++++++++
 net/6lowpan/nhc_ghc_icmpv6.c    | 27 +++++++++++++++++++++++++++
 net/6lowpan/nhc_ghc_udp.c       | 27 +++++++++++++++++++++++++++
 8 files changed, 208 insertions(+), 2 deletions(-)
 create mode 100644 net/6lowpan/nhc_ghc_ext_dest.c
 create mode 100644 net/6lowpan/nhc_ghc_ext_frag.c
 create mode 100644 net/6lowpan/nhc_ghc_ext_hop.c
 create mode 100644 net/6lowpan/nhc_ghc_ext_route.c
 create mode 100644 net/6lowpan/nhc_ghc_icmpv6.c
 create mode 100644 net/6lowpan/nhc_ghc_udp.c

-- 
2.4.3


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

end of thread, other threads:[~2015-11-27 12:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 14:59 [PATCH v2 bluetooth-next 0/7] GHC compression detection Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 1/7] 6lowpan: clarify Kconfig entries for upcoming GHC support Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 2/7] 6lowpan: add nhc module for GHC hop-by-hopextension header detection Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 3/7] 6lowpan: add nhc module for GHC UDP detection Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 4/7] 6lowpan: add nhc module for GHC ICMPv6 detection Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 5/7] 6lowpan: add nhc module for GHC destination extension header detection Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 6/7] 6lowpan: add nhc module for GHC fragmentation " Stefan Schmidt
2015-11-25 14:59 ` [PATCH v2 bluetooth-next 7/7] 6lowpan: add nhc module for GHC routing " Stefan Schmidt
2015-11-25 15:18 ` [PATCH v2 bluetooth-next 0/7] GHC compression detection Jukka Rissanen
2015-11-27 12:13 ` Alexander Aring
2015-11-27 12:30   ` Stefan Schmidt

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).