summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
3 daysxsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing
3 daysxsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing
3 daysxsk: avoid skb leak in XDP_TX_METADATA caseJason Xing
3 daysxsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing
3 daysxsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing
3 daysxsk: handle NULL dereference of the skb without frags issueJason Xing
3 daysxsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason Xing
3 daysxsk: reject sw-csum UMEM binding to IFF_TX_SKB_NO_LINEAR devicesJason Xing
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann
2026-04-09xsk: Extend xsk_rcv_check validationDaniel Borkmann
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-06xsk: validate MTU against usable frame size on bindMaciej Fijalkowski
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-04-06xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski
2026-03-17xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski
2026-03-16xsk: remove repeated definesMaciej Fijalkowski
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao
2026-02-24xsk: avoid double checking against rx queue being fullMaciej Fijalkowski
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-25xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin
2025-09-26xsk: wrap generic metadata handling onto separate functionMaciej Fijalkowski
2025-09-26xsk: remove @first_frag from xsk_build_skb()Maciej Fijalkowski
2025-09-26xsk: avoid overwriting skb fields for multi-buffer trafficMaciej Fijalkowski
2025-09-09xsk: Fix immature cq descriptor productionMaciej Fijalkowski