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
5 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
2026-08-20
Merge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-08-15
io_uring/zcrx: add dynamic area provisioning
Pavel Begunkov
2026-08-15
io_uring/zcrx: lock area creation with pp_lock
Pavel Begunkov
2026-08-15
io_uring/zcrx: keep array of areas
Pavel Begunkov
2026-08-15
io_uring/zcrx: move freelist lock to struct zcrx
Pavel Begunkov
2026-08-15
io_uring/zcrx: unmap under netdev lock
Pavel Begunkov
2026-08-15
io_uring/zcrx: split dmabuf unmap and release
Pavel Begunkov
2026-08-15
io_uring/zcrx: don't pass ifq_reg to area creation
Pavel Begunkov
2026-08-15
io_uring/zcrx: add helper for deriving area token
Pavel Begunkov
2026-08-15
io_uring/zcrx: don't reload skb_shinfo
Pavel Begunkov
2026-08-15
io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()
Pavel Begunkov
2026-08-15
io_uring/zcrx: constify area_reg on import
Pavel Begunkov
2026-08-15
io_uring/zcrx: coalesce same-niov RQEs on refill
Pavel Begunkov
2026-08-15
io_uring/zcrx: cache RQ tail
Pavel Begunkov
2026-08-15
io_uring/zcrx: add RQ iterator
Pavel Begunkov
2026-08-15
io_uring/zcrx: move RQ head/tail to separate cache lines
Pavel Begunkov
2026-08-15
io_uring/zcrx: scale refilling with large pages
Pavel Begunkov
2026-07-30
io_uring/zcrx: don't clear master_ctx from the import path
Woraphat Khiaodaeng
2026-07-24
Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2026-07-22
io_uring/zcrx: rename notif to event
Pavel Begunkov
2026-07-22
io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERS
Pavel Begunkov
2026-07-22
io_uring/zcrx: drop "notif" from stats struct names
Pavel Begunkov
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
[next]