Re: [PATCH] ipv6: need to use pskb_trim_rcsum

2005-09-08 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Wed, 7 Sep 2005 14:42:44 -0700 > Fix pskb_trim usage in ipv6. Only the udp one is really > a bug, other places are just doing equivalent code. > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Applied, thanks for fixing up this patch. - To

Re: [PATCH] ipv6: need to use pskb_trim_rcsum

2005-09-07 Thread Stephen Hemminger
Fix pskb_trim usage in ipv6. Only the udp one is really a bug, other places are just doing equivalent code. Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> --- net/ipv6/exthdrs.c|9 - net/ipv6/reassembly.c |9 +++-- net/ipv6/udp.c|2 +- 3 files changed, 8

Re: [PATCH] ipv6: need to use pskb_trim_rcsum

2005-09-07 Thread David S. Miller
From: Stephen Hemminger <[EMAIL PROTECTED]> Date: Tue, 6 Sep 2005 21:47:47 -0700 > Several places in IPV6 need to use pskb_trim_rcsum to handle > the case of skb's received on devices that set CHECKSUM_HW > > Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Everything looks fine except this

[PATCH] ipv6: need to use pskb_trim_rcsum

2005-09-06 Thread Stephen Hemminger
Several places in IPV6 need to use pskb_trim_rcsum to handle the case of skb's received on devices that set CHECKSUM_HW Signed-off-by: Stephen Hemminger <[EMAIL PROTECTED]> Index: csum/net/ipv6/exthdrs.c === --- csum.orig/net/ipv6/ex