20 Sep, 2014
2 commits
-
Added a few more UDP tunnel APIs that can be shared by UDP based
tunnel protocol implementation. The main ones are highlighted below.setup_udp_tunnel_sock() configures UDP listener socket for
receiving UDP encapsulated packets.udp_tunnel_xmit_skb() and upd_tunnel6_xmit_skb() transmit skb
using UDP encapsulation.udp_tunnel_sock_release() closes the UDP tunnel listener socket.
Signed-off-by: Andy Zhou
Signed-off-by: David S. Miller -
Add ip6_udp_tunnel.c for ipv6 UDP tunnel functions to avoid ifdefs
in udp_tunnel.cSigned-off-by: Andy Zhou
Signed-off-by: David S. Miller
15 Jul, 2014
1 commit
-
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
Signed-off-by: David S. Miller