index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
xdp
/
xsk.c
Age
Commit message (
Expand
)
Author
2026-08-20
xsk: fix NULL pointer dereference in __xsk_rcv()
Cen Zhang (Microsoft)
2026-08-03
xsk: validate launch-time metadata size
Stanislav Fomichev
2026-08-03
xsk: clear metadata pointer when no timestamp is requested
Stanislav Fomichev
2026-07-24
xsk: reclaim invalid Tx descriptors in ZC batch path
Maciej Fijalkowski
2026-07-24
xsk: provide sufficient space in pool->tx_descs
Maciej Fijalkowski
2026-07-24
xsk: drain continuation descs after overflow in xsk_build_skb()
Jason Xing
2026-07-24
xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
Jason Xing
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2026-06-03
xsk: cache csum_start/csum_offset to fix TOCTOU in xsk_skb_metadata()
Jason Xing
2026-05-22
xdp: convert to getsockopt_iter
Breno Leitao
2026-05-05
xsk: fix u64 descriptor address truncation on 32-bit architectures
Jason Xing
2026-05-05
xsk: fix xsk_addrs slab leak on multi-buffer error path
Jason Xing
2026-05-05
xsk: avoid skb leak in XDP_TX_METADATA case
Jason Xing
2026-05-05
xsk: prevent CQ desync when freeing half-built skbs in xsk_build_skb()
Jason Xing
2026-05-05
xsk: fix use-after-free of xs->skb in xsk_build_skb() free_err path
Jason Xing
2026-05-05
xsk: handle NULL dereference of the skb without frags issue
Jason Xing
2026-05-05
xsk: free the skb when hitting the upper bound MAX_SKB_FRAGS
Jason Xing
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-14
Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Linus Torvalds
2026-04-09
net: remove the netif_get_rx_queue_lease_locked() helpers
Jakub Kicinski
2026-04-09
Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'
Jakub Kicinski
2026-04-09
xsk: Proxy pool management for leased queues
Daniel Borkmann
2026-04-09
xsk: Extend xsk_rcv_check validation
Daniel Borkmann
2026-04-06
xsk: respect tailroom for ZC setups
Maciej Fijalkowski
2026-03-17
xsk: use __xsk_rcv_zc_safe for ZC multi-buffer Rx processing
Maciej Fijalkowski
2026-03-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3
Alexei Starovoitov
2026-02-28
xsk: Fix zero-copy AF_XDP fragment drop
Nikhil P. Rao
2026-02-28
xsk: Fix fragment node deletion to prevent buffer leak
Nikhil P. Rao
2026-02-24
xsk: avoid double checking against rx queue being full
Maciej Fijalkowski
2026-01-20
Revert "Merge branch 'netkit-support-for-io_uring-zero-copy-and-af_xdp'"
Jakub Kicinski
2026-01-20
xsk: Proxy pool management for leased queues
Daniel Borkmann
2026-01-20
xsk: Extend xsk_rcv_check validation
Daniel Borkmann
2026-01-20
net: Implement netdev_nl_queue_create_doit
Daniel Borkmann
2026-01-15
xsk: move cq_cached_prod_lock to avoid touching a cacheline in sending path
Jason Xing
2026-01-15
xsk: advance cq/fq check when shared umem is used
Jason Xing
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2025-11-25
xsk: avoid data corruption on cq descriptor number
Fernando Fernandez Mancera
2025-11-11
xsk: add indirect call for xsk_destruct_skb
Jason Xing
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2025-11-04
xsk: use a smaller new lock for shared pool case
Jason Xing
2025-09-26
xsk: wrap generic metadata handling onto separate function
Maciej Fijalkowski
2025-09-26
xsk: remove @first_frag from xsk_build_skb()
Maciej Fijalkowski
2025-09-26
xsk: avoid overwriting skb fields for multi-buffer traffic
Maciej Fijalkowski
2025-09-09
xsk: Fix immature cq descriptor production
Maciej Fijalkowski
2025-07-10
net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockopt
Jason Xing
2025-07-08
net: xsk: update tx queue consumer immediately after transmission
Jason Xing
2025-05-21
xsk: Bring back busy polling support in XDP_COPY
Samiullah Khawaja
2025-04-24
xsk: Fix race condition in AF_XDP generic RX path
e.kubanski
2025-04-02
xsk: Fix __xsk_generic_xmit() error code when cq is full
Wang Liang
2025-03-08
net: move misc netdev_lock flavors to a separate header
Jakub Kicinski
[next]