netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] Netfilter/IPVS fixes for 3.8-rc7
@ 2013-02-09 12:03 pablo
  2013-02-09 12:03 ` [PATCH 1/5] ipvs: freeing uninitialized pointer on error pablo
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: pablo @ 2013-02-09 12:03 UTC (permalink / raw)
  To: netfilter-devel; +Cc: davem, netdev

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

Hi David,

The following patchset contains Netfilter/IPVS fixes for 3.8-rc7, they are:

* Fix oops in IPVS state-sync due to releasing a random memory area due
  to unitialized pointer, from Dan Carpenter.

* Fix SCTP flow establishment due to bad checksumming mangling in IPVS,
  from Daniel Borkmann.

* Three fixes for the recently added IPv6 NPT, all from YOSHIFUJI Hideaki,
  with an amendment collapsed into those patches from Ulrich Weber. They
  fiix adjustment calculation, fix prefix mangling and ensure LSB of
  prefixes are zeroes (as required by RFC).

Specifically, it took me a while to validate the 1's complement arithmetics/
checksumming approach in the IPv6 NPT code.

It's fairly late stage, so let me know if you can still pull these from:

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

Thanks!

Dan Carpenter (1):
  ipvs: freeing uninitialized pointer on error

Daniel Borkmann (1):
  ipvs: sctp: fix checksumming on snat and dnat handlers

YOSHIFUJI Hideaki / 吉藤英明 (3):
  netfilter: ip6t_NPT: Fix adjustment calculation
  netfilter: ip6t_NPT: Fix prefix mangling
  netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero

 net/ipv6/netfilter/ip6t_NPT.c         |   18 +++++++++++++----
 net/netfilter/ipvs/ip_vs_proto_sctp.c |   35 ++++++++++++++++-----------------
 net/netfilter/ipvs/ip_vs_sync.c       |    2 ++
 3 files changed, 33 insertions(+), 22 deletions(-)

-- 
1.7.10.4

--
To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2013-02-11  1:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-09 12:03 [PATCH 0/5] Netfilter/IPVS fixes for 3.8-rc7 pablo
2013-02-09 12:03 ` [PATCH 1/5] ipvs: freeing uninitialized pointer on error pablo
2013-02-09 12:03 ` [PATCH 2/5] ipvs: sctp: fix checksumming on snat and dnat handlers pablo
2013-02-09 12:03 ` [PATCH 3/5] netfilter: ip6t_NPT: Fix adjustment calculation pablo
2013-02-09 12:03 ` [PATCH 4/5] netfilter: ip6t_NPT: Fix prefix mangling pablo
2013-02-09 12:04 ` [PATCH 5/5] netfilter: ip6t_NPT: Ensure to check lower part of prefixes are zero pablo
2013-02-11  1:44 ` [PATCH 0/5] Netfilter/IPVS fixes for 3.8-rc7 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).