summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)Author
2025-11-13io_uring/zcrx: share an ifq between ringsDavid Wei
2025-11-13io_uring/zcrx: add io_fill_zcrx_offsets()David Wei
2025-11-13io_uring/zcrx: export zcrx via a filePavel Begunkov
2025-11-13io_uring/zcrx: move io_zcrx_scrub() and dependencies upDavid Wei
2025-11-13io_uring/zcrx: count zcrx usersPavel Begunkov
2025-11-13io_uring/zcrx: add sync refill queue flushingPavel Begunkov
2025-11-13io_uring/zcrx: introduce IORING_REGISTER_ZCRX_CTRLPavel Begunkov
2025-11-13io_uring/zcrx: use folio_nr_pages() instead of shift operationPedro Demarchi Gomes
2025-11-13io_uring/zcrx: convert to use netmem_descPavel Begunkov
2025-11-13Merge branch 'io_uring-6.18' into for-6.19/io_uringJens Axboe
2025-11-11io_uring/zcrx: call netdev_queue_get_dma_dev() under instance lockDavid Wei
2025-11-06io_uring/zcrx: reverse ifq refcountDavid Wei
2025-11-06io_uring/zcrx: move io_unregister_zcrx_ifqs() downDavid Wei
2025-11-06io_uring/zcrx: add user_struct and mm_struct to io_zcrx_ifqDavid Wei
2025-11-06io_uring/zcrx: add io_zcrx_ifq arg to io_zcrx_free_area()David Wei
2025-11-06io_uring/rsrc: refactor io_{un}account_mem() to take {user,mm}_struct paramDavid Wei
2025-11-06io_uring/memmap: refactor io_free_region() to take user_struct paramDavid Wei
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov
2025-10-08io_uring/zcrx: increment fallback loop src offsetPavel Begunkov
2025-10-08io_uring/zcrx: fix overshooting recv limitPavel Begunkov
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-09-21io_uring/zcrx: remove nth_page() usage within folioDavid Hildenbrand
2025-09-16io_uring/zcrx: account niov arrays to cgroupPavel Begunkov
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov
2025-09-16io_uring/zcrx: introduce io_parse_rqe()Pavel Begunkov
2025-09-16io_uring/zcrx: don't adjust free cache spacePavel Begunkov
2025-09-16io_uring/zcrx: use guards for the refill lockPavel Begunkov
2025-09-16io_uring/zcrx: reduce netmem scope in refillPavel Begunkov
2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov
2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov
2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov
2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov
2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov
2025-09-16io_uring/zcrx: deduplicate area mappingPavel Begunkov
2025-09-16io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()Pavel Begunkov
2025-09-16io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov
2025-09-16io_uring/zcrx: move area reg checks into io_import_areaPavel Begunkov
2025-09-16io_uring/zcrx: don't pass slot to io_zcrx_create_areaPavel Begunkov
2025-09-16io_uring/zcrx: remove extra io_zcrx_drop_netdevPavel Begunkov
2025-09-16io_uring/zcrx: use page_pool_unref_and_test()Pavel Begunkov
2025-09-16io_uring/zcrx: replace memchar_inv with is_zeroPavel Begunkov
2025-09-16io_uring/zcrx: improve rqe cache alignmentPavel Begunkov
2025-09-15io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULLFeng Zhou
2025-08-28io_uring/zcrx: add support for custom DMA devicesDragos Tatulea
2025-08-27io_uring/zcrx: add support for IORING_SETUP_CQE_MIXEDJens Axboe
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov