From: David S. Miller Date: Wed, 26 Nov 2014 17:25:51 +0000 (-0500) Subject: Merge branch 'remcsum_adjust' X-Git-Tag: v3.19-rc1~118^2~112 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=commitdiff_plain;h=12bbd595ab45f093db36d12768926422013b3441;hp=4fd671ded14f92cb8db0bf72747f4df508ba5e3d Merge branch 'remcsum_adjust' Tom Herbert says: ==================== gue: Generalize remote checksum offload The remote checksum offload is generalized by creating a common function (remcsum_adjust) that does the work of modifying the checksum in remote checksum offload. This function can be called from normal or GRO path. GUE was modified to use this function. Remote checksum offload is described in https://tools.ietf.org/html/draft-herbert-remotecsumoffload-01 Tested by running 200 TCP_STREAM connections over GUE, did not see any problems with remote checksum offload enabled. ==================== Signed-off-by: David S. Miller ---