From: Andy Zhou Date: Wed, 17 Sep 2014 00:31:17 +0000 (-0700) Subject: udp-tunnel: Add a few more UDP tunnel APIs X-Git-Tag: fixes-against-v3.18-rc2~81^2~37^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a93cc9052748c6355ec9d5b6c38b77f85f1cb0d;p=pandora-kernel.git udp-tunnel: Add a few more UDP tunnel APIs 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 --- Reading git-diff-tree failed