Hi Dave, the following two patches fix two bugs in netfilter: - an off-by-one in SIP conntrack short header parsing, causing mismatches with UAs not inserting a space after the colon - a missing initialization in ctnetlink when dumping an expectation mask, causing an invalid layer 4 protocol number to be used Please apply or pull from: git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git master Thanks! net/netfilter/nf_conntrack_netlink.c | 3 ++- net/netfilter/nf_conntrack_sip.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) Patrick McHardy (2): netfilter: nf_conntrack_sip: fix off-by-one in compact header parsing netfilter: ctnetlink: fix expectation mask dump -- 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