]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] Fixed hardware RX checksum handling
authorHerbert Xu <herbert@gondor.apana.org.au>
Mon, 6 Feb 2006 04:27:05 +0000 (20:27 -0800)
committerChris Wright <chrisw@sous-sol.org>
Fri, 10 Feb 2006 07:20:13 +0000 (23:20 -0800)
commit575eee6f6d5985975e2402c29fdf7410b9313d46
treeddb33011f6484503990880af7ddf31d784f2ba5f
parent7e52f025124c75a64a59a19b0658e47b57d11aa5
[PATCH] Fixed hardware RX checksum handling

When we pull the PPP protocol off the skb, we forgot to update the
hardware RX checksum.  This may lead to messages such as

dsl0: hw csum failure.

Similarly, we need to clear the hardware checksum flag when we use
the existing packet to store the decompressed result.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/net/ppp_generic.c