All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] netfilter updates for 3.6-rc
@ 2012-08-31 14:03 pablo
  2012-08-31 14:03 ` [PATCH 1/6] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug pablo
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: pablo @ 2012-08-31 14:03 UTC (permalink / raw)
  To: netfilter-devel; +Cc: davem, netdev

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

Hi David,

The following patchset contain fixes for your net tree, they are:

* Fix wrong type for NFULA_HWTYPE attribute, this was introduced while
  removing the NLA_PUT macro, from Patrick McHardy.

* Three fixes that spot incorrect return values in the initialization
  path of several Netfilter modules, from Julia Lawall.

* Fix crash in the SIP helper if we hit EBUSY while adding the RTCP
  expectation, from myself.

* Fix racy timer handling in case conntrackd is running in reliable
  event mode, also from myself.

You can pull these changes from:

git://1984.lsi.us.es/nf master

BTW, please merge net to net-next after this so I can resolve the
conflict between the SIP helper and NAT IPv6 changes from Patrick,
which is scheduled for net-next.

Thanks!

Julia Lawall (3):
  ipvs: fix error return code
  netfilter: ctnetlink: fix error return code in init path
  netfilter: nfnetlink_log: fix error return code in init path

Pablo Neira Ayuso (2):
  netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation
  netfilter: nf_conntrack: fix racy timer handling with reliable events

Patrick McHardy (1):
  netfilter: nfnetlink_log: fix NLA_PUT macro removal bug

 include/net/netfilter/nf_conntrack_ecache.h |    1 +
 net/ipv4/netfilter/nf_nat_sip.c             |    5 ++++-
 net/netfilter/ipvs/ip_vs_ctl.c              |    4 +++-
 net/netfilter/nf_conntrack_core.c           |   16 +++++++++++-----
 net/netfilter/nf_conntrack_netlink.c        |    3 ++-
 net/netfilter/nfnetlink_log.c               |    6 ++++--
 6 files changed, 25 insertions(+), 10 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2012-08-31 19:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-31 14:03 [PATCH 0/6] netfilter updates for 3.6-rc pablo
2012-08-31 14:03 ` [PATCH 1/6] netfilter: nfnetlink_log: fix NLA_PUT macro removal bug pablo
2012-08-31 14:03 ` [PATCH 2/6] ipvs: fix error return code pablo
2012-08-31 14:03 ` [PATCH 3/6] netfilter: ctnetlink: fix error return code in init path pablo
2012-08-31 14:03 ` [PATCH 4/6] netfilter: nfnetlink_log: " pablo
2012-08-31 14:03 ` [PATCH 5/6] netfilter: nf_nat_sip: fix incorrect handling of EBUSY for RTCP expectation pablo
2012-08-31 14:03 ` [PATCH 6/6] netfilter: nf_conntrack: fix racy timer handling with reliable events pablo
2012-08-31 19:15 ` [PATCH 0/6] netfilter updates for 3.6-rc David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.