summaryrefslogtreecommitdiffstats
path: root/io_uring/net.h
AgeCommit message (Expand)AuthorLines
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov-3/+3
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe-8/+12
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi-0/+3
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi-0/+3
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe-13/+5
2024-04-15io_uring/net: move connect to always using async dataJens Axboe-5/+0
2024-04-15io_uring/net: add iovec recyclingJens Axboe-6/+7
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe-2/+0
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe-1/+0
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe-1/+1
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao-1/+4
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov-0/+1
2022-09-21io_uring/net: combine fail handlersPavel Begunkov-1/+0
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov-3/+3
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov-1/+2
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov-0/+1
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov-0/+2
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov-0/+1
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov-0/+1
2022-07-24io_uring: wire send zc request typePavel Begunkov-0/+3
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken-0/+6
2022-07-24io_uring: add netmsg cacheJens Axboe-1/+12
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe-0/+43