summaryrefslogtreecommitdiffstats
path: root/net/ipv4/udp_tunnel_core.c
Commit message (Expand)AuthorAgeFilesLines
* ip_tunnel: convert __be16 tunnel flags to bitmapsAlexander Lobakin2024-04-011-2/+3
* net: fill in MODULE_DESCRIPTION()s for ipv4 modulesBreno Leitao2024-02-091-0/+1
* ipv4: use tunnel flow flags for tunnel route lookupsBeniamino Galvani2023-10-161-0/+1
* ipv4: add new arguments to udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-13/+13
* ipv4: remove "proto" argument from udp_tunnel_dst_lookup()Beniamino Galvani2023-10-161-2/+2
* ipv4: rename and move ip_route_output_tunnel()Beniamino Galvani2023-10-161-0/+48
* udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-1/+1
* inet: move inet->mc_loop to inet->inet_fragsEric Dumazet2023-08-161-1/+1
* net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
* rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-011-0/+1
* net/ipv4/udp_tunnel_core.c: remove superfluous header files from udp_tunnel_c...Mianhan Liu2021-09-211-3/+0
* udp_tunnel: reshuffle NETIF_F_RX_UDP_TUNNEL_PORT checksJakub Kicinski2021-01-071-10/+0
* udp_tunnel: hard-wire NDOs to udp_tunnel_nic_*_port() helpersJakub Kicinski2021-01-071-12/+6
* udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski2020-07-101-0/+224