git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c5440
)
netfilter: kill redundant check code in which setting ip_summed value
author
Shan Wei
<shanwei@cn.fujitsu.com>
Mon, 14 Jun 2010 14:20:02 +0000
(16:20 +0200)
committer
Patrick McHardy
<kaber@trash.net>
Mon, 14 Jun 2010 14:20:02 +0000
(16:20 +0200)
If the returned csum value is 0, We has set ip_summed with
CHECKSUM_UNNECESSARY flag in __skb_checksum_complete_head().
So this patch kills the check and changes to return to upper
caller directly.
Signed-off-by: Shan Wei <shanwei@cn.fujitsu.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
No differences found