aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/udp_tunnel.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-10-23ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani1-3/+4
2023-10-23ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani1-1/+1
2023-10-23ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani1-0/+7
2023-10-16ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani1-3/+5
2023-10-16ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani1-1/+1
2023-10-16ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani1-0/+6
2023-10-03ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani1-2/+3
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet1-6/+3
2022-11-08net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells1-2/+2
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells1-0/+4
2021-02-04udp: call udp_encap_enable for v6 sockets when enabling encapXin Long1-2/+1
2021-01-07udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski1-0/+8
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-0/+24
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-0/+5
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+21
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-0/+137
2020-07-10udp_tunnel: re-number the offload tunnel typesJakub Kicinski1-3/+3
2020-05-07net: bareudp: avoid uninitialized variable warningArnd Bergmann1-2/+0
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