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_multi_rtos
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
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-03-31
io_uring/net: avoid import_ubuf for regvec send
Pavel Begunkov
1
-0
/
+2
2025-03-29
io_uring/net: import zc ubuf earlier
Pavel Begunkov
1
-28
/
+16
2025-03-29
io_uring/net: set sg_from_iter in advance
Pavel Begunkov
1
-10
/
+15
2025-03-29
io_uring/net: clusterise send vs msghdr branches
Pavel Begunkov
1
-11
/
+4
2025-03-29
io_uring/net: unify sendmsg setup with zc
Pavel Begunkov
1
-22
/
+6
2025-03-29
io_uring/net: combine sendzc flags writes
Pavel Begunkov
1
-2
/
+1
2025-03-29
io_uring/net: open code io_net_vec_assign()
Pavel Begunkov
1
-11
/
+5
2025-03-29
io_uring/net: open code io_sendmsg_copy_hdr()
Pavel Begunkov
1
-20
/
+10
2025-03-29
io_uring/net: account memory for zc sendmsg
Pavel Begunkov
1
-1
/
+11
2025-03-29
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
1
-117
/
+118
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
1
-0
/
+84
2025-03-27
io_uring/net: fix io_req_post_cqe abuse by send bundle
Pavel Begunkov
1
-0
/
+1
2025-03-27
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-143
/
+114
2025-03-26
io_uring/net: use REQ_F_IMPORT_BUFFER for send_zc
Caleb Sander Mateos
1
-5
/
+5
2025-03-22
io_uring/net: fix sendzc double notif flush
Pavel Begunkov
1
-0
/
+2
2025-03-21
io_uring/net: only import send_zc buffer once
Caleb Sander Mateos
1
-1
/
+4
2025-03-20
io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally
Jens Axboe
1
-2
/
+1
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
1
-3
/
+1
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
1
-20
/
+3
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
1
-15
/
+4
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
1
-33
/
+14
2025-03-07
io_uring: cap cached iovec/bvec size
Pavel Begunkov
1
-0
/
+3
2025-03-07
io_uring/net: implement vectored reg bufs for zctx
Pavel Begunkov
1
-4
/
+55
2025-03-07
io_uring/net: convert to struct iou_vec
Pavel Begunkov
1
-29
/
+22
2025-03-07
io_uring/net: pull vec alloc out of msghdr import
Pavel Begunkov
1
-8
/
+15
2025-03-07
io_uring/net: combine msghdr copy
Pavel Begunkov
1
-27
/
+19
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
1
-0
/
+84
2025-02-27
io_uring/net: fix build warning for !CONFIG_COMPAT
Arnd Bergmann
1
-6
/
+0
2025-02-27
io_uring/net: extract iovec import into a helper
Pavel Begunkov
1
-34
/
+28
2025-02-27
io_uring/net: unify *mshot_prep calls with compat
Pavel Begunkov
1
-7
/
+7
2025-02-27
io_uring/net: derive iovec storage later
Pavel Begunkov
1
-22
/
+21
2025-02-27
io_uring/net: verify msghdr before copying iovec
Pavel Begunkov
1
-25
/
+18
2025-02-27
io_uring/net: isolate msghdr copying code
Pavel Begunkov
1
-20
/
+25
2025-02-27
io_uring/net: simplify compat selbuf iov parsing
Pavel Begunkov
1
-8
/
+4
2025-02-27
io_uring/net: remove unnecessary REQ_F_NEED_CLEANUP
Pavel Begunkov
1
-9
/
+2
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
1
-1
/
+3
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
1
-18
/
+4
2025-02-27
io_uring/net: reuse req->buf_index for sendzc
Pavel Begunkov
1
-3
/
+2
2025-02-25
io_uring/net: save msg_control for compat
Pavel Begunkov
1
-1
/
+3
2025-02-24
io_uring/zcrx: add a read limit to recvzc requests
David Wei
1
-3
/
+13
2025-02-24
io_uring/net: canonise accept mshot handling
Pavel Begunkov
1
-9
/
+4
2025-02-24
io_uring/net: fix accept multishot handling
Pavel Begunkov
1
-0
/
+2
2025-02-24
io_uring/net: use io_is_compat()
Pavel Begunkov
1
-11
/
+8
2025-02-17
io_uring/zcrx: throttle receive requests
Pavel Begunkov
1
-0
/
+2
2025-02-17
io_uring/zcrx: add io_recvzc request
David Wei
1
-0
/
+72
2025-02-17
io_uring/net: improve recv bundles
Jens Axboe
1
-0
/
+18
2025-01-30
io_uring/net: don't retry connect operation on EPOLLERR
Jens Axboe
1
-0
/
+5
2025-01-29
io_uring: remove !KASAN guards from cache free
Pavel Begunkov
1
-2
/
+0
2025-01-29
io_uring/net: extract io_send_select_buffer()
Pavel Begunkov
1
-37
/
+50
2025-01-29
io_uring/net: clean io_msg_copy_hdr()
Pavel Begunkov
1
-3
/
+4
[next]