summaryrefslogtreecommitdiff
path: root/io_uring/net.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring: Add KASAN support for alloc_cachesBreno Leitao2023-04-031-1/+4
* io_uring/net: zerocopy sendmsgPavel Begunkov2022-09-211-0/+1
* io_uring/net: combine fail handlersPavel Begunkov2022-09-211-1/+0
* io_uring/net: rename io_sendzc()Pavel Begunkov2022-09-211-3/+3
* io_uring/net: support non-zerocopy sendtoPavel Begunkov2022-09-211-1/+2
* io_uring/net: don't lose partial send_zc on failPavel Begunkov2022-09-211-0/+1
* io_uring/net: don't lose partial send/recv on failPavel Begunkov2022-09-211-0/+2
* io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-011-0/+1
* io_uring/net: save address for sendzc async executionPavel Begunkov2022-08-251-0/+1
* io_uring: wire send zc request typePavel Begunkov2022-07-241-0/+3
* io_uring: support multishot in recvmsgDylan Yudaken2022-07-241-0/+6
* io_uring: add netmsg cacheJens Axboe2022-07-241-1/+12
* io_uring: split network related opcodes into its own fileJens Axboe2022-07-241-0/+43