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

2019-01-28 Thread David Miller
From: Pablo Neira Ayuso Date: Tue, 29 Jan 2019 00:57:17 +0100 > The following patchset contains Netfilter/IPVS updates for your net-next tree: ... > You can pull these changes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git Pulled, thanks Pablo.

[PATCH 00/33] Netfilter/IPVS updates for net-next

2019-01-28 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter/IPVS updates for your net-next tree: 1) Introduce a hashtable to speed up object lookups, from Florian Westphal. 2) Make direct calls to built-in extension, also from Florian. 3) Call helper before confirming the conntrack as it used to be ori