index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
Age
Commit message (
Expand
)
Author
2025-05-28
io_uring/net: only consider msg_inq if larger than 1
Jens Axboe
2025-05-26
Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux
Linus Torvalds
2025-05-21
io_uring/net: only retry recv bundle for a full transfer
Jens Axboe
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
2025-05-09
io_uring/net: move CONFIG_NET guards to Makefile
Pavel Begunkov
2025-04-23
io_uring/zcrx: add support for multiple ifqs
Pavel Begunkov
2025-04-21
io_uring/zcrx: remove sqe->file_index check
Pavel Begunkov
2025-04-21
io_uring: don't store bgid in req->buf_index
Pavel Begunkov
2025-04-21
io_uring/kbuf: pass bgid to io_buffer_select()
Pavel Begunkov
2025-04-21
io_uring: set IMPORT_BUFFER in generic send setup
Pavel Begunkov
2025-04-21
io_uring/net: don't use io_do_buffer_select at prep
Pavel Begunkov
2025-03-31
io_uring/net: avoid import_ubuf for regvec send
Pavel Begunkov
2025-03-28
io_uring/net: import zc ubuf earlier
Pavel Begunkov
2025-03-28
io_uring/net: set sg_from_iter in advance
Pavel Begunkov
2025-03-28
io_uring/net: clusterise send vs msghdr branches
Pavel Begunkov
2025-03-28
io_uring/net: unify sendmsg setup with zc
Pavel Begunkov
2025-03-28
io_uring/net: combine sendzc flags writes
Pavel Begunkov
2025-03-28
io_uring/net: open code io_net_vec_assign()
Pavel Begunkov
2025-03-28
io_uring/net: open code io_sendmsg_copy_hdr()
Pavel Begunkov
2025-03-28
io_uring/net: account memory for zc sendmsg
Pavel Begunkov
2025-03-28
Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-28
Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-27
io_uring/net: fix io_req_post_cqe abuse by send bundle
Pavel Begunkov
2025-03-26
Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-26
io_uring/net: use REQ_F_IMPORT_BUFFER for send_zc
Caleb Sander Mateos
2025-03-22
io_uring/net: fix sendzc double notif flush
Pavel Begunkov
2025-03-21
io_uring/net: only import send_zc buffer once
Caleb Sander Mateos
2025-03-20
io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally
Jens Axboe
2025-03-10
io_uring: rely on io_prep_reg_vec for iovec placement
Pavel Begunkov
2025-03-10
io_uring: introduce io_prep_reg_iovec()
Pavel Begunkov
2025-03-10
io_uring: unify STOP_MULTISHOT with IOU_OK
Pavel Begunkov
2025-03-10
io_uring: return -EAGAIN to continue multishot
Pavel Begunkov
2025-03-07
io_uring: cap cached iovec/bvec size
Pavel Begunkov
2025-03-07
io_uring/net: implement vectored reg bufs for zctx
Pavel Begunkov
2025-03-07
io_uring/net: convert to struct iou_vec
Pavel Begunkov
2025-03-07
io_uring/net: pull vec alloc out of msghdr import
Pavel Begunkov
2025-03-07
io_uring/net: combine msghdr copy
Pavel Begunkov
2025-03-07
Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec
Jens Axboe
2025-02-27
io_uring/net: fix build warning for !CONFIG_COMPAT
Arnd Bergmann
2025-02-27
io_uring/net: extract iovec import into a helper
Pavel Begunkov
2025-02-27
io_uring/net: unify *mshot_prep calls with compat
Pavel Begunkov
2025-02-27
io_uring/net: derive iovec storage later
Pavel Begunkov
2025-02-27
io_uring/net: verify msghdr before copying iovec
Pavel Begunkov
2025-02-27
io_uring/net: isolate msghdr copying code
Pavel Begunkov
2025-02-27
io_uring/net: simplify compat selbuf iov parsing
Pavel Begunkov
2025-02-27
io_uring/net: remove unnecessary REQ_F_NEED_CLEANUP
Pavel Begunkov
2025-02-27
Merge branch 'io_uring-6.14' into for-6.15/io_uring
Jens Axboe
2025-02-27
io_uring: combine buffer lookup and import
Pavel Begunkov
2025-02-27
io_uring/net: reuse req->buf_index for sendzc
Pavel Begunkov
2025-02-25
io_uring/net: save msg_control for compat
Pavel Begunkov
[next]