Hi Dave, following are four netfilter fixes for 2.6.34, fixing: - a regression in the recent match, introduced during 2.6.33 - a crash after a failed memory allocation in xt_hashlimit seq_file handling - an incorrect hook priority of the IPv6 raw table - a missing 'break' in the IPv6 xt_hashlimit netmask calculation include/linux/netfilter_ipv6.h | 1 + net/ipv6/netfilter/ip6table_raw.c | 2 +- net/netfilter/xt_hashlimit.c | 4 +++- net/netfilter/xt_recent.c | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) Please apply or pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git master Thanks! PS: this is my first "live" attempt at using git-send-email, so appologies in advance in case I made any mistakes. -- 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