summaryrefslogtreecommitdiff
path: root/net/xdp
AgeCommit message (Expand)Author
4 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
4 daysMerge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds
6 daysMerge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
9 daysnet: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski
9 daysMerge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski
9 daysxsk: Proxy pool management for leased queuesDaniel Borkmann
9 daysxsk: Extend xsk_rcv_check validationDaniel Borkmann
9 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
12 daysxsk: validate MTU against usable frame size on bindMaciej Fijalkowski
12 daysxsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski
12 daysxsk: respect tailroom for ZC setupsMaciej Fijalkowski
12 daysxsk: 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
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-21xsk: Bring back busy polling support in XDP_COPYSamiullah Khawaja
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski