The following two patches fix two bug in netfilter: - a bug in TCP conntrack sequence tracking when used with NAT helpers that enlarge packets - a regression in the xt_connlimit match introduced in 2.6.29, causing false negatives Please apply, thanks. include/net/netfilter/nf_conntrack.h | 8 +-- include/net/netfilter/nf_nat_helper.h | 4 ++ net/ipv4/netfilter/nf_nat_core.c | 3 + net/ipv4/netfilter/nf_nat_helper.c | 34 +++++++++++----- net/netfilter/nf_conntrack_core.c | 8 ++++ net/netfilter/nf_conntrack_proto_tcp.c | 64 +++++++++++++------------------- net/netfilter/xt_connlimit.c | 10 ++--- 7 files changed, 71 insertions(+), 60 deletions(-) Jan Engelhardt (1): netfilter: xt_connlimit: fix regression caused by zero family value Jozsef Kadlecsik (1): netfilter: nf_nat: fix NAT issue in 2.6.30.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