Re: [PATCH 0/8] Netfilter fixes for net

2020-08-31 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 31 Aug 2020 11:36:40 +0200 > The following patchset contains Netfilter fixes for net: > > 1) Do not delete clash entries on reply, let them expire instead, >from Florian Westphal. > > 2) Do not report EAGAIN to nfnetlink, otherwise this enters a busy loop.

[PATCH 0/8] Netfilter fixes for net

2020-08-31 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Do not delete clash entries on reply, let them expire instead, from Florian Westphal. 2) Do not report EAGAIN to nfnetlink, otherwise this enters a busy loop. Update nfnetlink_unicast() to translate EAGAIN to ENOBUFS. 3) Remo

Re: [PATCH 0/8] Netfilter fixes for net

2020-08-16 Thread David Miller
From: Pablo Neira Ayuso Date: Sat, 15 Aug 2020 12:31:53 +0200 > The following patchset contains Netfilter fixes for net: > > 1) Endianness issue in IPv4 option support in nft_exthdr, >from Stephen Suryaputra. > > 2) Removes the waitcount optimization in nft_compat, >from Florian Westpha

[PATCH 0/8] Netfilter fixes for net

2020-08-15 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Endianness issue in IPv4 option support in nft_exthdr, from Stephen Suryaputra. 2) Removes the waitcount optimization in nft_compat, from Florian Westphal. 3) Remove ipv6 -> nf_defrag_ipv6 module dependency, from Florian W

Re: [PATCH 0/8] netfilter fixes for net

2019-07-31 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 31 Jul 2019 13:51:49 +0200 > The following patchset contains Netfilter fixes for your net tree: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks.

[PATCH 0/8] netfilter fixes for net

2019-07-31 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for your net tree: 1) memleak in ebtables from the error path for the 32/64 compat layer, from Florian Westphal. 2) Fix inverted meta ifname/ifidx matching when no interface is set on either from the input/output path, from Phil Sutter.

Re: [PATCH 0/8] Netfilter fixes for net

2017-03-29 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 29 Mar 2017 14:14:02 +0200 > Hi David, > > The following patchset contains a rather large update with Netfilter > fixes, specifically targeted to incorrect RCU usage in several spots and > the userspace conntrack helper infrastructure (nfnetlink_cthelper), > mo

[PATCH 0/8] Netfilter fixes for net

2017-03-29 Thread Pablo Neira Ayuso
Hi David, The following patchset contains a rather large update with Netfilter fixes, specifically targeted to incorrect RCU usage in several spots and the userspace conntrack helper infrastructure (nfnetlink_cthelper), more specifically they are: 1) expect_class_max is incorrect set via cthelper

Re: [PATCH 0/8] Netfilter fixes for net

2017-02-23 Thread David Miller
From: Pablo Neira Ayuso Date: Thu, 23 Feb 2017 12:14:01 +0100 > The following patchset contains Netfilter fixes for your net tree, > they are: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks a lot!

[PATCH 0/8] Netfilter fixes for net

2017-02-23 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Revisit warning logic when not applying default helper assignment. Jiri Kosina considers we are breaking existing setups and not warning our users accordinly now that automatic helper assignment has be