Merge branch 'vxlan_tx'
authorDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 07:15:46 +0000 (23:15 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sun, 25 Jan 2015 07:15:46 +0000 (23:15 -0800)
commit86b368b4b44ec8935f579189e7ab0c93c603642b
tree81666ac4a5bb62098501eb04372a87a2d2643059
parent2b995f63987013bacde99168218f9c7b252bdcf1
parentaf33c1adae1e095e90d14fe35501256ebb07aabf
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 <davem@davemloft.net>