]> git.baikalelectronics.ru Git - kernel.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)
commit98abf0ec706b820c6994704aade202f271fed96f
tree1dac2ba815c1662981b449d687901876bc6fc8a1
parent2b560512c6d41fa42a0400adae871cc6a0ef0897
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