Hi Dave, the following three patches fix two netfilter bugs introduced during the merge window and re-add support for a feature that accidentally got dropped with the SAME target removal: - a missing list initialization of the nf_log logger lists - a missing conversion to use the hlist_nulls list function in connection tracking helper unregistration - support for persistent multi-range NAT mappings Please apply or pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git Thanks! include/net/netfilter/nf_nat.h | 1 + net/ipv4/netfilter/nf_nat_core.c | 3 ++- net/netfilter/nf_conntrack_helper.c | 2 +- net/netfilter/nf_log.c | 4 ++++ 4 files changed, 8 insertions(+), 2 deletions(-) Eric Dumazet (1): netfilter: nf_log regression fix Patrick McHardy (2): netfilter: nf_conntrack: fix crash when unloading helpers netfilter: nf_nat: add support for persistent mappings -- 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