From: RongQing.Li Date: Thu, 26 Apr 2012 21:01:13 +0000 (+0000) Subject: drivers/net/oki-semi: Donot recompute IP header checksum X-Git-Tag: v3.5-rc1~109^2~249 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ecc37986414ff98ba863f8f4b8c3fa9c8fb808;p=pandora-kernel.git drivers/net/oki-semi: Donot recompute IP header checksum If I understand correct, NETIF_F_IP_CSUM only means the hardware will compute the TCP/UDP checksum, IP checksum is always computed in software So as a workround of hardware unable to compute small packages checksum, do not need to compute IP header checksum. Signed-off-by: RongQing.Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed