summaryrefslogtreecommitdiffstats
path: root/io_uring/net.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe7 days1-1/+8
* io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe7 days1-6/+9
* io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi2024-05-011-1/+3
* io_uring/net: fix sendzc lazy wake pollingPavel Begunkov2024-04-301-0/+1
* io_uring/net: support bundles for recvJens Axboe2024-04-221-21/+95
* io_uring/net: support bundles for sendJens Axboe2024-04-221-17/+128
* io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe2024-04-221-5/+20
* io_uring/net: add generic multishot retry helperJens Axboe2024-04-221-12/+12
* io_uring/net: set MSG_ZEROCOPY for sendzc in advancePavel Begunkov2024-04-151-3/+3
* io_uring/net: get rid of io_notif_complete_tw_extPavel Begunkov2024-04-151-5/+5
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-8/+5
* io_uring/net: move connect to always using async dataJens Axboe2024-04-151-30/+11
* io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe2024-04-151-6/+5
* io_uring/net: add iovec recyclingJens Axboe2024-04-151-47/+84
* io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe2024-04-151-1/+1
* io_uring: kill io_msg_alloc_async_prep()Jens Axboe2024-04-151-21/+10
* io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-151-108/+46
* io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-151-43/+28
* io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe2024-04-151-2/+3
* io_uring/net: always setup an io_async_msghdrJens Axboe2024-04-151-70/+47
* io_uring/net: unify cleanup handlingJens Axboe2024-04-151-15/+11
* io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-151-28/+47
* io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2024-04-151-94/+100
* io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-151-4/+2
* 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