summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
12 daysio_uring/net: punt IORING_OP_BIND async if it needs file createJens Axboe1-1/+25
2026-04-14Merge tag 'for-7.1/io_uring-20260411' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-95/+53
2026-03-29io_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()Junxi Qian1-0/+4
2026-03-17io_uring/net: use 'ctx' consistentlyJens Axboe1-1/+1
2026-03-09io_uring/zctx: separate notification user_dataPavel Begunkov1-2/+7
2026-03-09io_uring/net: allow vectorised regbuf send zcPavel Begunkov1-5/+9
2026-03-09io_uring/zctx: unify zerocopy issue variantsPavel Begunkov1-73/+13
2026-03-09io_uring/zctx: move vec regbuf import into io_send_zc_importPavel Begunkov1-16/+25
2026-03-09io_uring/zctx: rename flags var for more clarityPavel Begunkov1-6/+6
2026-03-02io_uring/net: reject SEND_VECTORIZED when unsupportedPavel Begunkov1-0/+2
2026-02-16io_uring: remove unneeded io_send_zc accountingDylan Yudaken1-2/+0
2026-02-10Merge tag 'io_uring-bpf-restrictions.4-20260206' of git://git.kernel.org/pub/...Linus Torvalds1-0/+9
2026-01-28io_uring/net: don't continue send bundle if poll was required for retryJens Axboe1-1/+5
2026-01-27io_uring/net: allow filtering on IORING_OP_SOCKET dataJens Axboe1-0/+9
2025-12-04Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-5/+2
2025-11-24io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe1-2/+4
2025-11-13io_uring/zcrx: elide passing msg flagsPavel Begunkov1-5/+2
2025-10-22io_uring: Fix code indentation errorRanganath V N1-1/+1
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos1-0/+1
2025-09-02io_uring/net: correct type for min_not_zero() castJens Axboe1-1/+1
2025-08-27io_uring: add async data clear/free helpersJens Axboe1-4/+2
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-29/+17
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe1-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe1-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe1-19/+19
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe1-9/+9
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe1-14/+14
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe1-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe1-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe1-8/+6
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe1-12/+15
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer1-2/+7
2025-07-29Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds1-17/+62
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov1-4/+8
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer1-4/+34
2025-07-15io_uring/net: cast min_not_zero() typeJens Axboe1-1/+1
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe1-6/+17
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe1-11/+15
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe1-1/+1
2025-06-26io_uring/kbuf: flag partial buffer mappingsJens Axboe1-8/+15
2025-06-25io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe1-5/+6
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-05-28io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds1-37/+25
2025-05-22io_uring/net: only retry recv bundle for a full transferJens Axboe1-4/+10
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe1-7/+7
2025-05-09io_uring/net: move CONFIG_NET guards to MakefilePavel Begunkov1-2/+0
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov1-3/+2
2025-04-21io_uring/zcrx: remove sqe->file_index checkPavel Begunkov1-2/+1
2025-04-21io_uring: don't store bgid in req->buf_indexPavel Begunkov1-1/+2