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

2020-10-13 Thread Jakub Kicinski
On Wed, 14 Oct 2020 01:45:55 +0200 Pablo Neira Ayuso wrote: > Hi, > > The following patchset contains Netfilter fixes for net: > > 1) Extend nf_queue selftest to cover re-queueing, non-gso mode and >delayed queueing, from Florian Westphal. > > 2) Clear skb->tstamp in IPVS forwarding path, fr

[PATCH 0/4] Netfilter fixes for net

2020-10-13 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Extend nf_queue selftest to cover re-queueing, non-gso mode and delayed queueing, from Florian Westphal. 2) Clear skb->tstamp in IPVS forwarding path, from Julian Anastasov. 3) Provide netlink extended error reporting for EEXIST

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

2020-10-09 Thread Jakub Kicinski
On Wed, 7 Oct 2020 02:10:23 +0200 Pablo Neira Ayuso wrote: > The following patchset contains Netfilter selftests fixes from > Fabian Frederick: > > 1) Extend selftest nft_meta.sh to check for meta cpu. > > 2) Fix selftest nft_meta.sh error reporting. > > 3) Fix shellcheck warnings in selftest n

[PATCH 0/4] Netfilter fixes for net

2020-10-06 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter selftests fixes from Fabian Frederick: 1) Extend selftest nft_meta.sh to check for meta cpu. 2) Fix selftest nft_meta.sh error reporting. 3) Fix shellcheck warnings in selftest nft_meta.sh. 4) Extend selftest nft_meta.sh to check for meta time. Pl

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

2020-06-15 Thread David Miller
From: Pablo Neira Ayuso Date: Sun, 14 Jun 2020 23:52:57 +0200 > The following patchset contains Netfilter fixes for net: > > 1) Fix bogus EEXIST on element insertions to the rbtree with timeouts, >from Stefano Brivio. > > 2) Preempt BUG splat in the pipapo element insertion path, also from

[PATCH 0/4] Netfilter fixes for net

2020-06-14 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Fix bogus EEXIST on element insertions to the rbtree with timeouts, from Stefano Brivio. 2) Preempt BUG splat in the pipapo element insertion path, also from Stefano. 3) Release filter from the ctnetlink error path. 4) Relea

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

2017-05-29 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 29 May 2017 13:34:28 +0200 > Hi David, > > The following patchset contains Netfilter fixes for your net tree, > they are: > > 1) Conntrack SCTP CRC32c checksum mangling may operate on non-linear >skbuff, patch from Davide Caratti. > > 2) nf_tables rb-tree

[PATCH 0/4] Netfilter fixes for net

2017-05-29 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Conntrack SCTP CRC32c checksum mangling may operate on non-linear skbuff, patch from Davide Caratti. 2) nf_tables rb-tree set backend does not handle element re-addition after deletion in the same tra

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

2017-03-03 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 3 Mar 2017 20:22:21 +0100 > The following patchset contains Netfilter fixes for your net tree, > they are: > > 1) Missing check for full sock in ip_route_me_harder(), from >Florian Westphal. > > 2) Incorrect sip helper structure initilization that breaks

[PATCH 0/4] Netfilter fixes for net

2017-03-03 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Missing check for full sock in ip_route_me_harder(), from Florian Westphal. 2) Incorrect sip helper structure initilization that breaks it when several ports are used, from Christophe Leroy. 3) Fix i

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

2016-09-13 Thread David Miller
From: Pablo Neira Ayuso Date: Tue, 13 Sep 2016 11:05:13 +0200 > 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 Pablo.

[PATCH 0/4] Netfilter fixes for net

2016-09-13 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Endianess fix for the new nf_tables netlink trace infrastructure, NFTA_TRACE_POLICY endianess was not correct, patch from Liping Zhang. 2) Fix broken re-route after userspace queueing in nf_tables route

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

2015-10-21 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 19 Oct 2015 20:22:51 +0200 > 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-loc

[PATCH 0/4] Netfilter fixes for net

2015-10-19 Thread Pablo Neira Ayuso
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 t

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

2015-09-20 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 18 Sep 2015 11:17:52 +0200 > The following patch contains Netfilter fixes for your net tree, they are: > > 1) nf_log_unregister() should only set to NULL the logger that is being >unregistered, instead of everything else. Patch from Florian Westphal. > > 2

[PATCH 0/4] Netfilter fixes for net

2015-09-18 Thread Pablo Neira Ayuso
Hi David, The following patch contains Netfilter fixes for your net tree, they are: 1) nf_log_unregister() should only set to NULL the logger that is being unregistered, instead of everything else. Patch from Florian Westphal. 2) Fix a crash when accessing physoutdev from PREROUTING in br_net

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

2015-05-16 Thread David Miller
From: Pablo Neira Ayuso Date: Sat, 16 May 2015 20:47:14 +0200 > The following patchset contains Netfilter fixes for your net tree, they are: > > 1) Fix a leak in IPVS, the sysctl table is not released accordingly when >destroying a netns, patch from Tommi Rantala. > > 2) Fix a build error w