summaryrefslogtreecommitdiffstats
path: root/io_uring/net.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: restore msg_control on sendzc retryPavel Begunkov2024-04-081-0/+1
* io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe2024-03-161-1/+8
* Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-177/+205
|\
| * io_uring/net: dedup io_recv_finish req completionPavel Begunkov2024-03-081-12/+4
| * io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov2024-03-081-21/+0
| * io_uring: fix mshot io-wq checksPavel Begunkov2024-03-081-1/+1
| * io_uring/net: add io_req_msg_cleanup() helperJens Axboe2024-03-081-12/+15
| * io_uring/net: simplify msghd->msg_inq checkingJens Axboe2024-03-081-2/+2
| * io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe2024-03-081-6/+6
| * io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_ioJens Axboe2024-03-081-5/+7
| * io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe2024-03-071-1/+2
| * io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handlerJens Axboe2024-03-071-0/+1
| * io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter2024-03-041-2/+2
| * io_uring/net: correct the type of variableMuhammad Usama Anjum2024-03-041-1/+1
| * io_uring/net: move recv/recvmsg flags out of retry loopJens Axboe2024-03-011-7/+8
| * io_uring/net: improve the usercopy for sendmsg/recvmsgJens Axboe2024-02-271-7/+22
| * io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe2024-02-271-70/+91
| * io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe2024-02-271-129/+142
* | io_uring/net: fix multishot accept overflow handlingJens Axboe2024-02-141-2/+3
|/
* io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe2024-02-011-0/+1
* io_uring/net: limit inline multishot retriesJens Axboe2024-01-291-3/+20
* io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe2024-01-291-16/+20
* io_uring/net: ensure socket is marked connected on connect retryJens Axboe2023-11-031-13/+11
* io_uring/net: fix iter retargeting for selected bufPavel Begunkov2023-09-141-0/+5
* io_uring: never overflow io_aux_cqePavel Begunkov2023-08-111-4/+4
* io_uring/net: don't overflow multishot recvPavel Begunkov2023-08-111-1/+1
* io_uring/net: don't overflow multishot acceptPavel Begunkov2023-08-111-1/+1
* Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-031-4/+4
|\
| * io_uring/net: use proper value for msg_inqJens Axboe2023-06-271-4/+4
* | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-06-281-0/+2
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-5/+16
| |\
| * | net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells2023-05-231-0/+2
* | | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-26/+32
|\ \ \ | |_|/ |/| |
| * | io_uring: cleanup io_aux_cqe() APIJens Axboe2023-06-071-5/+4
| * | io_uring/net: don't retry recvmsg() unnecessarilyJens Axboe2023-05-171-1/+9
| * | io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()Jens Axboe2023-05-171-13/+9
| * | io_uring/net: initalize msghdr->msg_inq to known valueJens Axboe2023-05-171-2/+4
| * | io_uring/net: initialize struct msghdr more sanely for io_recv()Jens Axboe2023-05-171-7/+8
| |/
* | io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe2023-06-211-2/+2
* | io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe2023-06-211-4/+7
* | io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe2023-06-211-0/+2
* | io_uring/net: save msghdr->msg_control for retriesJens Axboe2023-06-131-1/+7
|/
* iov_iter: add iter_iovec() helperJens Axboe2023-03-301-2/+2
* io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe2023-03-201-9/+16
* io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter2023-02-241-1/+1
* Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds2023-02-201-12/+5
|\
| * io_uring: switch network send/recv to ITER_UBUFJens Axboe2023-01-081-12/+5
* | io_uring: for requests that require async, force itDylan Yudaken2023-01-291-2/+2
* | io_uring/net: cache provided buffer group value for multishot receivesJens Axboe2023-01-231-0/+11
|/
* io_uring/net: fix cleanup after recyclePavel Begunkov2022-12-191-1/+1