Re: [PATCH 00/11] Netfilter fixes for net

2018-02-07 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 7 Feb 2018 18:42:18 +0100 > The following patchset contains Netfilter fixes for you 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 00/11] Netfilter fixes for net

2018-02-07 Thread Pablo Neira Ayuso
Hi David, The following patchset contains Netfilter fixes for you net tree, they are: 1) Restore __GFP_NORETRY in xt_table allocations to mitigate effects of large memory allocation requests, from Michal Hocko. 2) Release IPv6 fragment queue in case of error in fragmentation header, this

Re: [PATCH 00/11] Netfilter fixes for net

2016-12-01 Thread David Miller
From: Pablo Neira Ayuso Date: Wed, 30 Nov 2016 22:57:14 +0100 > This is a large batch of Netfilter fixes for net, they are: ... > I know is late but I think these are important, specifically the NAT > bits, as they are mostly addressing fallout from recent changes. I also >

[PATCH 00/11] Netfilter fixes for net

2016-11-30 Thread Pablo Neira Ayuso
Hi David, This is a large batch of Netfilter fixes for net, they are: 1) Three patches to fix NAT conversion to rhashtable: Switch to rhlist structure that allows to have several objects with the same key. Moreover, fix wrong comparison logic in nf_nat_bysource_cmp() as this is