]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commit
vxlan: fix receive checksum handling
authorstephen hemminger <shemminger@vyatta.com>
Tue, 9 Oct 2012 20:35:52 +0000 (20:35 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Oct 2012 02:41:22 +0000 (22:41 -0400)
commitd97c00a32198f0d066556006cfcd409efb28f746
tree1dac2ba815c1662981b449d687901876bc6fc8a1
parent2840bf22866935fe7197582bcbe2cde4503e0bba
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 <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c