From mboxrd@z Thu Jan 1 00:00:00 1970 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 1966EC32771 for ; Wed, 21 Sep 2022 09:53:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231684AbiIUJxP (ORCPT ); Wed, 21 Sep 2022 05:53:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33148 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230107AbiIUJwy (ORCPT ); Wed, 21 Sep 2022 05:52:54 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 77CDFE3B; Wed, 21 Sep 2022 02:50:13 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1oawMs-0006Pf-Ig; Wed, 21 Sep 2022 11:50:10 +0200 From: Florian Westphal To: Cc: , Jakub Kicinski , Paolo Abeni , "David S. Miller" , Eric Dumazet , Florian Westphal Subject: [PATCH net-next 0/4] netfilter patches for net-next Date: Wed, 21 Sep 2022 11:49:56 +0200 Message-Id: <20220921095000.29569-1-fw@strlen.de> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org Hello, The following set contains netfilter changes for the *net-next* tree. Remove GPL license copypastry in uapi files, those have SPDX tags. >From Christophe Jaillet. Remove unused variable in rpfilter, from Guillaume Nault. Rework gc resched delay computation in conntrack, from Antoine Tenart. Please consider pulling these changes from git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git ---------------------------------------------------------------- The following changes since commit c29b068215906d33f75378d44526edc37ad08276: liquidio: CN23XX: delete repeated words, add missing words and fix typo in comment (2022-09-20 16:50:21 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next.git master for you to fetch changes up to 72f5c89804636b5b4c8599354a92d6df8cff42cc: netfilter: rpfilter: Remove unused variable 'ret'. (2022-09-21 10:44:56 +0200) ---------------------------------------------------------------- Antoine Tenart (2): netfilter: conntrack: fix the gc rescheduling delay netfilter: conntrack: revisit the gc initial rescheduling bias Christophe JAILLET (1): headers: Remove some left-over license text in include/uapi/linux/netfilter/ Guillaume Nault (1): netfilter: rpfilter: Remove unused variable 'ret'. include/uapi/linux/netfilter/ipset/ip_set.h | 4 ---- include/uapi/linux/netfilter/xt_AUDIT.h | 4 ---- include/uapi/linux/netfilter/xt_connmark.h | 13 ++++--------- include/uapi/linux/netfilter/xt_osf.h | 14 -------------- net/ipv4/netfilter/ipt_rpfilter.c | 1 - net/netfilter/nf_conntrack_core.c | 18 +++++++++++++----- 6 files changed, 17 insertions(+), 37 deletions(-)