summaryrefslogtreecommitdiffstats
path: root/include/net/udp_tunnel.h
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-2/+2
* ipv6: add new arguments to udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-3/+4
* ipv6: remove "proto" argument from udp_tunnel6_dst_lookup()Beniamino Galvani2023-10-231-1/+1
* ipv6: rename and move ip6_dst_lookup_tunnel()Beniamino Galvani2023-10-231-0/+7
* ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-3/+5
* ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-1/+1
* ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-161-0/+6
* ipv6: mark address parameters of udp_tunnel6_xmit_skb() as constBeniamino Galvani2023-10-031-2/+3
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-6/+3
* net: Change the udp encap_err_rcv to allow use of {ip,ipv6}_icmp_error()David Howells2022-11-081-2/+2
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+4
* udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2021-02-041-2/+1
* udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-0/+8
* udp_tunnel: add the ability to share port tablesJakub Kicinski2020-09-281-0/+24
* udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski2020-08-031-0/+5
* ethtool: add tunnel info interfaceJakub Kicinski2020-07-101-0/+21
* udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-101-0/+137
* udp_tunnel: re-number the offload tunnel typesJakub Kicinski2020-07-101-3/+3
* net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-071-2/+0
* ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-291-1/+1
* udp_tunnel: add config option to bind to a deviceAlexis Bauvin2018-12-031-0/+1
* udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-081-0/+3
* udp: implement complete book-keeping for encap_neededPaolo Abeni2018-11-071-0/+6
* net: Convert GRO SKB handling to list_head.David Miller2018-06-261-3/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net: add infrastructure to un-offload UDP tunnel portSabrina Dubroca2017-07-241-0/+8
* 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