summaryrefslogtreecommitdiff
path: root/net/ipv4/fou_core.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2026-07-28fou: Fix use-after-free in fou_create()Xuanqiang Luo1-1/+1
2026-07-22udp: Support BIG TCP GSO packets where they can occurAlice Mikityanska1-1/+1
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska1-1/+1
2026-05-05fou: Store struct sock in struct fou.Kuniyuki Iwashima1-7/+7
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-1/+1
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima1-5/+2
2026-03-17fou: Remove IPPROTO_UDPLITE check in gue_err() and gue6_err().Kuniyuki Iwashima1-2/+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-1/+1
2026-01-17gue: Fix skb memleak with inner IP protocol 0.Kuniyuki Iwashima1-0/+3
2025-09-25net: gro: remove is_ipv6 from napi_gro_cbRichard Gobert1-18/+14
2024-09-09fou: fix initialization of grcMuhammad Usama Anjum1-2/+2
2024-09-04fou: Fix null-ptr-deref in GRO.Kuniyuki Iwashima1-5/+24
2024-06-17fou: remove warn in gue_gro_receive on unsupported protocolWillem de Bruijn1-1/+1
2024-03-05net: gro: rename skb_gro_header_hard()Eric Dumazet1-1/+1
2023-04-12bpf,fou: Add bpf_skb_{set,get}_fou_encap kfuncsChristian Ehrig1-0/+5
2023-01-24net: fou: use policy and operation tables generated from the specJakub Kicinski1-40/+7
2023-01-24net: fou: rename the source for linkingJakub Kicinski1-0/+1294