summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
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
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov
2022-08-24io_uring/net: fix indentationPavel Begunkov
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov
2022-08-18io_uring/net: use right helpers for async_dataPavel Begunkov
2022-08-15io_uring/net: improve zc addr import error handlingPavel Begunkov
2022-08-15io_uring/net: use right helpers for async recyclePavel Begunkov
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher
2022-08-05io_uring: fix io_recvmsg_prep_multishot sparse warningsDylan Yudaken
2022-08-04io_uring/net: send retry for zerocopyPavel Begunkov
2022-07-27io_uring: notification completion optimisationPavel Begunkov
2022-07-25io_uring/net: use unsigned for flagsPavel Begunkov
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov
2022-07-25io_uring/net: checks errors of zc mem accountingPavel Begunkov
2022-07-24io_uring: enable managed frags with register buffersPavel Begunkov
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: initialise msghdr::msg_ubufPavel Begunkov
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken