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
/
io_uring
/
zcrx.c
Age
Commit message (
Expand
)
Author
2026-06-17
Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-06-15
netdev: expose io_uring rx_page_order order via netlink
Dragos Tatulea
2026-06-11
io_uring/zcrx: kill dead 'sock' member in struct io_zcrx_args
Jens Axboe
2026-05-26
io_uring/zcrx: add shared-memory notification statistics
Clément Léger
2026-05-26
io_uring/zcrx: notify user on frag copy fallback
Clément Léger
2026-05-26
io_uring/zcrx: notify user when out of buffers
Pavel Begunkov
2026-05-26
io_uring/zcrx: add ctx pointer to zcrx
Pavel Begunkov
2026-05-26
io_uring/zcrx: reorder fd allocation in zcrx_export()
Bertie Tryner
2026-05-26
io_uring/zcrx: remove extra ifq close
Pavel Begunkov
2026-05-26
io_uring/zcrx: poison pointers on unregistration
Pavel Begunkov
2026-05-26
io_uring/zcrx: make scrubbing more reliable
Pavel Begunkov
2026-04-29
net: add net_iov_init() and use it to initialize ->page_type
Jakub Kicinski
2026-04-21
io_uring/zcrx: warn on freelist violations
Pavel Begunkov
2026-04-21
io_uring/zcrx: clear RQ headers on init
Pavel Begunkov
2026-04-21
io_uring/zcrx: fix user_struct uaf
Pavel Begunkov
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2026-04-09
net: Proxy netdev_queue_get_dma_dev for leased queues
David Wei
2026-04-09
net: Slightly simplify net_mp_{open,close}_rxq
Daniel Borkmann
2026-04-02
io_uring/zcrx: use correct mmap off constants
Pavel Begunkov
2026-04-02
io_uring/zcrx: use dma_len for chunk size calculation
Pavel Begunkov
2026-04-02
io_uring/zcrx: don't clear not allocated niovs
Pavel Begunkov
2026-04-01
io_uring/zcrx: don't use mark0 for allocating xarray
Pavel Begunkov
2026-04-01
io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()
Anas Iqbal
2026-04-01
io_uring/zcrx: reject REG_NODEV with large rx_buf_size
Pavel Begunkov
2026-04-01
io_uring/zcrx: rename zcrx [un]register functions
Pavel Begunkov
2026-04-01
io_uring/zcrx: check ctrl op payload struct sizes
Pavel Begunkov
2026-04-01
io_uring/zcrx: cache fallback availability in zcrx ctx
Pavel Begunkov
2026-04-01
io_uring/zcrx: warn on a repeated area append
Pavel Begunkov
2026-04-01
io_uring/zcrx: consolidate dma syncing
Pavel Begunkov
2026-04-01
io_uring/zcrx: netmem array as refiling format
Pavel Begunkov
2026-04-01
io_uring/zcrx: warn on alloc with non-empty pp cache
Pavel Begunkov
2026-04-01
io_uring/zcrx: move count check into zcrx_get_free_niov
Pavel Begunkov
2026-04-01
io_uring/zcrx: use guards for locking
Pavel Begunkov
2026-04-01
io_uring/zcrx: add a struct for refill queue
Pavel Begunkov
2026-04-01
io_uring/zcrx: use better name for RQ region
Pavel Begunkov
2026-04-01
io_uring/zcrx: implement device-less mode for zcrx
Pavel Begunkov
2026-04-01
io_uring/zcrx: extract netdev+area init into a helper
Pavel Begunkov
2026-04-01
io_uring/zcrx: always dma map in advance
Pavel Begunkov
2026-04-01
io_uring/zcrx: fully clean area on error in io_import_umem()
Pavel Begunkov
2026-04-01
io_uring/zcrx: return back two step unregistration
Pavel Begunkov
2026-03-09
io_uring/zcrx: declare some constants for query
Pavel Begunkov
2026-03-06
Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-03-04
io_uring/zcrx: use READ_ONCE with user shared RQEs
Pavel Begunkov
2026-02-27
io_uring/zcrx: don't set rx_page_size when not requested
Jakub Kicinski
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-02-18
io_uring/zcrx: fix user_ref race between scrub and refill paths
Kai Aizen
2026-02-17
Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-02-15
io_uring/zcrx: check unsupported flags on import
Pavel Begunkov
[next]