index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
1
-12
/
+15
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
1
-2
/
+7
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
1
-17
/
+62
2025-07-16
io_uring/poll: fix POLLERR handling
Pavel Begunkov
1
-4
/
+8
2025-07-16
io_uring/net: Support multishot receive len cap
Norman Maurer
1
-4
/
+34
2025-07-14
io_uring/net: cast min_not_zero() type
Jens Axboe
1
-1
/
+1
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
1
-6
/
+17
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
1
-11
/
+15
2025-07-10
io_uring/net: use passed in 'len' in io_recv_buf_select()
Jens Axboe
1
-1
/
+1
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
1
-8
/
+15
2025-06-25
io_uring/net: mark iov as dynamically allocated even for single segments
Jens Axboe
1
-5
/
+6
2025-06-20
io_uring/net: always use current transfer count for buffer put
Jens Axboe
1
-1
/
+1
2025-05-28
io_uring/net: only consider msg_inq if larger than 1
Jens Axboe
1
-2
/
+2
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-37
/
+25
2025-05-21
io_uring/net: only retry recv bundle for a full transfer
Jens Axboe
1
-4
/
+10
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-7
/
+7
2025-05-09
io_uring/net: move CONFIG_NET guards to Makefile
Pavel Begunkov
1
-2
/
+0
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
1
-3
/
+2
2025-04-21
io_uring/zcrx: remove sqe->file_index check
Pavel Begunkov
1
-2
/
+1
2025-04-21
io_uring: don't store bgid in req->buf_index
Pavel Begunkov
1
-1
/
+2
2025-04-21
io_uring/kbuf: pass bgid to io_buffer_select()
Pavel Begunkov
1
-5
/
+4
2025-04-21
io_uring: set IMPORT_BUFFER in generic send setup
Pavel Begunkov
1
-3
/
+3
2025-04-21
io_uring/net: don't use io_do_buffer_select at prep
Pavel Begunkov
1
-15
/
+7
2025-03-31
io_uring/net: avoid import_ubuf for regvec send
Pavel Begunkov
1
-0
/
+2
2025-03-28
io_uring/net: import zc ubuf earlier
Pavel Begunkov
1
-28
/
+16
2025-03-28
io_uring/net: set sg_from_iter in advance
Pavel Begunkov
1
-10
/
+15
2025-03-28
io_uring/net: clusterise send vs msghdr branches
Pavel Begunkov
1
-11
/
+4
2025-03-28
io_uring/net: unify sendmsg setup with zc
Pavel Begunkov
1
-22
/
+6
2025-03-28
io_uring/net: combine sendzc flags writes
Pavel Begunkov
1
-2
/
+1
2025-03-28
io_uring/net: open code io_net_vec_assign()
Pavel Begunkov
1
-11
/
+5
2025-03-28
io_uring/net: open code io_sendmsg_copy_hdr()
Pavel Begunkov
1
-20
/
+10
2025-03-28
io_uring/net: account memory for zc sendmsg
Pavel Begunkov
1
-1
/
+11
2025-03-28
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-26
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
[next]