summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken
2022-07-24io_uring: add netmsg cacheJens Axboe
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken
2022-07-24io_uring: multishot recvDylan Yudaken
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken
2022-07-24io_uring: recycle buffers on errorDylan Yudaken
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe