Hi, As reviewed previously in http://marc.info/?l=netfilter-devel&m=126883196918488&w=2 http://marc.info/?t=126883205200011&r=1&w=2 Please merge. The following changes since commit 02e4eb75912a5c8babccc1acdc9cc913989be04e: Eric Dumazet (1): netfilter: xt_hashlimit: RCU conversion are available in the git repository at: git://dev.medozas.de/linux master Jan Engelhardt (2): netfilter: xtables: inclusion of xt_condition netfilter: xtables: inclusion of xt_SYSRQ include/linux/netfilter/Kbuild | 1 + include/linux/netfilter/xt_condition.h | 14 ++ net/netfilter/Kconfig | 20 ++ net/netfilter/Makefile | 2 + net/netfilter/xt_SYSRQ.c | 354 ++++++++++++++++++++++++++++++++ net/netfilter/xt_condition.c | 243 ++++++++++++++++++++++ 6 files changed, 634 insertions(+), 0 deletions(-) create mode 100644 include/linux/netfilter/xt_condition.h create mode 100644 net/netfilter/xt_SYSRQ.c create mode 100644 net/netfilter/xt_condition.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