commit | c6c6e3e05c0b4349824efcdd36650e7be9d5c7c3 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Jul 10 22:41:55 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jul 10 22:41:55 2007 -0700 |
tree | 327317560c35fc1c54379c1729c093e3a099de87 | |
parent | cfbba49d80be6cf8d3872b66fc5421f119843b36 [diff] |
[NET]: Update comments for skb checksums Rusty (whose comments we should all study and emulate :) pointed out that our comments for skb checksums are no longer up-to-date. So here is a patch to 1) add the case of partial checksums on input; 2) update partial checksum case to mention csum_start/csum_offset; 3) mention the new IPv6 feature bit. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>