aboutsummaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsGravatar Jens Axboe 1-9/+16
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgGravatar David Lamparter 1-1/+1
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-12/+5
2023-01-29io_uring: for requests that require async, force itGravatar Dylan Yudaken 1-2/+2
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesGravatar Jens Axboe 1-0/+11
2023-01-08io_uring: switch network send/recv to ITER_UBUFGravatar Jens Axboe 1-12/+5
2022-12-19io_uring/net: fix cleanup after recycleGravatar Pavel Begunkov 1-1/+1
2022-12-19io_uring/net: ensure compat import handlers clear free_iovGravatar Jens Axboe 1-0/+1
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-0/+21
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-22/+34
2022-12-07io_uring: force multishot CQEs into task contextGravatar Pavel Begunkov 1-0/+21
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-7/+7
2022-11-25io_uring: add io_aux_cqe which allows deferred completionGravatar Dylan Yudaken 1-3/+4
2022-11-21io_uring: allow multishot recv CQEs to overflowGravatar Dylan Yudaken 1-6/+2
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Gravatar Dylan Yudaken 1-4/+4
2022-11-21io_uring: fix two assignments in if conditionsGravatar Xinghui Li 1-7/+9
2022-11-21io_uring/net: move mm accounting to a slower pathGravatar Pavel Begunkov 1-0/+3
2022-11-21io_uring: move zc reporting from the hot pathGravatar Pavel Begunkov 1-8/+14
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagGravatar Stefan Metzmacher 1-1/+5
2022-11-17io_uring: fix multishot recv request leaksGravatar Pavel Begunkov 1-9/+7
2022-11-17io_uring: fix multishot accept request leaksGravatar Pavel Begunkov 1-5/+2
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketGravatar Pavel Begunkov 1-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketGravatar Pavel Begunkov 1-0/+2
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTGravatar Jens Axboe 1-6/+22
2022-09-29io_uring/net: fix notif cqe reorderingGravatar Pavel Begunkov 1-5/+19
2022-09-29io_uring/net: don't update msg_name if not providedGravatar Pavel Begunkov 1-1/+2
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Gravatar Stefan Metzmacher 1-2/+4
2022-09-28io_uring/net: fix non-zc send with addressGravatar Pavel Begunkov 1-6/+6
2022-09-28io_uring/net: don't skip notifs for failed requestsGravatar Pavel Begunkov 1-21/+8
2022-09-26io_uring/net: fix cleanup double free free_iov initGravatar Pavel Begunkov 1-10/+10
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Gravatar Pavel Begunkov 1-10/+5
2022-09-21io_uring/net: zerocopy sendmsgGravatar Pavel Begunkov 1-5/+86
2022-09-21io_uring/net: combine fail handlersGravatar Pavel Begunkov 1-15/+16
2022-09-21io_uring/net: rename io_sendzc()Gravatar Pavel Begunkov 1-3/+3
2022-09-21io_uring/net: support non-zerocopy sendtoGravatar Pavel Begunkov 1-6/+29
2022-09-21io_uring/net: refactor io_setup_async_addrGravatar Pavel Begunkov 1-9/+9
2022-09-21io_uring/net: don't lose partial send_zc on failGravatar Pavel Begunkov 1-0/+16
2022-09-21io_uring/net: don't lose partial send/recv on failGravatar Pavel Begunkov 1-0/+10
2022-09-21io_uring/net: use io_sr_msg for sendzcGravatar Pavel Begunkov 1-13/+5
2022-09-21io_uring/net: refactor io_sr_msg typesGravatar Pavel Begunkov 1-7/+7
2022-09-21io_uring/net: add non-bvec sg chunking callbackGravatar Pavel Begunkov 1-6/+11
2022-09-21io_uring/net: io_async_msghdr caches for sendzcGravatar Pavel Begunkov 1-5/+4
2022-09-21io_uring/net: use async caches for async prepGravatar Pavel Begunkov 1-3/+13
2022-09-21io_uring/net: reshuffle error handlingGravatar Pavel Begunkov 1-8/+8
2022-09-18io_uring/net: fix zc fixed buf lifetimeGravatar Pavel Begunkov 1-8/+8
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTGravatar Pavel Begunkov 1-3/+4
2022-09-01io_uring/net: simplify zerocopy send user APIGravatar Pavel Begunkov 1-20/+33
2022-09-01io_uring/notif: remove notif registrationGravatar Pavel Begunkov 1-3/+1
2022-08-26io_uring/net: fix overexcessive retriesGravatar Pavel Begunkov 1-1/+1
2022-08-25io_uring/net: save address for sendzc async executionGravatar Pavel Begunkov 1-7/+46