mbox series

pull-request: ieee802154-next 2022-12-05

Message ID 20221205131909.1871790-1-stefan@datenfreihafen.org (mailing list archive)
State Accepted
Commit cfbf877a338c202ace114f309a6dc0ef5cfb4ad1
Headers show
Series pull-request: ieee802154-next 2022-12-05 | expand

Pull-request

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

Message

Stefan Schmidt Dec. 5, 2022, 1:19 p.m. UTC
Hello Dave, Jakub.

An update from ieee802154 for *net-next*

This is the second pull request from wpan-next this cycle. Hoping its still on
time we have a few follow ups from the first, bigger pull request.

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.

regards
Stefan Schmidt

The following changes since commit 95d9a3dab109f2806980d55634972120824a5a5a:

  selftests: tc-testing: Add matchJSON to tdc (2022-10-26 20:22:33 -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-12-05

for you to fetch changes up to e29e3c7ce6d4b2f164ebd717e4794c626fc1c954:

  mac802154: Trace the registration of new PANs (2022-11-29 15:34:32 +0100)

----------------------------------------------------------------
David Girault (1):
      mac802154: Trace the registration of new PANs

Miquel Raynal (4):
      mac802154: Move an skb free within the rx path
      mac802154: Clarify an expression
      mac802154: Allow the creation of coordinator interfaces
      ieee802154: Advertize coordinators discovery

 include/net/cfg802154.h   |  18 ++++++++
 include/net/nl802154.h    |  43 +++++++++++++++++++
 net/ieee802154/nl802154.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++
 net/ieee802154/nl802154.h |   2 +
 net/mac802154/iface.c     |  15 +++----
 net/mac802154/main.c      |   2 +-
 net/mac802154/rx.c        |  24 +++++------
 net/mac802154/trace.h     |  25 +++++++++++
 8 files changed, 211 insertions(+), 21 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 8, 2022, 1:50 a.m. UTC | #1
Hello:

This pull request was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  5 Dec 2022 14:19:09 +0100 you wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for *net-next*
> 
> This is the second pull request from wpan-next this cycle. Hoping its still on
> time we have a few follow ups from the first, bigger pull request.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154-next 2022-12-05
    https://git.kernel.org/netdev/net-next/c/cfbf877a338c

You are awesome, thank you!
patchwork-bot+bluetooth@kernel.org Dec. 12, 2022, 10:32 p.m. UTC | #2
Hello:

This pull request was applied to bluetooth/bluetooth-next.git (master)
by Jakub Kicinski <kuba@kernel.org>:

On Mon,  5 Dec 2022 14:19:09 +0100 you wrote:
> Hello Dave, Jakub.
> 
> An update from ieee802154 for *net-next*
> 
> This is the second pull request from wpan-next this cycle. Hoping its still on
> time we have a few follow ups from the first, bigger pull request.
> 
> [...]

Here is the summary with links:
  - pull-request: ieee802154-next 2022-12-05
    https://git.kernel.org/bluetooth/bluetooth-next/c/cfbf877a338c

You are awesome, thank you!