Re: [SKBUFF]: Fix up csum_start when head room changes

2007-09-16 Thread David Miller
From: Herbert Xu <[EMAIL PROTECTED]> Date: Sat, 1 Sep 2007 09:13:33 +0800 > Hi Dave: > > [SKBUFF]: Fix up csum_start when head room changes > > Thanks for noticing the bug where csum_start is not updated > when the head room changes. > > This patch fixes that. It

[SKBUFF]: Fix up csum_start when head room changes

2007-08-31 Thread Herbert Xu
Hi Dave: [SKBUFF]: Fix up csum_start when head room changes Thanks for noticing the bug where csum_start is not updated when the head room changes. This patch fixes that. It also moves the csum/ip_summed copying into copy_skb_header so that skb_copy_expand gets it too. I've checke