aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/xdp
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2-18/+79
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds2-8/+26
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-1/+1
2026-04-09net: remove the netif_get_rx_queue_lease_locked() helpersJakub Kicinski1-28/+49
2026-04-09Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'Jakub Kicinski1-14/+61
2026-04-09xsk: Proxy pool management for leased queuesDaniel Borkmann1-12/+35
2026-04-09xsk: 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-06xsk: validate MTU against usable frame size on bindMaciej Fijalkowski1-3/+25
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski1-0/+4
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski1-2/+2
2026-04-06xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski1-1/+2
2026-03-17xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski1-2/+2
2026-03-16xsk: remove repeated definesMaciej Fijalkowski1-7/+0
2026-03-08Merge 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-24xsk: 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-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-21Convert '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-20Revert "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-25xsk: 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-06xsk: Move NETDEV_XDP_ACT_ZC into generic headerDaniel Borkmann1-5/+1
2025-11-04net: 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
2025-09-26xsk: avoid overwriting skb fields for multi-buffer trafficMaciej Fijalkowski1-8/+9
2025-09-09xsk: Fix immature cq descriptor productionMaciej Fijalkowski2-14/+111
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing1-2/+19
2025-07-08net: xsk: update tx queue consumer immediately after transmissionJason Xing1-7/+10
2025-06-23net: remove sock_i_uid()Eric Dumazet1-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-05-21xsk: Bring back busy polling support in XDP_COPYSamiullah Khawaja1-1/+1
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-3/+4
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski2-3/+4
2025-04-09net: designate XSK pool pointers in queues as "ops protected"Jakub Kicinski1-1/+5