netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] netfilter fixes for 3.6-rc
@ 2012-08-17 14:09 pablo
  2012-08-17 14:09 ` [PATCH 1/5] netfilter: nf_ct_sip: fix helper name pablo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pablo @ 2012-08-17 14:09 UTC (permalink / raw)
  To: netfilter-devel; +Cc: davem, netdev

From: Pablo Neira Ayuso <pablo@netfilter.org>

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-08-20  9:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 14:09 [PATCH 0/5] netfilter fixes for 3.6-rc pablo
2012-08-17 14:09 ` [PATCH 1/5] netfilter: nf_ct_sip: fix helper name pablo
2012-08-17 14:09 ` [PATCH 2/5] netfilter: nf_ct_sip: fix IPv6 address parsing pablo
2012-08-17 14:09 ` [PATCH 3/5] netfilter: nf_nat_sip: fix via header translation with multiple parameters pablo
2012-08-17 14:09 ` [PATCH 4/5] netfilter: ctnetlink: fix missing locking while changing conntrack from nfqueue pablo
2012-08-17 14:09 ` [PATCH 5/5] netfilter: nf_ct_expect: fix possible access to uninitialized timer pablo
2012-08-20  9:45 ` [PATCH 0/5] netfilter fixes for 3.6-rc David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).