aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/udp_tunnel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2018-12-03udp_tunnel: add config option to bind to a deviceAlexis Bauvin1-0/+1
2018-11-08udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio1-0/+3
2018-11-07udp: implement complete book-keeping for encap_neededPaolo Abeni1-0/+6
2018-06-26net: Convert GRO SKB handling to list_head.David Miller1-3/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-24net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca1-0/+8
2016-06-17vxlan: Add new UDP encapsulation offload type for VXLAN-GPEAlexander Duyck1-0/+1
2016-06-17net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-0/+6
2016-06-17net: Combine GENEVE and VXLAN port notifiers into single functionsAlexander Duyck1-0/+33
2016-06-17vxlan/geneve: Include udp_tunnel.h in vxlan/geneve.h and fixup includesAlexander Duyck1-0/+2
2016-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+0
2016-05-06udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme1-9/+0
2016-04-16ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skbAlexander Duyck1-2/+1
2016-04-07udp: Add socket based GRO and configTom Herbert1-0/+7
2016-03-11ip_tunnel: add support for setting flow label via collect metadataDaniel Borkmann1-2/+2
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree1-2/+1
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree1-1/+2
2015-12-25ip_tunnel: Move stats update to iptunnel_xmit()Pravin B Shelar1-4/+4
2015-08-29vxlan: do not receive IPv4 packets on IPv6 socketJiri Benc1-1/+2
2015-08-27tunnel: introduce udp_tun_rx_dst()Pravin B Shelar1-0/+4
2015-04-07udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb().David Miller1-2/+3
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert1-8/+8
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+9
2014-09-19udp-tunnel: Add a few more UDP tunnel APIsAndy Zhou1-0/+57
2014-09-19udp_tunnel: Seperate ipv6 functions into its own file.Andy Zhou1-2/+26
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert1-0/+32