From patchwork Fri Mar 31 10:48:09 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Florian Westphal X-Patchwork-Id: 13195752 X-Patchwork-Delegate: kuba@kernel.org 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 720B2C6FD18 for ; Fri, 31 Mar 2023 10:48:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231694AbjCaKs1 (ORCPT ); Fri, 31 Mar 2023 06:48:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231709AbjCaKsV (ORCPT ); Fri, 31 Mar 2023 06:48:21 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:237:300::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4A4741D2F1; Fri, 31 Mar 2023 03:48:18 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1piCIn-0008MF-Oe; Fri, 31 Mar 2023 12:48:13 +0200 From: Florian Westphal To: Cc: Paolo Abeni , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Subject: [GIT PULL] netfilter updates for net-next 2023-03-30 Date: Fri, 31 Mar 2023 12:48:09 +0200 Message-Id: <20230331104809.2959-1-fw@strlen.de> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230330234402.0c618493@kernel.org> References: <20230330234402.0c618493@kernel.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello, This pull request contains changes for the *net-next* tree. 1. No need to disable BH in nfnetlink proc handler, freeing happens via call_rcu. 2. Expose classid in nfetlink_queue, from Eric Sage. 3. Fix nfnetlink message description comments, from Matthieu De Beule. 4. Allow removal of offloaded connections via ctnetlink, from Paul Blakey. The following changes since commit da617cd8d90608582eb8d0b58026f31f1a9bfb1d: smsc911x: remove superfluous variable init (2023-03-30 15:35:33 +0200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git tags/nf-next-2023-03-30 for you to fetch changes up to 9b7c68b3911aef84afa4cbfc31bce20f10570d51: netfilter: ctnetlink: Support offloaded conntrack entry deletion (2023-03-30 22:20:09 +0200) ---------------------------------------------------------------- Eric Sage (1): netfilter: nfnetlink_queue: enable classid socket info retrieval Florian Westphal (1): netfilter: nfnetlink_log: remove rcu_bh usage Matthieu De Beule (1): netfilter: Correct documentation errors in nf_tables.h Paul Blakey (1): netfilter: ctnetlink: Support offloaded conntrack entry deletion include/uapi/linux/netfilter/nf_tables.h | 8 +++--- include/uapi/linux/netfilter/nfnetlink_queue.h | 1 + net/netfilter/nf_conntrack_netlink.c | 8 ------ net/netfilter/nfnetlink_log.c | 36 ++++++++++++++++---------- net/netfilter/nfnetlink_queue.c | 20 ++++++++++++++ 5 files changed, 48 insertions(+), 25 deletions(-)