summaryrefslogtreecommitdiff
path: root/io_uring/zcrx.c
AgeCommit message (Expand)Author
4 daysMerge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
11 daysio_uring/zcrx: fix leaking pages on sg init failPavel Begunkov
11 daysio_uring/zcrx: don't leak pages on account failurePavel Begunkov
11 daysio_uring/zcrx: fix null ifq on area destructionPavel Begunkov
14 daysMerge 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
2025-05-13netmem: add niov->type attribute to distinguish different net_iov typesMina Almasry
2025-05-06io_uring/zcrx: dmabuf backed zerocopy receivePavel Begunkov
2025-05-02io_uring/zcrx: split common area map/unmap partsPavel Begunkov
2025-05-02io_uring/zcrx: split out memory holders from areaPavel Begunkov
2025-05-02io_uring/zcrx: resolve netdev before area creationPavel Begunkov
2025-05-02io_uring/zcrx: improve area validationPavel Begunkov
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov
2025-04-21io_uring/zcrx: move zcrx region to struct io_zcrx_ifqPavel Begunkov
2025-04-21io_uring/zcrx: let zcrx choose region for mmapingPavel Begunkov
2025-04-21io_uring/zcrx: move io_zcrx_iov_pagePavel Begunkov
2025-04-21io_uring/zcrx: remove duplicated freelist initPavel Begunkov
2025-04-18io_uring/zcrx: fix late dma unmap for a dead devPavel Begunkov
2025-04-15io_uring/zcrx: add pp to ifq conversion helperPavel Begunkov
2025-04-15io_uring/zcrx: return ifq id to the userPavel Begunkov
2025-04-07io_uring/zcrx: separate niov number from pagesPavel Begunkov
2025-04-01io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0David Wei
2025-02-24io_uring/zcrx: add a read limit to recvzc requestsDavid Wei
2025-02-19io_uring/zcrx: fix leaks on failed registrationPavel Begunkov
2025-02-19io_uring/zcrx: recheck ifq on shutdownPavel Begunkov
2025-02-17io_uring/zcrx: add copy fallbackPavel Begunkov
2025-02-17io_uring/zcrx: throttle receive requestsPavel Begunkov
2025-02-17io_uring/zcrx: set pp memory provider for an rx queueDavid Wei
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei
2025-02-17io_uring/zcrx: dma-map area for the devicePavel Begunkov
2025-02-17io_uring/zcrx: implement zerocopy receive pp memory providerPavel Begunkov
2025-02-17io_uring/zcrx: grab a net devicePavel Begunkov
2025-02-17io_uring/zcrx: add io_zcrx_areaDavid Wei