Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/scm/linux...
authorJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 01:33:26 +0000 (17:33 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Dec 2022 01:33:26 +0000 (17:33 -0800)
commitcfbf877a338c202ace114f309a6dc0ef5cfb4ad1
treeec4690c57be579884fe0be5e017fce6045e10c5a
parent5608e0a817ceb84afca8a8d738c29ffefbe4a398
parente29e3c7ce6d4b2f164ebd717e4794c626fc1c954
Merge tag 'ieee802154-for-net-next-2022-12-05' of git://git./linux/kernel/git/sschmidt/wpan-next

Stefan Schmidt says:

====================
ieee802154-next 2022-12-05

Miquel continued his work towards full scanning support. For this,
we now allow the creation of dedicated coordinator interfaces
to allow a PAN coordinator to serve in the network and set
the needed address filters with the hardware.

On top of this we have the first part to allow scanning for available
15.4 networks. A new netlink scan group, within the existing nl802154
API, was added.

In addition Miquel fixed two issues that have been introduced in the former
patches to free an skb correctly and clarifying an expression in the stack.

From David Girault we got tracing support when registering new PANs.

* tag 'ieee802154-for-net-next-2022-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/sschmidt/wpan-next:
  mac802154: Trace the registration of new PANs
  ieee802154: Advertize coordinators discovery
  mac802154: Allow the creation of coordinator interfaces
  mac802154: Clarify an expression
  mac802154: Move an skb free within the rx path
====================

Link: https://lore.kernel.org/r/20221205131909.1871790-1-stefan@datenfreihafen.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ieee802154/nl802154.c
net/mac802154/rx.c