mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
To: Alan Cox <alan@redhat.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Linux 2.4.22-ac2
Date: Tue, 9 Sep 2003 22:51:48 -0300	[thread overview]
Message-ID: <20030909225148.3ce2111c.vmlinuz386@yahoo.com.ar> (raw)
In-Reply-To: <200309092334.h89NYxh18536@devserv.devel.redhat.com>

On Tue, 9 Sep 2003 19:34:59 -0400 (EDT), Alan Cox wrote:
>(No its not course start time quite yet..)
>
>Various little fixups and tidying bits. Some of these probably want to
>get pushed on to Marcelo eventually - the small bits and the CMPCI update
>certainly.
>
>Linux 2.4.22-ac2
>o	Taint on sii6512 module that someone 		(Arjan van de Ven)
>	"accidentally" marked as GPL but is nonfree
>o	Fix incorrect bool v dep_bool in isdn config	(Paolo Ornati)
>o	Correct ricoh mem0 definition			(Komuro)
>o	Add module device tables to ide pci modules	(Johannes Hölzl)
>o	SATA driver core update				(Jeff Garzik)
>o	Add VIA SATA driver				(Jeff Garzik)
>o	Updated CMPCI driver				(ChenLi Tien)
>o	Fix bridge forwarding with checksumming hw	(Stephen Hemminger)
>o	Fix lots of vblank thinkos	(Soreren Sandmann, Anders Carlsson)
>o	Fix docs typo					(Dafydd Harries)
>o	Small HPT raid updates				(Wilfried Weissmann)
>o	Add Intel ESB2 IDE				(Bill Nottingham)
>o	Fix up LBA48 check for PDC20265			(Petr Vandrovec)
>o	Fix typo in amd76x IDE driver			(Stéphane Loeuillet)
>o	Add VIA 8231 IRQ router entries			(Sebastian Reichelt)
>o	Clean up dead compat warning stuff in isdn	(Gerardo Pozzi)

Thanks, 

This important fix in MASQUERADE code not merged in. From 2.4 tree cset@1.1063.31.1 (laforge)

http://marc.theaimsgroup.com/?l=linux-kernel&m=106208291130074&w=2

--- 1.6/net/ipv4/netfilter/ipt_MASQUERADE.c     Tue Aug 12 02:30:12 2003
+++ 1.7/net/ipv4/netfilter/ipt_MASQUERADE.c     Sat Aug 30 20:45:05 2003
@@ -87,6 +87,7 @@
        key.dst = (*pskb)->nh.iph->daddr;
        key.src = 0; /* Unknown: that's what we're trying to establish */
        key.tos = RT_TOS((*pskb)->nh.iph->tos)|RTO_CONN;
+       key.oif = 0;
 #ifdef CONFIG_IP_ROUTE_FWMARK
        key.fwmark = (*pskb)->nfmark;
 #endif


chau,
 djgera


-- 
Gerardo Exequiel Pozzi ( djgera )
http://www.vmlinuz.com.ar http://www.djgera.com.ar
KeyID: 0x1B8C330D
Key fingerprint = 0CAA D5D4 CD85 4434 A219  76ED 39AB 221B 1B8C 330D

  parent reply	other threads:[~2003-09-10  1:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-09 23:34 Alan Cox
2003-09-10  0:02 ` Erik Steffl
2003-09-10  1:51 ` Gerardo Exequiel Pozzi [this message]
2003-09-11 21:16 ` bill davidsen
2003-09-11 21:33   ` Mike Fedyk
2003-09-11 21:41     ` Alan Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20030909225148.3ce2111c.vmlinuz386@yahoo.com.ar \
    --to=vmlinuz386@yahoo.com.ar \
    --cc=alan@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®