summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-08io_uring/net: dedup io_recv_finish req completionPavel Begunkov
2024-03-08io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov
2024-03-08io_uring: fix mshot io-wq checksPavel Begunkov
2024-03-08io_uring/net: add io_req_msg_cleanup() helperJens Axboe
2024-03-08io_uring/net: simplify msghd->msg_inq checkingJens Axboe
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe
2024-03-08io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_ioJens Axboe
2024-03-07io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe
2024-03-07io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handlerJens Axboe
2024-03-04io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter
2024-03-04io_uring/net: correct the type of variableMuhammad Usama Anjum
2024-03-01io_uring/net: move recv/recvmsg flags out of retry loopJens Axboe
2024-02-27io_uring/net: improve the usercopy for sendmsg/recvmsgJens Axboe
2024-02-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe
2024-02-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe
2024-02-14io_uring/net: fix multishot accept overflow handlingJens Axboe
2024-02-01io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe
2024-01-29io_uring/net: limit inline multishot retriesJens Axboe
2024-01-29io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe
2023-11-03io_uring/net: ensure socket is marked connected on connect retryJens Axboe
2023-09-14io_uring/net: fix iter retargeting for selected bufPavel Begunkov
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov
2023-08-11io_uring/net: don't overflow multishot recvPavel Begunkov
2023-08-11io_uring/net: don't overflow multishot acceptPavel Begunkov
2023-07-03Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-27io_uring/net: use proper value for msg_inqJens Axboe
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-21io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe
2023-06-21io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe
2023-06-21io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe
2023-06-13io_uring/net: save msghdr->msg_control for retriesJens Axboe
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe
2023-05-23net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells
2023-05-17io_uring/net: don't retry recvmsg() unnecessarilyJens Axboe
2023-05-17io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()Jens Axboe
2023-05-17io_uring/net: initalize msghdr->msg_inq to known valueJens Axboe
2023-05-17io_uring/net: initialize struct msghdr more sanely for io_recv()Jens Axboe
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-29io_uring: for requests that require async, force itDylan Yudaken
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds