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