]> git.karo-electronics.de Git - karo-tx-linux.git/commit
vxlan: Use checksum partial with remote checksum offload
authorTom Herbert <therbert@google.com>
Wed, 11 Feb 2015 00:30:32 +0000 (16:30 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Feb 2015 23:12:13 +0000 (15:12 -0800)
commit0ace2ca89cbd6bcdf2b9d2df1fa0fa24ea9d1653
tree77d53c7e1f2c5b67b683cbb874f3587eddea81cf
parent15e2396d4e3ce23188852b74d924107982c63b42
vxlan: Use checksum partial with remote checksum offload

Change remote checksum handling to set checksum partial as default
behavior. Added an iflink parameter to configure not using
checksum partial (calling csum_partial to update checksum).

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/vxlan.c
include/net/vxlan.h
include/uapi/linux/if_link.h