netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alexander Aring <alex.aring@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: linux-bluetooth@vger.kernel.org, netdev@vger.kernel.org,
	kernel@pengutronix.de, Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH bluetooth-next 00/10] 6lowpan: pending patches
Date: Wed,  9 Dec 2015 22:46:21 +0100	[thread overview]
Message-ID: <1449697591-15991-1-git-send-email-alex.aring@gmail.com> (raw)

Hi,

these are the current pending patches for 6lowpan based on bluetooth-next.
It contains the following new features:
 - per interface debugfs support, useful to add settings to offers a
   fast/simple userspace api for debugging.
 - register of available NHC compression by IANA, see [0].
 - Adding "ipv6_addr_prefix_copy" functionality for upcoming IPHC stateful
   compression.

- Alex

[0] https://www.iana.org/assignments/_6lowpan-parameters/_6lowpan-parameters.xhtml#lowpan_nhc

Alexander Aring (3):
  6lowpan: add lowpan dev register helpers
  6lowpan: add debugfs support
  ipv6: add ipv6_addr_prefix_copy

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

 include/net/6lowpan.h           | 10 ++++++-
 include/net/ipv6.h              | 15 +++++++++++
 net/6lowpan/6lowpan_i.h         | 28 +++++++++++++++++++
 net/6lowpan/Kconfig             | 47 ++++++++++++++++++++++++++++++--
 net/6lowpan/Makefile            |  9 +++++++
 net/6lowpan/core.c              | 59 +++++++++++++++++++++++++++++++++++++++--
 net/6lowpan/debugfs.c           | 53 ++++++++++++++++++++++++++++++++++++
 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 +++++++++++++++++++
 net/bluetooth/6lowpan.c         |  8 +++---
 net/ieee802154/6lowpan/core.c   |  6 ++---
 15 files changed, 384 insertions(+), 14 deletions(-)
 create mode 100644 net/6lowpan/6lowpan_i.h
 create mode 100644 net/6lowpan/debugfs.c
 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.6.1

             reply	other threads:[~2015-12-09 21:47 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09 21:46 Alexander Aring [this message]
2015-12-09 21:46 ` [PATCH bluetooth-next 03/10] 6lowpan: add nhc module for GHC UDP detection Alexander Aring
2015-12-09 21:46 ` [PATCH bluetooth-next 04/10] 6lowpan: add nhc module for GHC ICMPv6 detection Alexander Aring
2015-12-09 21:46 ` [PATCH bluetooth-next 05/10] 6lowpan: add nhc module for GHC destination extension header detection Alexander Aring
2015-12-09 21:46 ` [PATCH bluetooth-next 06/10] 6lowpan: add nhc module for GHC fragmentation " Alexander Aring
     [not found] ` <1449697591-15991-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-09 21:46   ` [PATCH bluetooth-next 01/10] 6lowpan: clarify Kconfig entries for upcoming GHC support Alexander Aring
2015-12-09 21:46   ` [PATCH bluetooth-next 02/10] 6lowpan: add nhc module for GHC hop-by-hopextension header detection Alexander Aring
2015-12-09 21:46   ` [PATCH bluetooth-next 07/10] 6lowpan: add nhc module for GHC routing extension " Alexander Aring
2015-12-09 21:46   ` [PATCH bluetooth-next 08/10] 6lowpan: add lowpan dev register helpers Alexander Aring
2015-12-09 21:46   ` [PATCH bluetooth-next 09/10] 6lowpan: add debugfs support Alexander Aring
2015-12-09 21:46 ` [PATCH bluetooth-next 10/10] ipv6: add ipv6_addr_prefix_copy Alexander Aring
     [not found]   ` <1449697591-15991-11-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-10  0:28     ` Marcel Holtmann
     [not found]       ` <64AE99C3-E5EB-47D8-9B0A-FA5B35E93CB2-kz+m5ild9QBg9hUCZPvPmw@public.gmane.org>
2015-12-10  3:12         ` David Miller
  -- strict thread matches above, loose matches on Subject: below --
2015-12-09 21:17 [PATCH bluetooth-next 00/10] 6lowpan: pending patches Alexander Aring
     [not found] ` <1449695836-13937-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-12-09 21:28   ` Alexander Aring

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1449697591-15991-1-git-send-email-alex.aring@gmail.com \
    --to=alex.aring@gmail.com \
    --cc=kernel@pengutronix.de \
    --cc=linux-bluetooth@vger.kernel.org \
    --cc=linux-wpan@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).