summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe1-4/+16
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-2/+4
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe1-1/+8
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe1-6/+9
2024-05-01io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi1-1/+3
2024-04-30io_uring/net: fix sendzc lazy wake pollingPavel Begunkov1-0/+1
2024-04-22io_uring/net: support bundles for recvJens Axboe1-21/+95
2024-04-22io_uring/net: support bundles for sendJens Axboe1-17/+128
2024-04-22io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe1-5/+20
2024-04-22io_uring/net: add generic multishot retry helperJens Axboe1-12/+12
2024-04-15io_uring/net: set MSG_ZEROCOPY for sendzc in advancePavel Begunkov1-3/+3
2024-04-15io_uring/net: get rid of io_notif_complete_tw_extPavel Begunkov1-5/+5
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-8/+5
2024-04-15io_uring/net: move connect to always using async dataJens Axboe1-30/+11
2024-04-15io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe1-6/+5
2024-04-15io_uring/net: add iovec recyclingJens Axboe1-47/+84
2024-04-15io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe1-1/+1
2024-04-15io_uring: kill io_msg_alloc_async_prep()Jens Axboe1-21/+10
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe1-108/+46
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe1-43/+28
2024-04-15io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe1-2/+3
2024-04-15io_uring/net: always setup an io_async_msghdrJens Axboe1-70/+47
2024-04-15io_uring/net: unify cleanup handlingJens Axboe1-15/+11
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe1-28/+47
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe1-94/+100
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov1-4/+2
2024-04-09io_uring/net: restore msg_control on sendzc retryPavel Begunkov1-0/+1
2024-03-16io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe1-1/+8
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-177/+205
2024-03-08io_uring/net: dedup io_recv_finish req completionPavel Begunkov1-12/+4
2024-03-08io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov1-21/+0
2024-03-08io_uring: fix mshot io-wq checksPavel Begunkov1-1/+1
2024-03-08io_uring/net: add io_req_msg_cleanup() helperJens Axboe1-12/+15
2024-03-08io_uring/net: simplify msghd->msg_inq checkingJens Axboe1-2/+2
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe1-6/+6
2024-03-08io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_ioJens Axboe1-5/+7
2024-03-08io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe1-1/+2
2024-03-07io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handlerJens Axboe1-0/+1
2024-03-05io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter1-2/+2
2024-03-05io_uring/net: correct the type of variableMuhammad Usama Anjum1-1/+1
2024-03-01io_uring/net: move recv/recvmsg flags out of retry loopJens Axboe1-7/+8
2024-02-27io_uring/net: improve the usercopy for sendmsg/recvmsgJens Axboe1-7/+22
2024-02-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe1-70/+91
2024-02-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe1-129/+142
2024-02-15io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-01io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe1-0/+1
2024-01-29io_uring/net: limit inline multishot retriesJens Axboe1-3/+20
2024-01-29io_uring/net: un-indent mshot retry path in io_recv_finish()Jens Axboe1-16/+20
2023-11-03io_uring/net: ensure socket is marked connected on connect retryJens Axboe1-13/+11
2023-09-14io_uring/net: fix iter retargeting for selected bufPavel Begunkov1-0/+5