summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)AuthorFilesLines
10 daysio_uring/zcrx: warn on freelist violationsPavel Begunkov1-0/+2
10 daysio_uring/zcrx: clear RQ headers on initPavel Begunkov1-0/+1
10 daysio_uring/zcrx: fix user_struct uafPavel Begunkov1-1/+1
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-4/+7
2026-04-10net: Proxy netdev_queue_get_dma_dev for leased queuesDavid Wei1-1/+2
2026-04-10net: Slightly simplify net_mp_{open,close}_rxqDaniel Borkmann1-3/+6
2026-04-02io_uring/zcrx: use correct mmap off constantsPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: use dma_len for chunk size calculationPavel Begunkov1-1/+1
2026-04-02io_uring/zcrx: don't clear not allocated niovsPavel Begunkov1-2/+4
2026-04-01io_uring/zcrx: don't use mark0 for allocating xarrayPavel Begunkov1-2/+2
2026-04-01io_uring: cast id to u64 before shifting in io_allocate_rbuf_ring()Anas Iqbal1-1/+1
2026-04-01io_uring/zcrx: reject REG_NODEV with large rx_buf_sizePavel Begunkov1-1/+3
2026-04-01io_uring/zcrx: rename zcrx [un]register functionsPavel Begunkov1-3/+3
2026-04-01io_uring/zcrx: check ctrl op payload struct sizesPavel Begunkov1-0/+2
2026-04-01io_uring/zcrx: cache fallback availability in zcrx ctxPavel Begunkov1-1/+8
2026-04-01io_uring/zcrx: warn on a repeated area appendPavel Begunkov1-1/+1
2026-04-01io_uring/zcrx: consolidate dma syncingPavel Begunkov1-11/+12
2026-04-01io_uring/zcrx: netmem array as refiling formatPavel Begunkov1-15/+25
2026-04-01io_uring/zcrx: warn on alloc with non-empty pp cachePavel Begunkov1-2/+2
2026-04-01io_uring/zcrx: move count check into zcrx_get_free_niovPavel Begunkov1-17/+21
2026-04-01io_uring/zcrx: use guards for lockingPavel Begunkov1-8/+7
2026-04-01io_uring/zcrx: add a struct for refill queuePavel Begunkov1-26/+28
2026-04-01io_uring/zcrx: use better name for RQ regionPavel Begunkov1-4/+4
2026-04-01io_uring/zcrx: implement device-less mode for zcrxPavel Begunkov1-14/+27
2026-04-01io_uring/zcrx: extract netdev+area init into a helperPavel Begunkov1-29/+43
2026-04-01io_uring/zcrx: always dma map in advancePavel Begunkov1-29/+15
2026-04-01io_uring/zcrx: fully clean area on error in io_import_umem()Pavel Begunkov1-6/+10
2026-04-01io_uring/zcrx: return back two step unregistrationPavel Begunkov1-3/+43
2026-03-09io_uring/zcrx: declare some constants for queryPavel Begunkov1-1/+3
2026-03-06Merge tag 'io_uring-7.0-20260305' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2026-03-04io_uring/zcrx: use READ_ONCE with user shared RQEsPavel Begunkov1-2/+3
2026-02-27io_uring/zcrx: don't set rx_page_size when not requestedJakub Kicinski1-1/+2
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21Merge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-5/+5
2026-02-18io_uring/zcrx: fix user_ref race between scrub and refill pathsKai Aizen1-3/+7
2026-02-17Merge tag 'io_uring-7.0-20260216' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-7/+9
2026-02-16io_uring/zcrx: check unsupported flags on importPavel Begunkov1-0/+2
2026-02-15io_uring/zcrx: fix post open error handlingPavel Begunkov1-6/+3
2026-02-15io_uring/zcrx: fix sgtable leak on mapping failuresPavel Begunkov1-0/+3
2026-02-13Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds1-5/+33
2026-02-10io_uring/zcrx: improve types for size calculationPavel Begunkov1-1/+1
2026-02-02io_uring/zcrx: fix rq flush lockingPavel Begunkov1-4/+4
2026-02-02io_uring/zcrx: fix page array leakPavel Begunkov1-0/+1
2026-01-24io_uring/zcrx: implement large rx buffer supportPavel Begunkov1-5/+33
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei1-2/+61
2025-11-13io_uring/zcrx: add io_fill_zcrx_offsets()David Wei1-4/+9
2025-11-13io_uring/zcrx: export zcrx via a filePavel Begunkov1-6/+62
2025-11-13io_uring/zcrx: move io_zcrx_scrub() and dependencies upDavid Wei1-42/+42
2025-11-13io_uring/zcrx: count zcrx usersPavel Begunkov1-2/+5