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