From: Jason Wang Date: Tue, 26 Mar 2013 23:11:20 +0000 (+0000) Subject: net: core: let skb_partial_csum_set() set transport header X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~309 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5d5decaedf41f5b03e6819789cc3ba8744d9f54;p=pandora-kernel.git net: core: let skb_partial_csum_set() set transport header For untrusted packets with partial checksum, we need to set the transport header for precise packet length estimation. We can just let skb_pratial_csum_set() to do this to avoid extra call to skb_flow_dissect() and simplify the caller. Cc: Eric Dumazet Signed-off-by: Jason Wang Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed