aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken1-19/+161
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken1-8/+9
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken1-8/+9
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken1-9/+14
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken1-0/+2
2022-07-24io_uring: add netmsg cacheJens Axboe1-9/+54
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken1-19/+10
2022-07-24io_uring: multishot recvDylan Yudaken1-13/+89
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken1-4/+7
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken1-1/+1
2022-07-24io_uring: recycle buffers on errorDylan Yudaken1-2/+8
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken1-5/+11
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov1-1/+0
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov1-15/+5
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe1-0/+1
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe1-0/+779