index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
Age
Commit message (
Expand
)
Author
2026-06-16
Merge tag 'for-7.2/io_uring-20260615' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-06-16
Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
2026-06-13
io_uring/net: make POLL_FIRST receive side checks consistent
Jens Axboe
2026-06-08
io_uring/net: support registered buffer for plain send and recv
Ming Lei
2026-06-05
io_uring/net: inherit IORING_CQE_F_BUF_MORE across bundle recv retries
Clément Léger
2026-06-02
io_uring/net: Avoid msghdr on op_connect/op_bind async data
Gabriel Krisman Bertazi
2026-05-29
net: Remove support for AIO on sockets
Demi Marie Obenour
2026-05-15
io_uring/net: punt IORING_OP_BIND async if it needs file create
Jens Axboe
2026-05-14
io_uring/net: allow filtering on IORING_OP_CONNECT
Shouvik Kar
2026-04-13
Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2026-03-29
io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()
Junxi Qian
2026-03-17
io_uring/net: use 'ctx' consistently
Jens Axboe
2026-03-09
io_uring/zctx: separate notification user_data
Pavel Begunkov
2026-03-09
io_uring/net: allow vectorised regbuf send zc
Pavel Begunkov
2026-03-09
io_uring/zctx: unify zerocopy issue variants
Pavel Begunkov
2026-03-09
io_uring/zctx: move vec regbuf import into io_send_zc_import
Pavel Begunkov
2026-03-09
io_uring/zctx: rename flags var for more clarity
Pavel Begunkov
2026-03-02
io_uring/net: reject SEND_VECTORIZED when unsupported
Pavel Begunkov
2026-02-16
io_uring: remove unneeded io_send_zc accounting
Dylan Yudaken
2026-02-09
Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...
Linus Torvalds
2026-01-27
io_uring/net: don't continue send bundle if poll was required for retry
Jens Axboe
2026-01-27
io_uring/net: allow filtering on IORING_OP_SOCKET data
Jens Axboe
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2025-11-24
io_uring/net: ensure vectored buffer node import is tied to notification
Jens Axboe
2025-11-13
io_uring/zcrx: elide passing msg flags
Pavel Begunkov
2025-10-22
io_uring: Fix code indentation error
Ranganath V N
2025-09-08
io_uring: don't include filetable.h in io_uring.h
Caleb Sander Mateos
2025-09-02
io_uring/net: correct type for min_not_zero() cast
Jens Axboe
2025-08-27
io_uring: add async data clear/free helpers
Jens Axboe
2025-08-24
io_uring/kbuf: switch to storing struct io_buffer_list locally
Jens Axboe
2025-08-24
io_uring/net: use struct io_br_sel->val as the send finish value
Jens Axboe
2025-08-24
io_uring/net: use struct io_br_sel->val as the recv finish value
Jens Axboe
2025-08-24
io_uring/kbuf: use struct io_br_sel for multiple buffers picking
Jens Axboe
2025-08-24
io_uring/kbuf: introduce struct io_br_sel
Jens Axboe
2025-08-24
io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers
Jens Axboe
2025-08-24
io_uring/net: clarify io_recv_buf_select() return value
Jens Axboe
2025-08-24
io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases
Jens Axboe
2025-08-24
io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments
Jens Axboe
2025-08-12
io_uring/net: commit partial buffers on retry
Jens Axboe
2025-07-30
io_uring/net: Allow to do vectorized send
Norman Maurer
2025-07-28
Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux
Linus Torvalds
2025-07-16
io_uring/poll: fix POLLERR handling
Pavel Begunkov
2025-07-16
io_uring/net: Support multishot receive len cap
Norman Maurer
2025-07-14
io_uring/net: cast min_not_zero() type
Jens Axboe
2025-07-10
io_uring/net: allow multishot receive per-invocation cap
Jens Axboe
2025-07-10
io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags
Jens Axboe
2025-07-10
io_uring/net: use passed in 'len' in io_recv_buf_select()
Jens Axboe
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
2025-06-25
io_uring/net: mark iov as dynamically allocated even for single segments
Jens Axboe
2025-06-20
io_uring/net: always use current transfer count for buffer put
Jens Axboe
[next]