Re: [IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread YOSHIFUJI Hideaki / 吉藤英明
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

Re: [IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread YOSHIFUJI Hideaki / 吉藤英明
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

Re: [IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread David S. Miller
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

Re: [IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread Patrick McHardy
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

Re: [IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread David S. Miller
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

[IPV6]: Fix raw socket hardware checksum failures

2005-08-16 Thread Patrick McHardy
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