Hi Dave, following are four netfilter fixes for 2.6.30, containing: - a patch from Jozsef to fix accepting invalid RST packets in TCP conntrack - a patch from Pablo to properly propagate DCCP conntrack state changes - a patch from Jesper to fix an invalid return value in a xt_hashlimit seq_file function - another patch from Pablo to fix undersized skb allocation in nfnetlink_log Please apply or pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git Thanks! include/linux/netfilter/nf_conntrack_tcp.h | 4 ++++ net/netfilter/nf_conntrack_proto_dccp.c | 4 ++++ net/netfilter/nf_conntrack_proto_tcp.c | 18 ++++++++++++++++++ net/netfilter/nfnetlink_log.c | 6 ++++++ net/netfilter/xt_hashlimit.c | 2 +- 5 files changed, 33 insertions(+), 1 deletions(-) Jesper Dangaard Brouer (1): netfilter: xt_hashlimit does a wrong SEQ_SKIP Jozsef Kadlecsik (1): netfilter: nf_ct_tcp: fix accepting invalid RST segments Pablo Neira Ayuso (2): netfilter: nf_ct_dccp: add missing DCCP protocol changes in event cache netfilter: nfnetlink_log: fix wrong skbuff size calculation -- 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