summaryrefslogtreecommitdiff
path: root/net/ipv4/udp_tunnel_nic.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-28net: udp_tunnel: fix memory leak in udp_tunnel_nic_unregister()Eric Dumazet1-15/+17
2026-06-25net: udp_tunnel: prevent double queueing in udp_tunnel_nic_device_syncEric Dumazet1-1/+1
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-2/+1
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+5
2025-09-11udp_tunnel: use netdev_warn() instead of netdev_WARN()Alok Tiwari1-1/+1
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev1-18/+60
2023-10-03udp_tunnel: Use flex array to simplify codeChristophe JAILLET1-9/+2
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-02-23udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister()Dan Carpenter1-1/+1
2021-09-13udp_tunnel: Fix udp_tunnel_nic work-queue typeAya Levin1-1/+1
2020-09-28udp_tunnel: add the ability to share port tablesJakub Kicinski1-10/+86
2020-08-03udp_tunnel: add the ability to hard-code IANA VXLANJakub Kicinski1-0/+7
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski1-0/+69
2020-07-10udp_tunnel: add central NIC RX port offload infrastructureJakub Kicinski1-0/+821