index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starfive-6.6.63-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
zcrx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-27
Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+4
2025-06-25
io_uring: fix resource leak in io_import_dmabuf()
Penglei Jiang
1
-2
/
+4
2025-06-06
Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+4
2025-05-29
Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-1
/
+2
2025-05-27
io_uring/zcrx: fix area release on registration failure
Pavel Begunkov
1
-1
/
+2
2025-05-27
io_uring/zcrx: init id for xa_find
Pavel Begunkov
1
-1
/
+2
2025-05-13
net: devmem: Implement TX path
Mina Almasry
1
-1
/
+1
2025-05-13
netmem: add niov->type attribute to distinguish different net_iov types
Mina Almasry
1
-0
/
+1
2025-05-06
io_uring/zcrx: dmabuf backed zerocopy receive
Pavel Begunkov
1
-16
/
+147
2025-05-02
io_uring/zcrx: split common area map/unmap parts
Pavel Begunkov
1
-13
/
+29
2025-05-02
io_uring/zcrx: split out memory holders from area
Pavel Begunkov
1
-24
/
+47
2025-05-02
io_uring/zcrx: resolve netdev before area creation
Pavel Begunkov
1
-10
/
+11
2025-05-02
io_uring/zcrx: improve area validation
Pavel Begunkov
1
-4
/
+3
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
1
-23
/
+50
2025-04-21
io_uring/zcrx: move zcrx region to struct io_zcrx_ifq
Pavel Begunkov
1
-8
/
+12
2025-04-21
io_uring/zcrx: let zcrx choose region for mmaping
Pavel Begunkov
1
-0
/
+10
2025-04-21
io_uring/zcrx: move io_zcrx_iov_page
Pavel Begunkov
1
-14
/
+14
2025-04-21
io_uring/zcrx: remove duplicated freelist init
Pavel Begunkov
1
-3
/
+0
2025-04-18
io_uring/zcrx: fix late dma unmap for a dead dev
Pavel Begunkov
1
-4
/
+17
2025-04-15
io_uring/zcrx: add pp to ifq conversion helper
Pavel Begunkov
1
-4
/
+9
2025-04-15
io_uring/zcrx: return ifq id to the user
Pavel Begunkov
1
-1
/
+2
2025-04-07
io_uring/zcrx: separate niov number from pages
Pavel Begunkov
1
-9
/
+10
2025-04-01
io_uring/zcrx: return early from io_zcrx_recv_skb if readlen is 0
David Wei
1
-0
/
+8
2025-02-24
io_uring/zcrx: add a read limit to recvzc requests
David Wei
1
-4
/
+9
2025-02-20
io_uring/zcrx: fix leaks on failed registration
Pavel Begunkov
1
-1
/
+2
2025-02-19
io_uring/zcrx: recheck ifq on shutdown
Pavel Begunkov
1
-3
/
+3
2025-02-17
io_uring/zcrx: add copy fallback
Pavel Begunkov
1
-6
/
+114
2025-02-17
io_uring/zcrx: throttle receive requests
Pavel Begunkov
1
-0
/
+9
2025-02-17
io_uring/zcrx: set pp memory provider for an rx queue
David Wei
1
-8
/
+41
2025-02-17
io_uring/zcrx: add io_recvzc request
David Wei
1
-1
/
+189
2025-02-17
io_uring/zcrx: dma-map area for the device
Pavel Begunkov
1
-1
/
+81
2025-02-17
io_uring/zcrx: implement zerocopy receive pp memory provider
Pavel Begunkov
1
-0
/
+274
2025-02-17
io_uring/zcrx: grab a net device
Pavel Begunkov
1
-0
/
+28
2025-02-17
io_uring/zcrx: add io_zcrx_area
David Wei
1
-2
/
+87
2025-02-17
io_uring/zcrx: add interface queue and refill queue
David Wei
1
-0
/
+149