These patches contain two fixes for the ipt_ecn match and an IPv6 capable xtables port. Nothing particulary exciting in the patches, if noone spots any problems I'll push the first two patches to net-2.6 and the third one to net-next-2.6. iptables patch will follow shortly. Patrick McHardy (3): netfilter: ipt_ecn: fix protocol check in ecn_mt_check() netfilter: ipt_ecn: fix inversion for IP header ECN match netfilter: xtables: add an IPv6 capable version of the ECN match include/linux/netfilter/Kbuild | 1 + include/linux/netfilter/xt_ecn.h | 33 +++++++ net/ipv4/netfilter/Kconfig | 9 -- net/ipv4/netfilter/Makefile | 1 - net/ipv4/netfilter/ipt_ecn.c | 128 -------------------------- net/netfilter/Kconfig | 9 ++ net/netfilter/Makefile | 1 + net/netfilter/xt_ecn.c | 187 ++++++++++++++++++++++++++++++++++++++ 8 files changed, 231 insertions(+), 138 deletions(-) create mode 100644 include/linux/netfilter/xt_ecn.h delete mode 100644 net/ipv4/netfilter/ipt_ecn.c create mode 100644 net/netfilter/xt_ecn.c -- 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