summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)AuthorFilesLines
2026-05-10Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+4
2026-05-10xskmap: reject TX-only AF_XDP socketsLinpu Yu1-0/+4
2026-05-06xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing1-32/+56
2026-05-06xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing1-2/+2
2026-05-06xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing1-1/+3
2026-05-06xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing1-3/+2
2026-05-06xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing1-1/+1
2026-05-06xsk: handle NULL dereference of the skb without frags issueJason Xing1-3/+8
2026-05-06xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing1-1/+4
2026-05-06xsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing1-0/+3
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-18/+79
2026-04-15Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds2-8/+26
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-04-10net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski1-28/+49
2026-04-10Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski1-14/+61
2026-04-10xsk: Proxy pool management for leased queuesDaniel Borkmann1-12/+35
2026-04-10xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-6/+33
2026-04-07xsk: validate MTU against usable frame size on bindMaciej Fijalkowski1-3/+25
2026-04-07xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski1-0/+4
2026-04-07xsk: respect tailroom for ZC setupsMaciej Fijalkowski1-2/+2
2026-04-07xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski1-1/+2
2026-03-18xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski1-2/+2
2026-03-17xsk: remove repeated definesMaciej Fijalkowski1-7/+0
2026-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov1-10/+16
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-1/+1
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao1-9/+15
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao1-1/+1
2026-02-25xsk: avoid double checking against rx queue being fullMaciej Fijalkowski2-6/+24
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-10/+13
2026-01-21Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski1-62/+17
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann1-13/+35
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann1-3/+26
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann1-1/+1
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing3-5/+10
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing2-4/+7
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-55/+88
2025-11-26xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera1-55/+88
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing1-1/+2
2025-11-07xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann1-5/+1
2025-11-05net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook1-1/+1
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing2-10/+8
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing1-8/+4
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin1-10/+35
2025-09-26xsk: wrap generic metadata handling onto separate functionMaciej Fijalkowski1-39/+53
2025-09-26xsk: remove @first_frag from xsk_build_skb()Maciej Fijalkowski1-5/+3