aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe1-6/+22
2022-09-29io_uring/net: fix notif cqe reorderingPavel Begunkov1-5/+19
2022-09-29io_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-28io_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
2022-09-18io_uring/net: fix zc fixed buf lifetimePavel Begunkov1-8/+8
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov1-3/+4
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-20/+33
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-3/+1
2022-08-26io_uring/net: fix overexcessive retriesPavel Begunkov1-1/+1
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov1-7/+46
2022-08-24io_uring/net: fix indentationPavel Begunkov1-1/+1
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov1-0/+1
2022-08-18io_uring/net: use right helpers for async_dataPavel Begunkov1-2/+2
2022-08-15io_uring/net: improve zc addr import error handlingPavel Begunkov1-8/+8
2022-08-15io_uring/net: use right helpers for async recyclePavel Begunkov1-1/+1
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher1-21/+21
2022-08-05io_uring: fix io_recvmsg_prep_multishot sparse warningsDylan Yudaken1-2/+2
2022-08-04io_uring/net: send retry for zerocopyPavel Begunkov1-3/+17
2022-07-27io_uring: notification completion optimisationPavel Begunkov1-2/+2
2022-07-25io_uring/net: use unsigned for flagsPavel Begunkov1-2/+2
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov1-1/+1
2022-07-25io_uring/net: checks errors of zc mem accountingPavel Begunkov1-1/+3
2022-07-24io_uring: enable managed frags with register buffersPavel Begunkov1-1/+55
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov1-1/+4
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov1-5/+24
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov1-2/+16
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov1-0/+1
2022-07-24io_uring: wire send zc request typePavel Begunkov1-0/+94
2022-07-24io_uring: initialise msghdr::msg_ubufPavel Begunkov1-0/+2
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe1-1/+1
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken1-5/+5