[PATCH 00/15] Netfilter updates for net-next

2015-08-20 Thread Pablo Neira Ayuso
Hi David, This is second pull request includes the conflict resolution patch that resulted from the updates that we got for the conntrack template through kmalloc. No changes with regards to the previously sent 15 patches. The following patchset contains Netfilter updates for your net-next tree,

Re: [PATCH 00/15] Netfilter updates for net-next

2015-08-20 Thread David Miller
From: Pablo Neira Ayuso pa...@netfilter.org Date: Fri, 21 Aug 2015 06:32:29 +0200 This is second pull request includes the conflict resolution patch that resulted from the updates that we got for the conntrack template through kmalloc. No changes with regards to the previously sent 15 patches.

Re: [PATCH 00/15] Netfilter updates for net-next

2015-08-20 Thread David Miller
From: Pablo Neira Ayuso pa...@netfilter.org Date: Wed, 19 Aug 2015 21:18:16 +0200 The following patchset contains Netfilter updates for your net-next tree, they are: This doesn't pull cleanly, I get a couple of conflicts: [davem@localhost net-next]$ git pull --no-ff

[PATCH 00/15] Netfilter updates for net-next

2015-08-19 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter updates for your net-next tree, they are: 1) Rework the existing nf_tables counter expression to make it per-cpu. 2) Prepare and factor out common packet duplication code from the TEE target so it can be reused from the new dup expression.