summaryrefslogtreecommitdiff
path: root/net/xdp/xsk.c
AgeCommit message (Expand)Author
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-03xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()Jason Xing
2026-05-22xdp: convert to getsockopt_iterBreno Leitao
2026-05-05xsk: fix u64 descriptor address truncation on 32-bit architecturesJason Xing
2026-05-05xsk: fix xsk_addrs slab leak on multi-buffer error pathJason Xing
2026-05-05xsk: avoid skb leak in XDP_TX_METADATA caseJason Xing
2026-05-05xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()Jason Xing
2026-05-05xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err pathJason Xing
2026-05-05xsk: handle NULL dereference of the skb without frags issueJason Xing
2026-05-05xsk: free the skb when hitting the upper bound MAX_SKB_FRAGSJason 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-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-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski
2026-03-17xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processingMaciej Fijalkowski
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov
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-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-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-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-05-21xsk: Bring back busy polling support in XDP_COPYSamiullah Khawaja
2025-04-24xsk: Fix race condition in AF_XDP generic RX pathe.kubanski
2025-04-02xsk: Fix __xsk_generic_xmit() error code when cq is fullWang Liang
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski
2025-03-06net: hold netdev instance lock during ndo_bpfStanislav Fomichev
2025-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2025-02-20xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang
2025-02-17net: use napi_id_valid helperStefano Jordhani
2025-01-10xsk: Bring back busy polling supportStanislav Fomichev
2024-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2024-11-15xsk: Free skb when TX metadata options are invalidFelix Maurer