summaryrefslogtreecommitdiffstats
path: root/net/xdp
AgeCommit message (Expand)AuthorLines
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-18/+79
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds-8/+26
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-1/+1
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski-28/+49
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski-14/+61
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann-12/+35
2026-04-09xsk: Extend xsk_rcv_check validationDaniel Borkmann-3/+26
2026-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+33
2026-04-06xsk: validate MTU against usable frame size on bindMaciej Fijalkowski-3/+25
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski-0/+4
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski-2/+2
2026-04-06xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski-1/+2
2026-03-17xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski-2/+2
2026-03-16xsk: remove repeated definesMaciej Fijalkowski-7/+0
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov-10/+16
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton-1/+1
2026-02-28xsk: Fix zero-copy AF_XDP fragment dropNikhil P. Rao-9/+15
2026-02-28xsk: Fix fragment node deletion to prevent buffer leakNikhil P. Rao-1/+1
2026-02-24xsk: avoid double checking against rx queue being fullMaciej Fijalkowski-6/+24
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-10/+13
2026-01-20Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"Jakub Kicinski-62/+17
2026-01-20xsk: Proxy pool management for leased queuesDaniel Borkmann-13/+35
2026-01-20xsk: Extend xsk_rcv_check validationDaniel Borkmann-3/+26
2026-01-20net: Implement netdev_nl_queue_create_doitDaniel Borkmann-1/+1
2026-01-15xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending pathJason Xing-5/+10
2026-01-15xsk: advance cq/fq check when shared umem is usedJason Xing-4/+7
2025-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-55/+88
2025-11-25xsk: avoid data corruption on cq descriptor numberFernando Fernandez Mancera-55/+88
2025-11-11xsk: add indirect call for xsk_destruct_skbJason Xing-1/+2
2025-11-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann-5/+1
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-1/+1
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing-10/+8
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing-8/+4
2025-10-10xsk: Harden userspace-supplied xdp_desc validationAlexander Lobakin-10/+35
2025-09-26xsk: wrap generic metadata handling onto separate functionMaciej Fijalkowski-39/+53
2025-09-26xsk: remove @first_frag from xsk_build_skb()Maciej Fijalkowski-5/+3
2025-09-26xsk: avoid overwriting skb fields for multi-buffer trafficMaciej Fijalkowski-8/+9
2025-09-09xsk: Fix immature cq descriptor productionMaciej Fijalkowski-14/+111
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing-2/+19
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing-7/+10
2025-06-23net: remove sock_i_uid()Eric Dumazet-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2025-05-21xsk: Bring back busy polling support in XDP_COPYSamiullah Khawaja-1/+1
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+4
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski-3/+4
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski-1/+5