| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-04-08 | io_uring/net: restore msg_control on sendzc retry | Pavel Begunkov | 1 | -0/+1 |
| 2024-03-16 | io_uring/net: ensure async prep handlers always initialize ->done_io | Jens Axboe | 1 | -1/+8 |
| 2024-03-11 | Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -177/+205 |
| 2024-03-08 | io_uring/net: dedup io_recv_finish req completion | Pavel Begunkov | 1 | -12/+4 |
| 2024-03-08 | io_uring: refactor DEFER_TASKRUN multishot checks | Pavel Begunkov | 1 | -21/+0 |
| 2024-03-08 | io_uring: fix mshot io-wq checks | Pavel Begunkov | 1 | -1/+1 |
| 2024-03-08 | io_uring/net: add io_req_msg_cleanup() helper | Jens Axboe | 1 | -12/+15 |
| 2024-03-08 | io_uring/net: simplify msghd->msg_inq checking | Jens Axboe | 1 | -2/+2 |
| 2024-03-08 | io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE | Jens Axboe | 1 | -6/+6 |
| 2024-03-08 | io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io | Jens Axboe | 1 | -5/+7 |
| 2024-03-07 | io_uring/net: correctly handle multishot recvmsg retry setup | Jens Axboe | 1 | -1/+2 |
| 2024-03-07 | io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handler | Jens Axboe | 1 | -0/+1 |
| 2024-03-04 | io_uring/net: fix overflow check in io_recvmsg_mshot_prep() | Dan Carpenter | 1 | -2/+2 |
| 2024-03-04 | io_uring/net: correct the type of variable | Muhammad Usama Anjum | 1 | -1/+1 |
| 2024-03-01 | io_uring/net: move recv/recvmsg flags out of retry loop | Jens Axboe | 1 | -7/+8 |
| 2024-02-27 | io_uring/net: improve the usercopy for sendmsg/recvmsg | Jens Axboe | 1 | -7/+22 |
| 2024-02-27 | io_uring/net: move receive multishot out of the generic msghdr path | Jens Axboe | 1 | -70/+91 |
| 2024-02-27 | io_uring/net: unify how recvmsg and sendmsg copy in the msghdr | Jens Axboe | 1 | -129/+142 |
| 2024-02-14 | io_uring/net: fix multishot accept overflow handling | Jens Axboe | 1 | -2/+3 |
| 2024-02-01 | io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers | Jens Axboe | 1 | -0/+1 |
| 2024-01-29 | io_uring/net: limit inline multishot retries | Jens Axboe | 1 | -3/+20 |
| 2024-01-29 | io_uring/net: un-indent mshot retry path in io_recv_finish() | Jens Axboe | 1 | -16/+20 |
| 2023-11-03 | io_uring/net: ensure socket is marked connected on connect retry | Jens Axboe | 1 | -13/+11 |
| 2023-09-14 | io_uring/net: fix iter retargeting for selected buf | Pavel Begunkov | 1 | -0/+5 |
| 2023-08-11 | io_uring: never overflow io_aux_cqe | Pavel Begunkov | 1 | -4/+4 |
| 2023-08-11 | io_uring/net: don't overflow multishot recv | Pavel Begunkov | 1 | -1/+1 |
| 2023-08-11 | io_uring/net: don't overflow multishot accept | Pavel Begunkov | 1 | -1/+1 |
| 2023-07-03 | Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -4/+4 |
| 2023-06-28 | Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -0/+2 |
| 2023-06-27 | io_uring/net: use proper value for msg_inq | Jens Axboe | 1 | -4/+4 |
| 2023-06-26 | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -26/+32 |
| 2023-06-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -5/+16 |
| 2023-06-21 | io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr | Jens Axboe | 1 | -2/+2 |
| 2023-06-21 | io_uring/net: disable partial retries for recvmsg with cmsg | Jens Axboe | 1 | -4/+7 |
| 2023-06-21 | io_uring/net: clear msg_controllen on partial sendmsg retry | Jens Axboe | 1 | -0/+2 |
| 2023-06-13 | io_uring/net: save msghdr->msg_control for retries | Jens Axboe | 1 | -1/+7 |
| 2023-06-07 | io_uring: cleanup io_aux_cqe() API | Jens Axboe | 1 | -5/+4 |
| 2023-05-23 | net: Declare MSG_SPLICE_PAGES internal sendmsg() flag | David Howells | 1 | -0/+2 |
| 2023-05-17 | io_uring/net: don't retry recvmsg() unnecessarily | Jens Axboe | 1 | -1/+9 |
| 2023-05-17 | io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish() | Jens Axboe | 1 | -13/+9 |
| 2023-05-17 | io_uring/net: initalize msghdr->msg_inq to known value | Jens Axboe | 1 | -2/+4 |
| 2023-05-17 | io_uring/net: initialize struct msghdr more sanely for io_recv() | Jens Axboe | 1 | -7/+8 |
| 2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe | 1 | -2/+2 |
| 2023-03-20 | io_uring/net: avoid sending -ECONNABORTED on repeated connection requests | Jens Axboe | 1 | -9/+16 |
| 2023-02-24 | io_uring: remove MSG_NOSIGNAL from recvmsg | David Lamparter | 1 | -1/+1 |
| 2023-02-20 | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -12/+5 |
| 2023-01-29 | io_uring: for requests that require async, force it | Dylan Yudaken | 1 | -2/+2 |
| 2023-01-23 | io_uring/net: cache provided buffer group value for multishot receives | Jens Axboe | 1 | -0/+11 |
| 2023-01-08 | io_uring: switch network send/recv to ITER_UBUF | Jens Axboe | 1 | -12/+5 |
| 2022-12-19 | io_uring/net: fix cleanup after recycle | Pavel Begunkov | 1 | -1/+1 |
| 2022-12-19 | io_uring/net: ensure compat import handlers clear free_iov | Jens Axboe | 1 | -0/+1 |
| 2022-12-13 | Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+21 |
| 2022-12-13 | Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -22/+34 |
| 2022-12-07 | io_uring: force multishot CQEs into task context | Pavel Begunkov | 1 | -0/+21 |
| 2022-11-25 | use less confusing names for iov_iter direction initializers | Al Viro | 1 | -7/+7 |
| 2022-11-25 | io_uring: add io_aux_cqe which allows deferred completion | Dylan Yudaken | 1 | -3/+4 |
| 2022-11-21 | io_uring: allow multishot recv CQEs to overflow | Dylan Yudaken | 1 | -6/+2 |
| 2022-11-21 | io_uring: revert "io_uring fix multishot accept ordering" | Dylan Yudaken | 1 | -4/+4 |
| 2022-11-21 | io_uring: fix two assignments in if conditions | Xinghui Li | 1 | -7/+9 |
| 2022-11-21 | io_uring/net: move mm accounting to a slower path | Pavel Begunkov | 1 | -0/+3 |
| 2022-11-21 | io_uring: move zc reporting from the hot path | Pavel Begunkov | 1 | -8/+14 |
| 2022-11-21 | io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag | Stefan Metzmacher | 1 | -1/+5 |
| 2022-11-17 | io_uring: fix multishot recv request leaks | Pavel Begunkov | 1 | -9/+7 |
| 2022-11-17 | io_uring: fix multishot accept request leaks | Pavel Begunkov | 1 | -5/+2 |
| 2022-10-22 | io_uring/net: fail zc sendmsg when unsupported by socket | Pavel Begunkov | 1 | -0/+2 |
| 2022-10-22 | io_uring/net: fail zc send when unsupported by socket | Pavel Begunkov | 1 | -0/+2 |
| 2022-10-12 | io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT | Jens Axboe | 1 | -6/+22 |
| 2022-09-29 | io_uring/net: fix notif cqe reordering | Pavel Begunkov | 1 | -5/+19 |
| 2022-09-29 | io_uring/net: don't update msg_name if not provided | Pavel Begunkov | 1 | -1/+2 |
| 2022-09-29 | io_uring/net: fix fast_iov assignment in io_setup_async_msg() | Stefan Metzmacher | 1 | -2/+4 |
| 2022-09-28 | io_uring/net: fix non-zc send with address | Pavel Begunkov | 1 | -6/+6 |
| 2022-09-28 | io_uring/net: don't skip notifs for failed requests | Pavel Begunkov | 1 | -21/+8 |
| 2022-09-26 | io_uring/net: fix cleanup double free free_iov init | Pavel Begunkov | 1 | -10/+10 |
| 2022-09-23 | io_uring/net: fix UAF in io_sendrecv_fail() | Pavel Begunkov | 1 | -10/+5 |
| 2022-09-21 | io_uring/net: zerocopy sendmsg | Pavel Begunkov | 1 | -5/+86 |
| 2022-09-21 | io_uring/net: combine fail handlers | Pavel Begunkov | 1 | -15/+16 |
| 2022-09-21 | io_uring/net: rename io_sendzc() | Pavel Begunkov | 1 | -3/+3 |
| 2022-09-21 | io_uring/net: support non-zerocopy sendto | Pavel Begunkov | 1 | -6/+29 |
| 2022-09-21 | io_uring/net: refactor io_setup_async_addr | Pavel Begunkov | 1 | -9/+9 |
| 2022-09-21 | io_uring/net: don't lose partial send_zc on fail | Pavel Begunkov | 1 | -0/+16 |
| 2022-09-21 | io_uring/net: don't lose partial send/recv on fail | Pavel Begunkov | 1 | -0/+10 |
| 2022-09-21 | io_uring/net: use io_sr_msg for sendzc | Pavel Begunkov | 1 | -13/+5 |
| 2022-09-21 | io_uring/net: refactor io_sr_msg types | Pavel Begunkov | 1 | -7/+7 |
| 2022-09-21 | io_uring/net: add non-bvec sg chunking callback | Pavel Begunkov | 1 | -6/+11 |
| 2022-09-21 | io_uring/net: io_async_msghdr caches for sendzc | Pavel Begunkov | 1 | -5/+4 |
| 2022-09-21 | io_uring/net: use async caches for async prep | Pavel Begunkov | 1 | -3/+13 |
| 2022-09-21 | io_uring/net: reshuffle error handling | Pavel Begunkov | 1 | -8/+8 |
| 2022-09-18 | io_uring/net: fix zc fixed buf lifetime | Pavel Begunkov | 1 | -8/+8 |
| 2022-09-08 | io_uring/net: copy addr for zc on POLL_FIRST | Pavel Begunkov | 1 | -3/+4 |
| 2022-09-01 | io_uring/net: simplify zerocopy send user API | Pavel Begunkov | 1 | -20/+33 |
| 2022-09-01 | io_uring/notif: remove notif registration | Pavel Begunkov | 1 | -3/+1 |
| 2022-08-26 | io_uring/net: fix overexcessive retries | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-25 | io_uring/net: save address for sendzc async execution | Pavel Begunkov | 1 | -7/+46 |
| 2022-08-24 | io_uring/net: fix indentation | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-24 | io_uring/net: fix zc send link failing | Pavel Begunkov | 1 | -0/+1 |
| 2022-08-18 | io_uring/net: use right helpers for async_data | Pavel Begunkov | 1 | -2/+2 |
| 2022-08-15 | io_uring/net: improve zc addr import error handling | Pavel Begunkov | 1 | -8/+8 |
| 2022-08-15 | io_uring/net: use right helpers for async recycle | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-12 | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 1 | -21/+21 |
| 2022-08-05 | io_uring: fix io_recvmsg_prep_multishot sparse warnings | Dylan Yudaken | 1 | -2/+2 |
| 2022-08-04 | io_uring/net: send retry for zerocopy | Pavel Begunkov | 1 | -3/+17 |
| 2022-07-27 | io_uring: notification completion optimisation | Pavel Begunkov | 1 | -2/+2 |
| 2022-07-25 | io_uring/net: use unsigned for flags | Pavel Begunkov | 1 | -2/+2 |
| 2022-07-25 | io_uring/net: make page accounting more consistent | Pavel Begunkov | 1 | -1/+1 |
| 2022-07-25 | io_uring/net: checks errors of zc mem accounting | Pavel Begunkov | 1 | -1/+3 |
| 2022-07-24 | io_uring: enable managed frags with register buffers | Pavel Begunkov | 1 | -1/+55 |
| 2022-07-24 | io_uring: flush notifiers after sendzc | Pavel Begunkov | 1 | -1/+4 |
| 2022-07-24 | io_uring: sendzc with fixed buffers | Pavel Begunkov | 1 | -5/+24 |
| 2022-07-24 | io_uring: allow to pass addr into sendzc | Pavel Begunkov | 1 | -2/+16 |
| 2022-07-24 | io_uring: account locked pages for non-fixed zc | Pavel Begunkov | 1 | -0/+1 |
| 2022-07-24 | io_uring: wire send zc request type | Pavel Begunkov | 1 | -0/+94 |
| 2022-07-24 | io_uring: initialise msghdr::msg_ubuf | Pavel Begunkov | 1 | -0/+2 |
| 2022-07-24 | net: fix compat pointer in get_compat_msghdr() | Jens Axboe | 1 | -1/+1 |
| 2022-07-24 | io_uring: fix types in io_recvmsg_multishot_overflow | Dylan Yudaken | 1 | -5/+5 |
| 2022-07-24 | io_uring: support multishot in recvmsg | Dylan Yudaken | 1 | -19/+161 |
| 2022-07-24 | net: copy from user before calling __get_compat_msghdr | Dylan Yudaken | 1 | -8/+9 |
| 2022-07-24 | net: copy from user before calling __copy_msghdr | Dylan Yudaken | 1 | -8/+9 |
| 2022-07-24 | io_uring: support 0 length iov in buffer select in compat | Dylan Yudaken | 1 | -9/+14 |
| 2022-07-24 | io_uring: fix multishot ending when not polled | Dylan Yudaken | 1 | -0/+2 |
| 2022-07-24 | io_uring: add netmsg cache | Jens Axboe | 1 | -9/+54 |
| 2022-07-24 | io_uring: disable multishot recvmsg | Dylan Yudaken | 1 | -19/+10 |
| 2022-07-24 | io_uring: multishot recv | Dylan Yudaken | 1 | -13/+89 |
| 2022-07-24 | io_uring: fix multishot accept ordering | Dylan Yudaken | 1 | -4/+7 |
| 2022-07-24 | io_uring: add allow_overflow to io_post_aux_cqe | Dylan Yudaken | 1 | -1/+1 |
| 2022-07-24 | io_uring: recycle buffers on error | Dylan Yudaken | 1 | -2/+8 |
| 2022-07-24 | io_uring: allow iov_len = 0 for recvmsg and buffer select | Dylan Yudaken | 1 | -5/+11 |
| 2022-07-24 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 1 | -1/+0 |
| 2022-07-24 | io_uring: don't expose io_fill_cqe_aux() | Pavel Begunkov | 1 | -15/+5 |
| 2022-07-24 | io_uring: split provided buffers handling into its own file | Jens Axboe | 1 | -0/+1 |
| 2022-07-24 | io_uring: split network related opcodes into its own file | Jens Axboe | 1 | -0/+779 |