From: Pablo Neira Ayuso <pablo@netfilter.org> To: netfilter-devel@vger.kernel.org Cc: davem@davemloft.net, netdev@vger.kernel.org Subject: [PATCH 0/4] Netfilter fixes for net Date: Mon, 19 Oct 2015 20:22:51 +0200 Message-ID: <1445278975-2412-1-git-send-email-pablo@netfilter.org> (raw) Hi David, The following patchset contains four Netfilter fixes for net, they are: 1) Fix Kconfig dependencies of new nf_dup_ipv4 and nf_dup_ipv6. 2) Remove bogus test nh_scope in IPv4 rpfilter match that is breaking --accept-local, from Xin Long. 3) Wait for RCU grace period after dropping the pending packets in the nfqueue, from Florian Westphal. 4) Fix sleeping allocation while holding spin_lock_bh, from Nikolay Borisov. You can pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit b84f78782052ee4516903e5d0566a5eee365b771: net: Initialize flow flags in input path (2015-09-29 21:52:32 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to 00db674bedd68ff8b5afae9030ff5e04d45d1b4a: netfilter: ipset: Fix sleeping memory allocation in atomic context (2015-10-17 13:01:24 +0200) ---------------------------------------------------------------- Florian Westphal (1): netfilter: sync with packet rx also after removing queue entries Nikolay Borisov (1): netfilter: ipset: Fix sleeping memory allocation in atomic context Pablo Neira Ayuso (1): netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6} lucien (1): netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverse net/ipv4/netfilter/Kconfig | 1 + net/ipv4/netfilter/ipt_rpfilter.c | 4 +--- net/ipv6/netfilter/Kconfig | 1 + net/netfilter/core.c | 2 ++ net/netfilter/ipset/ip_set_list_set.c | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-)
next reply index Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top 2015-10-19 18:22 Pablo Neira Ayuso [this message] 2015-10-19 18:22 ` [PATCH 1/4] netfilter: fix Kconfig dependencies for nf_dup_ipv{4,6} Pablo Neira Ayuso 2015-10-19 18:22 ` [PATCH 2/4] netfilter: ipt_rpfilter: remove the nh_scope test in rpfilter_lookup_reverse Pablo Neira Ayuso 2015-10-19 18:22 ` [PATCH 3/4] netfilter: sync with packet rx also after removing queue entries Pablo Neira Ayuso 2015-10-19 18:22 ` [PATCH 4/4] netfilter: ipset: Fix sleeping memory allocation in atomic context Pablo Neira Ayuso 2015-10-22 2:27 ` [PATCH 0/4] Netfilter fixes for net David Miller -- strict thread matches above, loose matches on Subject: below -- 2020-10-13 23:45 Pablo Neira Ayuso 2020-10-14 3:07 ` Jakub Kicinski 2020-10-07 0:10 Pablo Neira Ayuso 2020-10-09 19:19 ` Jakub Kicinski 2020-06-14 21:52 Pablo Neira Ayuso 2020-06-15 20:27 ` David Miller 2020-03-20 13:51 Pablo Neira Ayuso 2020-03-21 2:34 ` David Miller 2019-12-26 16:39 Pablo Neira Ayuso 2019-12-26 21:11 ` David Miller 2017-05-29 11:34 Pablo Neira Ayuso 2017-05-30 3:20 ` David Miller 2017-03-03 19:22 Pablo Neira Ayuso 2017-03-04 4:41 ` David Miller 2016-09-13 9:05 Pablo Neira Ayuso 2016-09-13 15:17 ` David Miller 2015-09-18 9:17 Pablo Neira Ayuso 2015-09-21 5:32 ` David Miller 2015-05-16 18:47 Pablo Neira Ayuso 2015-05-16 20:45 ` David Miller 2014-08-11 17:06 Pablo Neira Ayuso 2013-04-12 10:13 [PATCH 0/4] netfilter " Pablo Neira Ayuso 2013-04-12 18:28 ` David Miller
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1445278975-2412-1-git-send-email-pablo@netfilter.org \ --to=pablo@netfilter.org \ --cc=davem@davemloft.net \ --cc=netdev@vger.kernel.org \ --cc=netfilter-devel@vger.kernel.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Netfilter-Devel Archive on lore.kernel.org Archives are clonable: git clone --mirror https://lore.kernel.org/netfilter-devel/0 netfilter-devel/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 netfilter-devel netfilter-devel/ https://lore.kernel.org/netfilter-devel \ netfilter-devel@vger.kernel.org public-inbox-index netfilter-devel Example config snippet for mirrors Newsgroup available over NNTP: nntp://nntp.lore.kernel.org/org.kernel.vger.netfilter-devel AGPL code for this site: git clone https://public-inbox.org/public-inbox.git