summaryrefslogtreecommitdiff
path: root/io_uring/net.h
AgeCommit message (Expand)Author
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov
2022-09-21io_uring/net: combine fail handlersPavel Begunkov
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov
2022-07-24io_uring: wire send zc request typePavel Begunkov
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe