The following changes since commit 6c79bf0f2440fd250c8fce8d9b82fcf03d4e8350: Bart De Schuymer (1): netfilter: bridge-netfilter: fix refragmenting IP traffic encapsulated in PPPoE traffic are available in the git repository at: git://dev.medozas.de/linux sysrq_cond Jan Engelhardt (2): netfilter: xtables: inclusion of xt_SYSRQ netfilter: xtables: inclusion of xt_condition 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