summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)Author
3 daystreewide: refresh kmalloc_obj() conversionsKees Cook
2026-08-20Merge tag 'for-7.3/io_uring-20260819' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-08-15io_uring/zcrx: add dynamic area provisioningPavel Begunkov
2026-08-15io_uring/zcrx: lock area creation with pp_lockPavel Begunkov
2026-08-15io_uring/zcrx: keep array of areasPavel Begunkov
2026-08-15io_uring/zcrx: move freelist lock to struct zcrxPavel Begunkov
2026-08-15io_uring/zcrx: unmap under netdev lockPavel Begunkov
2026-08-15io_uring/zcrx: split dmabuf unmap and releasePavel Begunkov
2026-08-15io_uring/zcrx: don't pass ifq_reg to area creationPavel Begunkov
2026-08-15io_uring/zcrx: add helper for deriving area tokenPavel Begunkov
2026-08-15io_uring/zcrx: don't reload skb_shinfoPavel Begunkov
2026-08-15io_urint/zcrx: narrow var scope in io_zcrx_recv_skb()Pavel Begunkov
2026-08-15io_uring/zcrx: constify area_reg on importPavel Begunkov
2026-08-15io_uring/zcrx: coalesce same-niov RQEs on refillPavel Begunkov
2026-08-15io_uring/zcrx: cache RQ tailPavel Begunkov
2026-08-15io_uring/zcrx: add RQ iteratorPavel Begunkov
2026-08-15io_uring/zcrx: move RQ head/tail to separate cache linesPavel Begunkov
2026-08-15io_uring/zcrx: scale refilling with large pagesPavel Begunkov
2026-07-30io_uring/zcrx: don't clear master_ctx from the import pathWoraphat Khiaodaeng
2026-07-24Merge tag 'io_uring-7.2-20260724' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-22io_uring/zcrx: rename notif to eventPavel Begunkov
2026-07-22io_uring/zcrx: rename ZCRX_NOTIF_NO_BUFFERSPavel Begunkov
2026-07-22io_uring/zcrx: drop "notif" from stats struct namesPavel Begunkov
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