All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Schmidt <stefan@datenfreihafen.org>
To: davem@davemloft.net, kuba@kernel.org
Cc: linux-wpan@vger.kernel.org, alex.aring@gmail.com,
	netdev@vger.kernel.org, linux-bluetooth@vger.kernel.org
Subject: pull-request: ieee802154-next 2022-06-09
Date: Thu,  9 Jun 2022 22:29:56 +0200	[thread overview]
Message-ID: <20220609202956.1512156-1-stefan@datenfreihafen.org> (raw)

Hello Dave, Jakub.

An update from ieee802154 for your *net-next* tree.

This is a separate pull request for 6lowpan changes. We agreed with the
bluetooth maintainers to switch the trees these changing are going into
from bluetooth to ieee802154.

Jukka Rissanen stepped down as a co-maintainer of 6lowpan (Thanks for the
work!). Alexander is staying as maintainer.

Alexander reworked the nhc_id lookup in 6lowpan to be way simpler.
Moved the data structure from rb to an array, which is all we need in this
case.

regards
Stefan Schmidt

The following changes since commit 0530a683fc858aa641d88ad83315ea53c27bce10:

  Merge branch 'vsock-virtio-add-support-for-device-suspend-resume' (2022-05-02 16:04:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next.git tags/ieee802154-for-net-next-2022-06-09

for you to fetch changes up to 260b5c694bd41fd53b1aa21fbea369568c7b5a4a:

  MAINTAINERS: Remove Jukka Rissanen as 6lowpan maintainer (2022-06-09 21:53:28 +0200)

----------------------------------------------------------------
Alexander Aring (3):
      net: 6lowpan: remove const from scalars
      net: 6lowpan: use array for find nhc id
      net: 6lowpan: constify lowpan_nhc structures

Jukka Rissanen (1):
      MAINTAINERS: Remove Jukka Rissanen as 6lowpan maintainer

 MAINTAINERS                     |   1 -
 net/6lowpan/nhc.c               | 103 ++++++++--------------------------------
 net/6lowpan/nhc.h               |  38 ++++++---------
 net/6lowpan/nhc_dest.c          |   9 +---
 net/6lowpan/nhc_fragment.c      |   9 +---
 net/6lowpan/nhc_ghc_ext_dest.c  |   9 +---
 net/6lowpan/nhc_ghc_ext_frag.c  |  11 +----
 net/6lowpan/nhc_ghc_ext_hop.c   |   9 +---
 net/6lowpan/nhc_ghc_ext_route.c |   9 +---
 net/6lowpan/nhc_ghc_icmpv6.c    |   9 +---
 net/6lowpan/nhc_ghc_udp.c       |   9 +---
 net/6lowpan/nhc_hop.c           |   9 +---
 net/6lowpan/nhc_ipv6.c          |  11 +----
 net/6lowpan/nhc_mobility.c      |   9 +---
 net/6lowpan/nhc_routing.c       |   9 +---
 net/6lowpan/nhc_udp.c           |   9 +---
 16 files changed, 48 insertions(+), 215 deletions(-)

             reply	other threads:[~2022-06-09 20:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-09 20:29 Stefan Schmidt [this message]
2022-06-10  6:30 ` pull-request: ieee802154-next 2022-06-09 patchwork-bot+netdevbpf

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=20220609202956.1512156-1-stefan@datenfreihafen.org \
    --to=stefan@datenfreihafen.org \
    --cc=alex.aring@gmail.com \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --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 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.