The following four patches fix a couple of netfilter regressions: - inverted logic for persistent NAT mappings, causing source mappings to multiple addresses to incorrectly use persistent addresses unless configured to do so - conntrack cleanup in non-init namespaces - a bridge netfilter in_device refcount leak - an inverted return value in the ebt_ulog checkentry function, causing validation to fail unconditionally Please apply, thanks! net/bridge/br_netfilter.c | 2 +- net/bridge/netfilter/ebt_ulog.c | 2 +- net/ipv4/netfilter/nf_nat_core.c | 2 +- net/netfilter/nf_conntrack_core.c | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) Patrick McHardy (4): netfilter: nf_nat: fix inverted logic for persistent NAT mappings netfilter: nf_conntrack: netns fix re reliable conntrack event delivery netfilter: bridge: refcount fix netfilter: ebt_ulog: fix checkentry return value -- 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