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

2020-05-28 Thread David Miller
From: Pablo Neira Ayuso Date: Thu, 28 May 2020 00:40:15 +0200 > The following patchset contains Netfilter fixes for net: > > 1) Uninitialized when used in __nf_conntrack_update(), from >Nathan Chancellor. > > 2) Comparison of unsigned expression in nf_confirm_cthelper(). > > 3) Remove 'con

[PATCH 0/3] Netfilter fixes for net

2020-05-27 Thread Pablo Neira Ayuso
Hi, The following patchset contains Netfilter fixes for net: 1) Uninitialized when used in __nf_conntrack_update(), from Nathan Chancellor. 2) Comparison of unsigned expression in nf_confirm_cthelper(). 3) Remove 'const' type qualifier with no effect. This batch is addressing fallout from t

[PATCH 0/3] Netfilter fixes for net

2019-06-17 Thread Pablo Neira Ayuso
Hi David, 1) Module autoload for masquerade and redirection does not work. 2) Leak in unqueued packets in nf_ct_frag6_queue(). Ignore duplicated fragments, pretend they are placed into the queue. Patches from Guillaume Nault. You can pull these changes from: git://git.kernel.org/pub/scm

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

2018-01-05 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 5 Jan 2018 16:08:22 +0100 > The following patchset contains Netfilter fixes for your net tree, > they are: > > 1) Fix chain filtering when dumping rules via nf_tables_dump_rules(). > > 2) Fix accidental change in NF_CT_STATE_UNTRACKED_BIT through uapi, >i

[PATCH 0/3] Netfilter fixes for net

2018-01-05 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Fix chain filtering when dumping rules via nf_tables_dump_rules(). 2) Fix accidental change in NF_CT_STATE_UNTRACKED_BIT through uapi, introduced when removing the untracked conntrack object, from Flo

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

2016-05-09 Thread David Miller
From: Pablo Neira Ayuso Date: Mon, 9 May 2016 21:52:00 +0200 > The following patchset contain Netfilter simple fixes for your net tree, > two one-liner and one two-liner: > > 1) Oneliner to fix missing spinlock definition that triggers >'BUG: spinlock bad magic on CPU#' when spinlock debugg

[PATCH 0/3] Netfilter fixes for net

2016-05-09 Thread Pablo Neira Ayuso
Hi David, The following patchset contain Netfilter simple fixes for your net tree, two one-liner and one two-liner: 1) Oneliner to fix missing spinlock definition that triggers 'BUG: spinlock bad magic on CPU#' when spinlock debugging is enabled, from Florian Westphal. 2) Fix missing workq

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

2016-04-13 Thread David Miller
From: Pablo Neira Ayuso Date: Thu, 14 Apr 2016 00:54:51 +0200 > The following patchset contains Netfilter fixes for your net tree. More > specifically, they are: > > 1) Fix missing filter table per-netns registration in arptables, from >Florian Westphal. > > 2) Resolve out of bound access w

[PATCH 0/3] Netfilter fixes for net

2016-04-13 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree. More specifically, they are: 1) Fix missing filter table per-netns registration in arptables, from Florian Westphal. 2) Resolve out of bound access when parsing TCP options in nf_conntrack_tcp, patch from Jozsef K

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

2015-11-04 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 4 Nov 2015 15:00:35 +0100 > The following patchset contains Netfilter fixes for your net tree, > they are: > > 1) Fix crash when TEE target is used with no --oif, from Eric Dumazet. > > 2) Oneliner to fix a crash on the redirect traffic to localhost >infr

[PATCH 0/3] Netfilter fixes for net

2015-11-04 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Fix crash when TEE target is used with no --oif, from Eric Dumazet. 2) Oneliner to fix a crash on the redirect traffic to localhost infrastructure when interface has not yet an address, from Munehisa

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

2015-05-22 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 22 May 2015 12:34:03 +0200 > The following patchset contain Netfilter fixes for your net tree, they are: > > 1) Fix a race in nfnetlink_log and nfnetlink_queue that can lead to a crash. >This problem is due to wrong order in the per-net registration and net

[PATCH 0/3] Netfilter fixes for net

2015-05-22 Thread Pablo Neira Ayuso
Hi David, The following patchset contain Netfilter fixes for your net tree, they are: 1) Fix a race in nfnetlink_log and nfnetlink_queue that can lead to a crash. This problem is due to wrong order in the per-net registration and netlink socket events. Patch from Francesco Ruggeri. 2) Make