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

2018-03-24 Thread David Miller
From: Pablo Neira Ayuso Date: Sat, 24 Mar 2018 21:34:16 +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, thank you.

[PATCH 0/7] Netfilter fixes for net

2018-03-24 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Don't pick fixed hash implementation for NFT_SET_EVAL sets, otherwise userspace hits EOPNOTSUPP with valid rules using the meter statement, from Florian Westphal. 2) If you send a batch that flushes

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

2016-08-30 Thread David Miller
From: Pablo Neira Ayuso Date: Tue, 30 Aug 2016 13:26:16 +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 a lot

[PATCH 0/7] Netfilter fixes for net

2016-08-30 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Allow nf_tables reject expression from input, forward and output hooks, since only there the routing information is available, otherwise we crash. 2) Fix unsafe list iteration when flushing timeout and

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

2016-06-17 Thread David Miller
From: Pablo Neira Ayuso Date: Fri, 17 Jun 2016 20:25:12 +0200 > The following patchset contains Netfilter fixes for your net tree, > they are rather small patches but fixing several outstanding bugs in > nf_conntrack and nf_tables, as well as minor problems with missing >

[PATCH 0/7] Netfilter fixes for net

2016-06-17 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are rather small patches but fixing several outstanding bugs in nf_conntrack and nf_tables, as well as minor problems with missing SYNPROXY header uapi installation: 1) Oneliner not to leak conntrack kmemcache on

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

2016-06-01 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 1 Jun 2016 14:03:17 +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/7] Netfilter fixes for net

2016-06-01 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree, they are: 1) Fix incorrect timestamp in nfnetlink_queue introduced when addressing y2038 safe timestamp, from Florian Westphal. 2) Get rid of leftover conntrack definition from the previous merge window, oneliner

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

2015-07-09 Thread David Miller
From: Pablo Neira Ayuso pa...@netfilter.org Date: Wed, 8 Jul 2015 11:48:13 +0200 You can pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Pulled, thanks a lot Pablo. -- To unsubscribe from this list: send the line unsubscribe netdev in the body of a

[PATCH 0/7] Netfilter fixes for net

2015-07-08 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for your net tree. This batch mostly comes with patches to address fallout from the previous merge window cycle, they are: 1) Use entry-state.hook_list from nf_queue() instead of the global nf_hooks which is not valid when used from