summaryrefslogtreecommitdiffstats
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorLines
2025-10-22io_uring: Fix code indentation errorRanganath V N-1/+1
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos-0/+1
2025-09-02io_uring/net: correct type for min_not_zero() castJens Axboe-1/+1
2025-08-27io_uring: add async data clear/free helpersJens Axboe-4/+2
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe-29/+17
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe-19/+19
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe-9/+9
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe-14/+14
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe-8/+6
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe-12/+15
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer-2/+7
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds-17/+62
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov-4/+8
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer-4/+34
2025-07-14io_uring/net: cast min_not_zero() typeJens Axboe-1/+1
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe-6/+17
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe-11/+15
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe-1/+1
2025-06-26io_uring/kbuf: flag partial buffer mappingsJens Axboe-8/+15
2025-06-25io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe-5/+6
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe-1/+1
2025-05-28io_uring/net: only consider msg_inq if larger than 1Jens Axboe-2/+2
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds-37/+25
2025-05-21io_uring/net: only retry recv bundle for a full transferJens Axboe-4/+10
2025-05-21io_uring: finish IOU_OK -> IOU_COMPLETE transitionJens Axboe-7/+7
2025-05-09io_uring/net: move CONFIG_NET guards to MakefilePavel Begunkov-2/+0
2025-04-23io_uring/zcrx: add support for multiple ifqsPavel Begunkov-3/+2
2025-04-21io_uring/zcrx: remove sqe->file_index checkPavel Begunkov-2/+1
2025-04-21io_uring: don't store bgid in req->buf_indexPavel Begunkov-1/+2
2025-04-21io_uring/kbuf: pass bgid to io_buffer_select()Pavel Begunkov-5/+4
2025-04-21io_uring: set IMPORT_BUFFER in generic send setupPavel Begunkov-3/+3
2025-04-21io_uring/net: don't use io_do_buffer_select at prepPavel Begunkov-15/+7
2025-03-31io_uring/net: avoid import_ubuf for regvec sendPavel Begunkov-0/+2
2025-03-28io_uring/net: import zc ubuf earlierPavel Begunkov-28/+16
2025-03-28io_uring/net: set sg_from_iter in advancePavel Begunkov-10/+15
2025-03-28io_uring/net: clusterise send vs msghdr branchesPavel Begunkov-11/+4
2025-03-28io_uring/net: unify sendmsg setup with zcPavel Begunkov-22/+6
2025-03-28io_uring/net: combine sendzc flags writesPavel Begunkov-2/+1
2025-03-28io_uring/net: open code io_net_vec_assign()Pavel Begunkov-11/+5
2025-03-28io_uring/net: open code io_sendmsg_copy_hdr()Pavel Begunkov-20/+10
2025-03-28io_uring/net: account memory for zc sendmsgPavel Begunkov-1/+11
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds-117/+118
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds-0/+84
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov-0/+1
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds-143/+114
2025-03-26io_uring/net: use REQ_F_IMPORT_BUFFER for send_zcCaleb Sander Mateos-5/+5