summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2025-02-27io_uring/net: fix build warning for !CONFIG_COMPATArnd Bergmann
2025-02-27io_uring/net: extract iovec import into a helperPavel Begunkov
2025-02-27io_uring/net: unify *mshot_prep calls with compatPavel Begunkov
2025-02-27io_uring/net: derive iovec storage laterPavel Begunkov
2025-02-27io_uring/net: verify msghdr before copying iovecPavel Begunkov
2025-02-27io_uring/net: isolate msghdr copying codePavel Begunkov
2025-02-27io_uring/net: simplify compat selbuf iov parsingPavel Begunkov
2025-02-27io_uring/net: remove unnecessary REQ_F_NEED_CLEANUPPavel Begunkov
2025-02-27Merge branch 'io_uring-6.14' into for-6.15/io_uringJens Axboe
2025-02-27io_uring: combine buffer lookup and importPavel Begunkov
2025-02-27io_uring/net: reuse req->buf_index for sendzcPavel Begunkov
2025-02-25io_uring/net: save msg_control for compatPavel Begunkov
2025-02-24io_uring/net: canonise accept mshot handlingPavel Begunkov
2025-02-24io_uring/net: fix accept multishot handlingPavel Begunkov
2025-02-24io_uring/net: use io_is_compat()Pavel Begunkov
2025-02-17io_uring/net: improve recv bundlesJens Axboe
2025-01-30io_uring/net: don't retry connect operation on EPOLLERRJens Axboe
2025-01-28io_uring: remove !KASAN guards from cache freePavel Begunkov
2025-01-28io_uring/net: extract io_send_select_buffer()Pavel Begunkov
2025-01-28io_uring/net: clean io_msg_copy_hdr()Pavel Begunkov
2025-01-28io_uring/net: make io_net_vec_assign() return voidPavel Begunkov
2025-01-23io_uring: get rid of alloc cache init_once handlingJens Axboe
2025-01-20Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linuxLinus Torvalds
2025-01-02io_uring/net: always initialize kmsg->msg.msg_inq upfrontJens Axboe
2024-12-27io_uring/net: Allocate msghdr async data through helperGabriel Krisman Bertazi
2024-11-07io_uring/rsrc: add & apply io_req_assign_buf_node()Ming Lei
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe
2024-10-29io_uring/net: clean up io_msg_copy_hdrPavel Begunkov
2024-10-29io_uring/net: don't alias send user pointer readsPavel Begunkov
2024-10-29io_uring/net: don't store send address ptrPavel Begunkov
2024-10-29io_uring/net: split send and sendmsg prep helpersPavel Begunkov
2024-10-29io_uring/net: move send zc fixed buffer import to issue pathJens Axboe
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe
2024-08-29Revert "io_uring: Require zeroed sqe->len on provided-buffers send"Jens Axboe
2024-08-25io_uring/net: use ITER_UBUF for single segment send mapsJens Axboe
2024-08-07io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe
2024-08-07io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe
2024-08-07io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov