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