summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2023-03-30iov_iter: add iter_iovec() helperJens Axboe
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-29io_uring: for requests that require async, force itDylan Yudaken
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-07io_uring: force multishot CQEs into task contextPavel Begunkov
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe
2022-09-29io_uring/net: fix notif cqe reorderingPavel Begunkov
2022-09-29io_uring/net: don't update msg_name if not providedPavel Begunkov
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher
2022-09-28io_uring/net: fix non-zc send with addressPavel Begunkov
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov
2022-09-21io_uring/net: combine fail handlersPavel Begunkov
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov
2022-09-21io_uring/net: refactor io_setup_async_addrPavel Begunkov
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov
2022-09-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov
2022-09-21io_uring/net: refactor io_sr_msg typesPavel Begunkov
2022-09-21io_uring/net: add non-bvec sg chunking callbackPavel Begunkov
2022-09-21io_uring/net: io_async_msghdr caches for sendzcPavel Begunkov
2022-09-21io_uring/net: use async caches for async prepPavel Begunkov
2022-09-21io_uring/net: reshuffle error handlingPavel Begunkov
2022-09-18io_uring/net: fix zc fixed buf lifetimePavel Begunkov
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov
2022-08-26io_uring/net: fix overexcessive retriesPavel Begunkov