summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds1-0/+84
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov1-0/+1
2025-03-27Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-143/+114
2025-03-26io_uring/net: use REQ_F_IMPORT_BUFFER for send_zcCaleb Sander Mateos1-5/+5
2025-03-22io_uring/net: fix sendzc double notif flushPavel Begunkov1-0/+2
2025-03-21io_uring/net: only import send_zc buffer onceCaleb Sander Mateos1-1/+4
2025-03-20io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionallyJens Axboe1-2/+1
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov1-3/+1
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov1-20/+3
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov1-15/+4
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov1-33/+14
2025-03-07io_uring: cap cached iovec/bvec sizePavel Begunkov1-0/+3
2025-03-07io_uring/net: implement vectored reg bufs for zctxPavel Begunkov1-4/+55
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov1-29/+22
2025-03-07io_uring/net: pull vec alloc out of msghdr importPavel Begunkov1-8/+15
2025-03-07io_uring/net: combine msghdr copyPavel Begunkov1-27/+19
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe1-0/+84
2025-02-27io_uring/net: fix build warning for !CONFIG_COMPATArnd Bergmann1-6/+0
2025-02-27io_uring/net: extract iovec import into a helperPavel Begunkov1-34/+28
2025-02-27io_uring/net: unify *mshot_prep calls with compatPavel Begunkov1-7/+7
2025-02-27io_uring/net: derive iovec storage laterPavel Begunkov1-22/+21
2025-02-27io_uring/net: verify msghdr before copying iovecPavel Begunkov1-25/+18
2025-02-27io_uring/net: isolate msghdr copying codePavel Begunkov1-20/+25
2025-02-27io_uring/net: simplify compat selbuf iov parsingPavel Begunkov1-8/+4
2025-02-27io_uring/net: remove unnecessary REQ_F_NEED_CLEANUPPavel Begunkov1-9/+2
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe1-1/+3
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov1-18/+4
2025-02-27io_uring/net: reuse req->buf_index for sendzcPavel Begunkov1-3/+2
2025-02-25io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-24io_uring/zcrx: add a read limit to recvzc requestsDavid Wei1-3/+13
2025-02-24io_uring/net: canonise accept mshot handlingPavel Begunkov1-9/+4
2025-02-24io_uring/net: fix accept multishot handlingPavel Begunkov1-0/+2
2025-02-24io_uring/net: use io_is_compat()Pavel Begunkov1-11/+8
2025-02-17io_uring/zcrx: throttle receive requestsPavel Begunkov1-0/+2
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei1-0/+72
2025-02-17io_uring/net: improve recv bundlesJens Axboe1-0/+18
2025-01-30io_uring/net: don't retry connect operation on EPOLLERRJens Axboe1-0/+5
2025-01-29io_uring: remove !KASAN guards from cache freePavel Begunkov1-2/+0
2025-01-29io_uring/net: extract io_send_select_buffer()Pavel Begunkov1-37/+50
2025-01-29io_uring/net: clean io_msg_copy_hdr()Pavel Begunkov1-3/+4
2025-01-29io_uring/net: make io_net_vec_assign() return voidPavel Begunkov1-4/+5
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe1-22/+6
2025-01-21Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds1-17/+18
2025-01-03io_uring/net: always initialize kmsg->msg.msg_inq upfrontJens Axboe1-0/+1
2024-12-27io_uring/net: Allocate msghdr async data through helperGabriel Krisman Bertazi1-17/+18
2024-11-08io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei1-2/+1
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe1-1/+2
2024-11-03io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe1-4/+2
2024-11-03io_uring/rsrc: unify file and buffer resource tablesJens Axboe1-3/+3
2024-11-03io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe1-5/+6