summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck2016-06-171-65/+14
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-0/+10
* net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-171-0/+102
* udp: Add socket based GRO and configTom Herbert2016-04-071-0/+2
* tunnel: Clear IPCB(skb)->opt before dst_link_failure calledBernie Harris2016-02-231-0/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-6/+5
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-271-1/+24
* net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-111-5/+3
* 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-241-6/+6
* ip: Move checksum convert defines to inetTom Herbert2015-01-051-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/+21
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-141-0/+100