All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2.6 0/5]: Netfilter fixes
@ 2004-10-14  0:18 Patrick McHardy
  2004-10-20  6:31 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Patrick McHardy @ 2004-10-14  0:18 UTC (permalink / raw)
  To: David S. Miller; +Cc: Netfilter Development Mailinglist

Hi Dave,

the following five patches fix a stale proc entry,
bogus module dependencies in ipfwadm.ko and multiple
bugs in ip6tables matches.

You can pull all changes from bk://212.42.230.204/nf-2.6

Regards
Patrick


ChangeSet@1.2169, 2004-10-14 01:06:10+02:00, yasuyuki.kozakai@toshiba.co.jp
  [NETFILTER]: Fix multiple bugs in ip6t_frag.c
 
  The first patch fixes following bugs in ip6t_frag.c,
 
    - Wrong cast the pointer to extension header.
    - header length of Fragment Header is statically 8 octets.
      Then the option "--frag-len" doesn't make sense.
    - There are endian issues where using frag->info.
    - Reserved fields are not 2 bit but 8bit + 2 bit. (see RFC2460)
 
  Signed-off-by: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
  Signed-off-by: Patrick McHardy <kaber@trash.net>

ChangeSet@1.2168, 2004-10-14 01:04:09+02:00, yasuyuki.kozakai@toshiba.co.jp
  [NETFILTER]: Fix checks in ip6t_multiport.c
 
  The first patch fixes following bugs in ip6t_multiport.c,
 
    - missing check the size of the preference data.
    - IP6T_INV_PROTO should check with not ip->flags but ip->invflags.
 
  Signed-off-by: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
  Signed-off-by: Patrick McHardy <kaber@trash.net>

ChangeSet@1.2167, 2004-10-14 01:00:37+02:00, yasuyuki.kozakai@toshiba.co.jp
  [NETFILTER]: Fix multiple bugs in ip6rt.c
 
  The first patch fixes the following bugs
 
    - Wrong cast the pointer to extension header.
    - "Segments Left" field in Routing Header isn't treated as 1 octet.
 
  Signed-off-by: Yasuyuki KOZAKAI <yasuyuki.kozakai@toshiba.co.jp>
  Signed-off-by: Patrick McHardy <kaber@trash.net>

ChangeSet@1.2166, 2004-10-14 00:57:06+02:00, okir@suse.de
  [NETFILTER]: Don't export common symbols from ipfwadm.ko
 
  Exported kernel symbols ip_conntrack_count and ip_conntrack_tcp_update 
were
  showing up both in ip_conntrack.ko and ipfwadm.ko, causing bogus 
dependencies
  in modules.dep.
 
  Signed-off-by: Olaf Kirch <okir@suse.de>
  Signed-off-by: Patrick McHardy <kaber@trash.net>

ChangeSet@1.2165, 2004-10-14 00:55:09+02:00, pablo@eurodev.net
  [NETFILTER]: Fix removing invalid proc file
 
  Signed-off-by: Pablo Neira <pablo@eurodev.net>
  Signed-off-by: Patrick McHardy <kaber@trash.net>

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

end of thread, other threads:[~2004-10-20  6:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-10-14  0:18 [PATCH 2.6 0/5]: Netfilter fixes Patrick McHardy
2004-10-20  6:31 ` 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.