summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17io_uring/net: restore msg_control on sendzc retryPavel Begunkov1-0/+1
2024-04-03io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe1-1/+2
2024-03-27io_uring/net: correct the type of variableMuhammad Usama Anjum1-1/+1
2024-03-27io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter1-2/+2
2024-03-27io_uring/net: move receive multishot out of the generic msghdr pathJens Axboe1-70/+91
2024-03-27io_uring/net: unify how recvmsg and sendmsg copy in the msghdrJens Axboe1-129/+142
2024-02-23io_uring/net: fix multishot accept overflow handlingJens Axboe1-2/+3
2024-02-16io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffersJens Axboe1-0/+1
2024-01-10net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells1-0/+2
2023-11-20io_uring/net: ensure socket is marked connected on connect retryJens Axboe1-13/+11
2023-09-23io_uring/net: fix iter retargeting for selected bufPavel Begunkov1-0/+5
2023-09-19io_uring/net: don't overflow multishot acceptPavel Begunkov1-1/+1
2023-09-19io_uring: revert "io_uring fix multishot accept ordering"Pavel Begunkov1-4/+4
2023-06-28io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe1-2/+2
2023-06-28io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe1-4/+7
2023-06-28io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe1-0/+2
2023-06-21io_uring/net: save msghdr->msg_control for retriesJens Axboe1-1/+7
2023-03-30io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe1-9/+16
2023-03-11io_uring: fix two assignments in if conditionsXinghui Li1-7/+9
2023-03-10io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter1-1/+1
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-7/+7
2023-02-01io_uring/net: cache provided buffer group value for multishot receivesJens Axboe1-0/+11
2022-12-31io_uring/net: fix cleanup after recyclePavel Begunkov1-1/+1
2022-12-31io_uring/net: ensure compat import handlers clear free_iovJens Axboe1-0/+1
2022-12-31io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher1-1/+5
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov1-9/+7
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov1-5/+2
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov1-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov1-0/+2
2022-10-13io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe1-6/+22
2022-09-30io_uring/net: fix notif cqe reorderingPavel Begunkov1-5/+19
2022-09-30io_uring/net: don't update msg_name if not providedPavel Begunkov1-1/+2
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-09-29io_uring/net: fix non-zc send with addressPavel Begunkov1-6/+6
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov1-21/+8
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov1-10/+10
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov1-10/+5
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov1-5/+86
2022-09-21io_uring/net: combine fail handlersPavel Begunkov1-15/+16
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov1-3/+3
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov1-6/+29
2022-09-21io_uring/net: refactor io_setup_async_addrPavel Begunkov1-9/+9
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov1-0/+16
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov1-0/+10
2022-09-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov1-13/+5
2022-09-21io_uring/net: refactor io_sr_msg typesPavel Begunkov1-7/+7
2022-09-21io_uring/net: add non-bvec sg chunking callbackPavel Begunkov1-6/+11
2022-09-21io_uring/net: io_async_msghdr caches for sendzcPavel Begunkov1-5/+4
2022-09-21io_uring/net: use async caches for async prepPavel Begunkov1-3/+13
2022-09-21io_uring/net: reshuffle error handlingPavel Begunkov1-8/+8