From: Pablo Neira Ayuso
Date: Tue, 25 Jun 2019 02:12:07 +0200
> The following patches contains Netfilter updates for net-next:
...
> You can pull these changes from:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
>
> This batch comes with a conflict resolution between a
Hi,
The following patches contains Netfilter updates for net-next:
1) .br_defrag indirection depends on CONFIG_NF_DEFRAG_IPV6, from wenxu.
2) Remove unnecessary memset() in ipset, from Florent Fourcot.
3) Merge control plane addition and deletion in ipset, also from Florent.
4) A few missing c
From: Pablo Neira Ayuso
Date: Wed, 6 Jul 2016 16:23:42 +0200
> The following patchset contains Netfilter updates for net-next,
> they are:
Pulled, thanks Pablo.
Hi David,
The following patchset contains Netfilter updates for net-next,
they are:
1) Don't use userspace datatypes in bridge netfilter code, from
Tobin Harding.
2) Iterate only once over the expectation table when removing the
helper module, instead of once per-netns, from Florian Westph