summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-261-6/+5Star
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-281-1/+24
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-5/+3Star
* net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-111-1/+1
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+2
* udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-251-6/+6
* ip: Move checksum convert defines to inetTom Herbert2015-01-061-1/+1
* udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-191-1/+52
* udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-191-64/+21Star
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-151-0/+100