summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)Author
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-06-15netdev: expose io_uring rx_page_order order via netlinkDragos Tatulea
2026-06-11io_uring/zcrx: kill dead 'sock' member in struct io_zcrx_argsJens Axboe
2026-05-26io_uring/zcrx: add shared-memory notification statisticsClément Léger
2026-05-26io_uring/zcrx: notify user on frag copy fallbackClément Léger
2026-05-26io_uring/zcrx: notify user when out of buffersPavel Begunkov
2026-05-26io_uring/zcrx: add ctx pointer to zcrxPavel Begunkov
2026-05-26io_uring/zcrx: reorder fd allocation in zcrx_export()Bertie Tryner
2026-05-26io_uring/zcrx: remove extra ifq closePavel Begunkov
2026-05-26io_uring/zcrx: poison pointers on unregistrationPavel Begunkov
2026-05-26io_uring/zcrx: make scrubbing more reliablePavel Begunkov
2026-04-29net: add net_iov_init() and use it to initialize ->page_typeJakub Kicinski
2026-04-21io_uring/zcrx: warn on freelist violationsPavel Begunkov
2026-04-21io_uring/zcrx: clear RQ headers on initPavel Begunkov
2026-04-21io_uring/zcrx: fix user_struct uafPavel Begunkov
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-09net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei
2026-04-09net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann
2026-04-02io_uring/zcrx: use correct mmap off constantsPavel Begunkov
2026-04-02io_uring/zcrx: use dma_len for chunk size calculationPavel Begunkov
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov
2026-04-01io_uring/zcrx: use guards for lockingPavel Begunkov
2026-04-01io_uring/zcrx: add a struct for refill queuePavel Begunkov
2026-04-01io_uring/zcrx: use better name for RQ regionPavel Begunkov
2026-04-01io_uring/zcrx: implement device-less mode for zcrxPavel Begunkov
2026-04-01io_uring/zcrx: extract netdev+area init into a helperPavel Begunkov
2026-04-01io_uring/zcrx: always dma map in advancePavel Begunkov
2026-04-01io_uring/zcrx: fully clean area on error in io_import_umem()Pavel Begunkov
2026-04-01io_uring/zcrx: return back two step unregistrationPavel Begunkov
2026-03-09io_uring/zcrx: declare some constants for queryPavel Begunkov
2026-03-06Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-04io_uring/zcrx: use READ_ONCE with user shared RQEsPavel Begunkov
2026-02-27io_uring/zcrx: don't set rx_page_size when not requestedJakub Kicinski
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-18io_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-15io_uring/zcrx: check unsupported flags on importPavel Begunkov