summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2025-03-31io_uring/net: avoid import_ubuf for regvec sendPavel Begunkov
2025-03-28io_uring/net: import zc ubuf earlierPavel Begunkov
2025-03-28io_uring/net: set sg_from_iter in advancePavel Begunkov
2025-03-28io_uring/net: clusterise send vs msghdr branchesPavel Begunkov
2025-03-28io_uring/net: unify sendmsg setup with zcPavel Begunkov
2025-03-28io_uring/net: combine sendzc flags writesPavel Begunkov
2025-03-28io_uring/net: open code io_net_vec_assign()Pavel Begunkov
2025-03-28io_uring/net: open code io_sendmsg_copy_hdr()Pavel Begunkov
2025-03-28io_uring/net: account memory for zc sendmsgPavel Begunkov
2025-03-28Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-28Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-27io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov
2025-03-26Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linuxLinus Torvalds
2025-03-26io_uring/net: use REQ_F_IMPORT_BUFFER for send_zcCaleb Sander Mateos
2025-03-22io_uring/net: fix sendzc double notif flushPavel Begunkov
2025-03-21io_uring/net: only import send_zc buffer onceCaleb Sander Mateos
2025-03-20io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionallyJens Axboe
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov
2025-03-07io_uring: cap cached iovec/bvec sizePavel Begunkov
2025-03-07io_uring/net: implement vectored reg bufs for zctxPavel Begunkov
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov
2025-03-07io_uring/net: pull vec alloc out of msghdr importPavel Begunkov
2025-03-07io_uring/net: combine msghdr copyPavel Begunkov
2025-03-07Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vecJens Axboe
2025-02-27io_uring/net: fix build warning for !CONFIG_COMPATArnd Bergmann
2025-02-27io_uring/net: extract iovec import into a helperPavel Begunkov
2025-02-27io_uring/net: unify *mshot_prep calls with compatPavel Begunkov
2025-02-27io_uring/net: derive iovec storage laterPavel Begunkov
2025-02-27io_uring/net: verify msghdr before copying iovecPavel Begunkov
2025-02-27io_uring/net: isolate msghdr copying codePavel Begunkov
2025-02-27io_uring/net: simplify compat selbuf iov parsingPavel Begunkov
2025-02-27io_uring/net: remove unnecessary REQ_F_NEED_CLEANUPPavel Begunkov
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov
2025-02-27io_uring/net: reuse req->buf_index for sendzcPavel Begunkov
2025-02-25io_uring/net: save msg_control for compatPavel Begunkov
2025-02-24io_uring/zcrx: add a read limit to recvzc requestsDavid Wei
2025-02-24io_uring/net: canonise accept mshot handlingPavel Begunkov
2025-02-24io_uring/net: fix accept multishot handlingPavel Begunkov
2025-02-24io_uring/net: use io_is_compat()Pavel Begunkov
2025-02-17io_uring/zcrx: throttle receive requestsPavel Begunkov
2025-02-17io_uring/zcrx: add io_recvzc requestDavid Wei
2025-02-17io_uring/net: improve recv bundlesJens Axboe
2025-01-30io_uring/net: don't retry connect operation on EPOLLERRJens Axboe
2025-01-28io_uring: remove !KASAN guards from cache freePavel Begunkov
2025-01-28io_uring/net: extract io_send_select_buffer()Pavel Begunkov
2025-01-28io_uring/net: clean io_msg_copy_hdr()Pavel Begunkov