From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Hi David, The following batch contains Netfilter fixes for 3.8-rc2, they are: * Fix IPv6 stateless network/port translation (NPT) checksum calculation, from Ulrich Weber. * Fix for xt_recent to avoid memory allocation failures if large hashtables are used, from Eric Dumazet. * Fix missing dependencies in Kconfig for the deprecated NOTRACK, from myself. You can pull these changes from: git://1984.lsi.us.es/nf master Thanks! Eric Dumazet (1): netfilter: xt_recent: avoid high order page allocations Pablo Neira Ayuso (1): netfilter: fix missing dependencies for the NOTRACK target Ulrich Weber (1): netfilter: ip6t_NPT: fix IPv6 NTP checksum calculation net/ipv6/netfilter/ip6t_NPT.c | 33 +++++++-------------------------- net/netfilter/Kconfig | 3 +++ net/netfilter/xt_recent.c | 23 ++++++++++++++++++----- 3 files changed, 28 insertions(+), 31 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html