summaryrefslogtreecommitdiffstats
path: root/io_uring/net.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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