From: David S. Miller Date: Sun, 25 Jan 2015 07:15:46 +0000 (-0800) Subject: Merge branch 'vxlan_tx' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=86b368b4b44ec8935f579189e7ab0c93c603642b;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git Merge branch 'vxlan_tx' Tom Herbert says: ==================== vxlan: Don't use UDP socket for transmit UDP socket is not pertinent to transmit for UDP tunnels, checksum enablement can be done without a socket. This patch set eliminates reference to a socket in udp_tunnel_xmit functions and in VXLAN transmit. Also, make GBP, RCO, can CSUM6_RX flags visible to receive socket and only match these for shareable socket. v2: Fix geneve to call udp_tunnel_xmit with good arguments. ==================== Signed-off-by: David S. Miller --- 86b368b4b44ec8935f579189e7ab0c93c603642b