From: Veaceslav Falico Date: Mon, 25 Mar 2013 22:26:21 +0000 (+0000) Subject: pch_gbe: fix ip_summed checksum reporting on rx X-Git-Tag: v3.9-rc5~28^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76a0e68129d7d24eb995a6871ab47081bbfa0acc;p=pandora-kernel.git pch_gbe: fix ip_summed checksum reporting on rx skb->ip_summed should be CHECKSUM_UNNECESSARY when the driver reports that checksums were correct and CHECKSUM_NONE in any other case. They're currently placed vice versa, which breaks the forwarding scenario. Fix it by placing them as described above. Signed-off-by: Veaceslav Falico Signed-off-by: David S. Miller --- Reading git-diff-tree failed