summaryrefslogtreecommitdiffstats
path: root/io_uring/net.h
Commit message (Expand)AuthorAgeFilesLines
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-13/+5
* io_uring/net: move connect to always using async dataJens Axboe2024-04-151-5/+0
* io_uring/net: add iovec recyclingJens Axboe2024-04-151-6/+7
* io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-151-2/+0
* io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-151-1/+0
* io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-151-1/+1
* 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