All of lore.kernel.org
 help / color / mirror / Atom feed
* netfilter -stable 00/02: netfilter -stable fixes
@ 2009-11-10 10:40 Patrick McHardy
  2009-11-10 10:40 ` netfilter -stable 01/02: nf_nat: fix NAT issue in 2.6.30.4+ Patrick McHardy
  2009-11-10 10:40 ` netfilter -stable 02/02: xt_connlimit: fix regression caused by zero family value Patrick McHardy
  0 siblings, 2 replies; 3+ messages in thread
From: Patrick McHardy @ 2009-11-10 10:40 UTC (permalink / raw)
  To: stable; +Cc: netdev, Patrick McHardy, netfilter-devel, davem

The following two patches fix two bug in netfilter:

- a bug in TCP conntrack sequence tracking when used with NAT helpers that
  enlarge packets

- a regression in the xt_connlimit match introduced in 2.6.29, causing
  false negatives

Please apply, thanks.


 include/net/netfilter/nf_conntrack.h   |    8 +--
 include/net/netfilter/nf_nat_helper.h  |    4 ++
 net/ipv4/netfilter/nf_nat_core.c       |    3 +
 net/ipv4/netfilter/nf_nat_helper.c     |   34 +++++++++++-----
 net/netfilter/nf_conntrack_core.c      |    8 ++++
 net/netfilter/nf_conntrack_proto_tcp.c |   64 +++++++++++++-------------------
 net/netfilter/xt_connlimit.c           |   10 ++---
 7 files changed, 71 insertions(+), 60 deletions(-)

Jan Engelhardt (1):
      netfilter: xt_connlimit: fix regression caused by zero family value

Jozsef Kadlecsik (1):
      netfilter: nf_nat: fix NAT issue in 2.6.30.4+

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

end of thread, other threads:[~2009-11-10 10:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-10 10:40 netfilter -stable 00/02: netfilter -stable fixes Patrick McHardy
2009-11-10 10:40 ` netfilter -stable 01/02: nf_nat: fix NAT issue in 2.6.30.4+ Patrick McHardy
2009-11-10 10:40 ` netfilter -stable 02/02: xt_connlimit: fix regression caused by zero family value Patrick McHardy

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.