From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Hi David, The following five patches contain fixes for 3.6-rc, they are: * Two fixes for message parsing in the SIP conntrack helper, from Patrick McHardy. * One fix for the SIP helper introduced in the user-space cthelper infrastructure, from Patrick McHardy. * fix missing appropriate locking while modifying one conntrack entry from the nfqueue integration code, from myself. * fix possible access to uninitiliazed timer in the nf_conntrack expectation infrastructure, from myself. You can pull these changes from: git://1984.lsi.us.es/nf Thanks! Pablo Neira Ayuso (2): netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue netfilter: nf_ct_expect: fix possible access to uninitialized timer Patrick McHardy (3): netfilter: nf_ct_sip: fix helper name netfilter: nf_ct_sip: fix IPv6 address parsing netfilter: nf_nat_sip: fix via header translation with multiple parameters include/linux/netfilter/nf_conntrack_sip.h | 2 +- net/ipv4/netfilter/nf_nat_sip.c | 9 +-- net/netfilter/nf_conntrack_expect.c | 29 ++------- net/netfilter/nf_conntrack_netlink.c | 7 ++- net/netfilter/nf_conntrack_sip.c | 92 ++++++++++++++++++++++------ 5 files changed, 90 insertions(+), 49 deletions(-) -- 1.7.10.4 -- 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