In article <[EMAIL PROTECTED]> (at Tue, 16 Aug 2005 21:58:36 -0700 (PDT)),
"David S. Miller" <[EMAIL PROTECTED]> says:
> It also is a preferred change than your minimal version
> because it makes the ip6 input path very similar to
> the ipv4 variant, so it's easier to verify the two pieces
> of c
In article <[EMAIL PROTECTED]> (at Tue, 16 Aug 2005 21:04:10 -0700 (PDT)),
"David S. Miller" <[EMAIL PROTECTED]> says:
> From: Patrick McHardy <[EMAIL PROTECTED]>
> Date: Wed, 17 Aug 2005 05:52:06 +0200
>
> > David S. Miller wrote:
> > > Applied to both net-2.6 and net-2.6.14
> >
> > BTW, the I
From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Wed, 17 Aug 2005 05:52:06 +0200
> David S. Miller wrote:
> > Applied to both net-2.6 and net-2.6.14
>
> BTW, the IPv6 skb leak fix is only in your net-2.6.14 tree
> so far, I think it should go in net-2.6 as well.
Agreed, added to net-2.6
-
To unsu
David S. Miller wrote:
Applied to both net-2.6 and net-2.6.14
BTW, the IPv6 skb leak fix is only in your net-2.6.14 tree
so far, I think it should go in net-2.6 as well.
[IPV6]: Fix SKB leak in ip6_input_finish()
Changing it to how ip_input handles should fix it.
Signed-off-by: Patrick McHar
From: Patrick McHardy <[EMAIL PROTECTED]>
Date: Wed, 17 Aug 2005 05:33:44 +0200
> [IPV6]: Fix raw socket hardware checksum failures
>
> When packets hit raw sockets the csum update isn't done yet, do it manually.
> Packets can also reach rawv6_rcv on the output path thro
This patch fixes "kernel: raw v6 hw csum failure." messages.
It distracted me from the TCPMSS issue, I'll take care of that
tomorrow.
[IPV6]: Fix raw socket hardware checksum failures
When packets hit raw sockets the csum update isn't done yet, do it manually.
Packets can