All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 00/06]: Netfilter fixes for 2.6.17
@ 2006-05-02 20:48 Patrick McHardy
  2006-05-02 20:48 ` [NETFILTER 01/06]: H.323 helper: fix endless loop caused by invalid TPKT len Patrick McHardy
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Patrick McHardy @ 2006-05-02 20:48 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, Patrick McHardy

Hi Dave,

following are my netfilter patches for 2.6.17, which fix a couple of bad bugs:

- The SCTP conntrack loop noticed by Ingo
- The unchecked __copy_from/to in the compat code noticed by Linus
- Two H.323 bugs found by the PROTOS c07-h2250v4 testsuite

I'll push the SCTP patch to -stable as well. There is still at least one open
bug in the H.323 helper, but I can't really keep up with the pace new bugs are
discovered at currently.

Please apply.


 include/linux/netfilter_ipv4/ip_conntrack_helper_h323_asn1.h |    2 +-
 net/ipv4/netfilter/ip_conntrack_helper_h323.c                |    2 ++
 net/ipv4/netfilter/ip_conntrack_helper_h323_asn1.c           |   10 +++++-----
 net/ipv4/netfilter/ip_conntrack_proto_sctp.c                 |   11 +++++++----
 net/ipv4/netfilter/ip_nat_standalone.c                       |    2 ++
 net/ipv4/netfilter/ip_tables.c                               |    6 +++---
 net/netfilter/nf_conntrack_proto_sctp.c                      |   11 +++++++----
 net/netfilter/x_tables.c                                     |    4 ++--
 8 files changed, 29 insertions(+), 19 deletions(-)

Jing Min Zhao:
      [NETFILTER]: H.323 helper: Change author's email address

Patrick McHardy:
      [NETFILTER]: H.323 helper: fix endless loop caused by invalid TPKT len
      [NETFILTER]: H.323 helper: fix use of uninitialized data
      [NETFILTER]: SCTP conntrack: fix infinite loop
      [NETFILTER]: NAT: silence unused variable warnings with CONFIG_XFRM=n
      [NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in compat layer

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

end of thread, other threads:[~2006-05-04  6:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-02 20:48 [NETFILTER 00/06]: Netfilter fixes for 2.6.17 Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 01/06]: H.323 helper: fix endless loop caused by invalid TPKT len Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 02/06]: H.323 helper: fix use of uninitialized data Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 03/06]: SCTP conntrack: fix infinite loop Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 04/06]: NAT: silence unused variable warnings with CONFIG_XFRM=n Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 05/06]: H.323 helper: Change author's email address Patrick McHardy
2006-05-02 20:48 ` [NETFILTER 06/06]: x_tables: don't use __copy_{from, to}_user on unchecked memory in compat layer Patrick McHardy
2006-05-04  6:21 ` [NETFILTER 00/06]: Netfilter fixes for 2.6.17 David S. 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.