Hi David, The following patchset contains Netfilter fixes for your net tree. More specifically, they are: 1) Fix missing filter table per-netns registration in arptables, from Florian Westphal. 2) Resolve out of bound access when parsing TCP options in nf_conntrack_tcp, patch from Jozsef Kadlecsik. 3) Prefer NFPROTO_BRIDGE extensions over NFPROTO_UNSPEC in ebtables, this resolves conflict between xt_limit and ebt_limit, from Phil Sutter. You can pull these changes from: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git Thanks! ---------------------------------------------------------------- The following changes since commit 0a1a37b6d62e6864a77a82e925217c720f91f963: net: add the AF_KCM entries to family name tables (2016-04-06 16:59:01 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git HEAD for you to fetch changes up to bcf4934288402be3464110109a4dae3bd6fb3e93: netfilter: ebtables: Fix extension lookup with identical name (2016-04-13 01:16:57 +0200) ---------------------------------------------------------------- Florian Westphal (1): netfilter: arp_tables: register table in initns Jozsef Kadlecsik (1): netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP options Phil Sutter (1): netfilter: ebtables: Fix extension lookup with identical name net/bridge/netfilter/ebtables.c | 6 +++++- net/ipv4/netfilter/arptable_filter.c | 6 ++++++ net/netfilter/nf_conntrack_proto_tcp.c | 4 ++++ 3 files changed, 15 insertions(+), 1 deletion(-) -- 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