summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)Author
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
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-16io_uring/zcrx: account area memoryPavel Begunkov
2025-07-14io_uring/zcrx: disallow user selected dmabuf offset and sizePavel Begunkov
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-08io_uring/zcrx: prepare fallback for larger pagesPavel Begunkov
2025-07-08io_uring/zcrx: assert area type in io_zcrx_iov_pagePavel Begunkov
2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov
2025-07-08io_uring/zcrx: introduce io_populate_area_dmaPavel Begunkov
2025-07-08io_uring/zcrx: return error from io_zcrx_map_area_*Pavel Begunkov
2025-07-08io_uring/zcrx: always pass page to io_zcrx_copy_chunkPavel Begunkov
2025-07-07io_uring/zcrx: fix pp destruction warningsPavel Begunkov
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe
2025-06-27Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-25io_uring: fix resource leak in io_import_dmabuf()Penglei Jiang
2025-06-06Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27io_uring/zcrx: fix area release on registration failurePavel Begunkov
2025-05-27io_uring/zcrx: init id for xa_findPavel Begunkov
2025-05-13net: devmem: Implement TX pathMina Almasry