datapath: Account for "udp: Add udp_sock_create for UDP tunnels to open listener...
authorJesse Gross <jesse@nicira.com>
Fri, 6 Feb 2015 23:16:20 +0000 (15:16 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 20 Feb 2015 19:00:31 +0000 (11:00 -0800)
commiteb6eebd28b30d2b39419764a1e843ed30405c3b9
treedef0cf7453694d2595f5b4bc2b785b06005029ae
parentde15b104940fe4c656d948026c8c9bd57c6a3f96
datapath: Account for "udp: Add udp_sock_create for UDP tunnels to open listener socket"

Upstream commit:
    udp: Add udp_sock_create for UDP tunnels to open listener socket

    Added udp_tunnel.c which can contain some common functions for UDP
    tunnels. The first function in this is udp_sock_create which is used
    to open the listener port for a UDP tunnel.

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Upstream: 8024e028 ("udp: Add udp_sock_create for UDP tunnels to open listener socket")
Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Thomas Graf <tgraf@noironetworks.com>
datapath/linux/.gitignore
datapath/linux/Modules.mk
datapath/linux/compat/include/net/udp_tunnel.h [new file with mode: 0644]
datapath/linux/compat/udp_tunnel.c [new file with mode: 0644]