summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2024-04-15io_uring/net: set MSG_ZEROCOPY for sendzc in advancePavel Begunkov
2024-04-15io_uring/net: get rid of io_notif_complete_tw_extPavel Begunkov
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2024-04-15io_uring/net: move connect to always using async dataJens Axboe
2024-04-15io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe
2024-04-15io_uring/net: add iovec recyclingJens Axboe
2024-04-15io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe
2024-04-15io_uring: kill io_msg_alloc_async_prep()Jens Axboe
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe
2024-04-15io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe
2024-04-15io_uring/net: always setup an io_async_msghdrJens Axboe
2024-04-15io_uring/net: unify cleanup handlingJens Axboe
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-08io_uring/net: restore msg_control on sendzc retryPavel Begunkov
2024-03-16io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe
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