summaryrefslogtreecommitdiffstats
path: root/include/net/udp_tunnel.h
Commit message (Expand)AuthorAgeFilesLines
* vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck2016-06-171-0/+1
* net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck2016-06-171-0/+6
* net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck2016-06-171-0/+33
* vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck2016-06-171-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-091-9/+0
|\
| * udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-061-9/+0
* | ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck2016-04-161-2/+1
* | udp: Add socket based GRO and configTom Herbert2016-04-071-0/+7
|/
* ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann2016-03-111-2/+2
* net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-121-2/+1
* net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree2016-02-121-1/+2
* ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar2015-12-251-4/+4
* vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc2015-08-291-1/+2
* tunnel: introduce udp_tun_rx_dst()Pravin B Shelar2015-08-271-0/+4
* udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller2015-04-071-2/+3
* udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2015-01-241-8/+8
* udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross2014-11-101-0/+9
* udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou2014-09-191-0/+57
* udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou2014-09-191-2/+26
* udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-141-0/+32