From patchwork Mon Dec 5 13:19:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schmidt X-Patchwork-Id: 13064491 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89409C4321E for ; Mon, 5 Dec 2022 13:30:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232138AbiLENaR (ORCPT ); Mon, 5 Dec 2022 08:30:17 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54982 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231387AbiLENaP (ORCPT ); Mon, 5 Dec 2022 08:30:15 -0500 X-Greylist: delayed 536 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Mon, 05 Dec 2022 05:30:14 PST Received: from proxima.lasnet.de (proxima.lasnet.de [78.47.171.185]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4ABD2E0A5 for ; Mon, 5 Dec 2022 05:30:14 -0800 (PST) Received: from localhost.localdomain.datenfreihafen.local (p5dd0dfce.dip0.t-ipconnect.de [93.208.223.206]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: stefan@sostec.de) by proxima.lasnet.de (Postfix) with ESMTPSA id 2B6DBC05B3; Mon, 5 Dec 2022 14:21:17 +0100 (CET) From: Stefan Schmidt 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-12-05 Date: Mon, 5 Dec 2022 14:19:09 +0100 Message-Id: <20221205131909.1871790-1-stefan@datenfreihafen.org> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org 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(-)