From: stephen hemminger Date: Tue, 9 Oct 2012 20:35:52 +0000 (+0000) Subject: vxlan: fix receive checksum handling X-Git-Tag: v3.7-rc1~25^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97c00a32198f0d066556006cfcd409efb28f746;p=pandora-kernel.git vxlan: fix receive checksum handling Vxlan was trying to use postpull_rcsum to allow receive checksum offload to work on drivers using CHECKSUM_COMPLETE method. But this doesn't work correctly. Just force full receive checksum on received packet. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed