From: Eric Dumazet Date: Wed, 1 Oct 2014 05:12:05 +0000 (-0700) Subject: ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive() X-Git-Tag: omap-for-v3.19/prcm-cleanup~141^2~93 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c804d0f8fc7799981d9fdd8c88653541b28c1a7;p=pandora-kernel.git ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive() Proper CHECKSUM_COMPLETE support needs to adjust skb->csum when we remove one header. Its done using skb_gro_postpull_rcsum() In the case of IPv4, we know that the adjustment is not really needed, because the checksum over IPv4 header is 0. Lets add a comment to ease code comprehension and avoid copy/paste errors. Signed-off-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed