Age | Commit message (Expand) | Author |
2024-04-08 | io_uring/net: restore msg_control on sendzc retry | Pavel Begunkov |
2024-03-16 | io_uring/net: ensure async prep handlers always initialize ->done_io | Jens Axboe |
2024-03-11 | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux | Linus Torvalds |
2024-03-08 | io_uring/net: dedup io_recv_finish req completion | Pavel Begunkov |
2024-03-08 | io_uring: refactor DEFER_TASKRUN multishot checks | Pavel Begunkov |
2024-03-08 | io_uring: fix mshot io-wq checks | Pavel Begunkov |
2024-03-08 | io_uring/net: add io_req_msg_cleanup() helper | Jens Axboe |
2024-03-08 | io_uring/net: simplify msghd->msg_inq checking | Jens Axboe |
2024-03-08 | io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE | Jens Axboe |
2024-03-08 | io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io | Jens Axboe |
2024-03-07 | io_uring/net: correctly handle multishot recvmsg retry setup | Jens Axboe |
2024-03-07 | io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler | Jens Axboe |
2024-03-04 | io_uring/net: fix overflow check in io_recvmsg_mshot_prep() | Dan Carpenter |
2024-03-04 | io_uring/net: correct the type of variable | Muhammad Usama Anjum |
2024-03-01 | io_uring/net: move recv/recvmsg flags out of retry loop | Jens Axboe |
2024-02-27 | io_uring/net: improve the usercopy for sendmsg/recvmsg | Jens Axboe |
2024-02-27 | io_uring/net: move receive multishot out of the generic msghdr path | Jens Axboe |
2024-02-27 | io_uring/net: unify how recvmsg and sendmsg copy in the msghdr | Jens Axboe |
2024-02-14 | io_uring/net: fix multishot accept overflow handling | Jens Axboe |
2024-02-01 | io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers | Jens Axboe |
2024-01-29 | io_uring/net: limit inline multishot retries | Jens Axboe |
2024-01-29 | io_uring/net: un-indent mshot retry path in io_recv_finish() | Jens Axboe |
2023-11-03 | io_uring/net: ensure socket is marked connected on connect retry | Jens Axboe |
2023-09-14 | io_uring/net: fix iter retargeting for selected buf | Pavel Begunkov |
2023-08-11 | io_uring: never overflow io_aux_cqe | Pavel Begunkov |
2023-08-11 | io_uring/net: don't overflow multishot recv | Pavel Begunkov |
2023-08-11 | io_uring/net: don't overflow multishot accept | Pavel Begunkov |
2023-07-03 | Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2023-06-27 | io_uring/net: use proper value for msg_inq | Jens Axboe |
2023-06-26 | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds |
2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2023-06-21 | io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr | Jens Axboe |
2023-06-21 | io_uring/net: disable partial retries for recvmsg with cmsg | Jens Axboe |
2023-06-21 | io_uring/net: clear msg_controllen on partial sendmsg retry | Jens Axboe |
2023-06-13 | io_uring/net: save msghdr->msg_control for retries | Jens Axboe |
2023-06-07 | io_uring: cleanup io_aux_cqe() API | Jens Axboe |
2023-05-23 | net: Declare MSG_SPLICE_PAGES internal sendmsg() flag | David Howells |
2023-05-17 | io_uring/net: don't retry recvmsg() unnecessarily | Jens Axboe |
2023-05-17 | io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish() | Jens Axboe |
2023-05-17 | io_uring/net: initalize msghdr->msg_inq to known value | Jens Axboe |
2023-05-17 | io_uring/net: initialize struct msghdr more sanely for io_recv() | Jens Axboe |
2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe |
2023-03-20 | io_uring/net: avoid sending -ECONNABORTED on repeated connection requests | Jens Axboe |
2023-02-24 | io_uring: remove MSG_NOSIGNAL from recvmsg | David Lamparter |
2023-02-20 | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds |
2023-01-29 | io_uring: for requests that require async, force it | Dylan Yudaken |
2023-01-23 | io_uring/net: cache provided buffer group value for multishot receives | Jens Axboe |
2023-01-08 | io_uring: switch network send/recv to ITER_UBUF | Jens Axboe |
2022-12-19 | io_uring/net: fix cleanup after recycle | Pavel Begunkov |