From: Tom Herbert Date: Sun, 15 Jun 2014 06:24:20 +0000 (-0700) Subject: udp: call __skb_checksum_complete when doing full checksum X-Git-Tag: omap-for-v3.16/fixes-against-rc1~10^2~1^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbdff225ede6527f91184b2a7903df8aad803ace;p=pandora-kernel.git udp: call __skb_checksum_complete when doing full checksum In __udp_lib_checksum_complete check if checksum is being done over all the data (len is equal to skb->len) and if it is call __skb_checksum_complete instead of __skb_checksum_complete_head. This allows checksum to be saved in checksum complete. Signed-off-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed