| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-22 | io_uring: Fix code indentation error | Ranganath V N | 1 | -1/+1 |
| 2025-09-08 | io_uring: don't include filetable.h in io_uring.h | Caleb Sander Mateos | 1 | -0/+1 |
| 2025-09-02 | io_uring/net: correct type for min_not_zero() cast | Jens Axboe | 1 | -1/+1 |
| 2025-08-27 | io_uring: add async data clear/free helpers | Jens Axboe | 1 | -4/+2 |
| 2025-08-24 | io_uring/kbuf: switch to storing struct io_buffer_list locally | Jens Axboe | 1 | -29/+17 |
| 2025-08-24 | io_uring/net: use struct io_br_sel->val as the send finish value | Jens Axboe | 1 | -10/+12 |
| 2025-08-24 | io_uring/net: use struct io_br_sel->val as the recv finish value | Jens Axboe | 1 | -16/+19 |
| 2025-08-24 | io_uring/kbuf: use struct io_br_sel for multiple buffers picking | Jens Axboe | 1 | -19/+19 |
| 2025-08-24 | io_uring/kbuf: introduce struct io_br_sel | Jens Axboe | 1 | -9/+9 |
| 2025-08-24 | io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpers | Jens Axboe | 1 | -14/+14 |
| 2025-08-24 | io_uring/net: clarify io_recv_buf_select() return value | Jens Axboe | 1 | -1/+1 |
| 2025-08-24 | io_uring/net: don't use io_net_kbuf_recyle() for non-provided cases | Jens Axboe | 1 | -3/+3 |
| 2025-08-24 | io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() arguments | Jens Axboe | 1 | -8/+6 |
| 2025-08-12 | io_uring/net: commit partial buffers on retry | Jens Axboe | 1 | -12/+15 |
| 2025-07-30 | io_uring/net: Allow to do vectorized send | Norman Maurer | 1 | -2/+7 |
| 2025-07-28 | Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -17/+62 |
| 2025-07-16 | io_uring/poll: fix POLLERR handling | Pavel Begunkov | 1 | -4/+8 |
| 2025-07-16 | io_uring/net: Support multishot receive len cap | Norman Maurer | 1 | -4/+34 |
| 2025-07-14 | io_uring/net: cast min_not_zero() type | Jens Axboe | 1 | -1/+1 |
| 2025-07-10 | io_uring/net: allow multishot receive per-invocation cap | Jens Axboe | 1 | -6/+17 |
| 2025-07-10 | io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flags | Jens Axboe | 1 | -11/+15 |
| 2025-07-10 | io_uring/net: use passed in 'len' in io_recv_buf_select() | Jens Axboe | 1 | -1/+1 |
| 2025-06-26 | io_uring/kbuf: flag partial buffer mappings | Jens Axboe | 1 | -8/+15 |
| 2025-06-25 | io_uring/net: mark iov as dynamically allocated even for single segments | Jens Axboe | 1 | -5/+6 |
| 2025-06-20 | io_uring/net: always use current transfer count for buffer put | Jens Axboe | 1 | -1/+1 |
| 2025-05-28 | io_uring/net: only consider msg_inq if larger than 1 | Jens Axboe | 1 | -2/+2 |
| 2025-05-26 | Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -37/+25 |
| 2025-05-21 | io_uring/net: only retry recv bundle for a full transfer | Jens Axboe | 1 | -4/+10 |
| 2025-05-21 | io_uring: finish IOU_OK -> IOU_COMPLETE transition | Jens Axboe | 1 | -7/+7 |
| 2025-05-09 | io_uring/net: move CONFIG_NET guards to Makefile | Pavel Begunkov | 1 | -2/+0 |
| 2025-04-23 | io_uring/zcrx: add support for multiple ifqs | Pavel Begunkov | 1 | -3/+2 |
| 2025-04-21 | io_uring/zcrx: remove sqe->file_index check | Pavel Begunkov | 1 | -2/+1 |
| 2025-04-21 | io_uring: don't store bgid in req->buf_index | Pavel Begunkov | 1 | -1/+2 |
| 2025-04-21 | io_uring/kbuf: pass bgid to io_buffer_select() | Pavel Begunkov | 1 | -5/+4 |
| 2025-04-21 | io_uring: set IMPORT_BUFFER in generic send setup | Pavel Begunkov | 1 | -3/+3 |
| 2025-04-21 | io_uring/net: don't use io_do_buffer_select at prep | Pavel Begunkov | 1 | -15/+7 |
| 2025-03-31 | io_uring/net: avoid import_ubuf for regvec send | Pavel Begunkov | 1 | -0/+2 |
| 2025-03-28 | io_uring/net: import zc ubuf earlier | Pavel Begunkov | 1 | -28/+16 |
| 2025-03-28 | io_uring/net: set sg_from_iter in advance | Pavel Begunkov | 1 | -10/+15 |
| 2025-03-28 | io_uring/net: clusterise send vs msghdr branches | Pavel Begunkov | 1 | -11/+4 |
| 2025-03-28 | io_uring/net: unify sendmsg setup with zc | Pavel Begunkov | 1 | -22/+6 |
| 2025-03-28 | io_uring/net: combine sendzc flags writes | Pavel Begunkov | 1 | -2/+1 |
| 2025-03-28 | io_uring/net: open code io_net_vec_assign() | Pavel Begunkov | 1 | -11/+5 |
| 2025-03-28 | io_uring/net: open code io_sendmsg_copy_hdr() | Pavel Begunkov | 1 | -20/+10 |
| 2025-03-28 | io_uring/net: account memory for zc sendmsg | Pavel Begunkov | 1 | -1/+11 |
| 2025-03-28 | Merge tag 'for-6.15/io_uring-reg-vec-20250327' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -117/+118 |
| 2025-03-28 | Merge tag 'for-6.15/io_uring-rx-zc-20250325' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+84 |
| 2025-03-27 | io_uring/net: fix io_req_post_cqe abuse by send bundle | Pavel Begunkov | 1 | -0/+1 |
| 2025-03-26 | Merge tag 'for-6.15/io_uring-20250322' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -143/+114 |
| 2025-03-26 | io_uring/net: use REQ_F_IMPORT_BUFFER for send_zc | Caleb Sander Mateos | 1 | -5/+5 |
| 2025-03-22 | io_uring/net: fix sendzc double notif flush | Pavel Begunkov | 1 | -0/+2 |
| 2025-03-21 | io_uring/net: only import send_zc buffer once | Caleb Sander Mateos | 1 | -1/+4 |
| 2025-03-20 | io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionally | Jens Axboe | 1 | -2/+1 |
| 2025-03-10 | io_uring: rely on io_prep_reg_vec for iovec placement | Pavel Begunkov | 1 | -3/+1 |
| 2025-03-10 | io_uring: introduce io_prep_reg_iovec() | Pavel Begunkov | 1 | -20/+3 |
| 2025-03-10 | io_uring: unify STOP_MULTISHOT with IOU_OK | Pavel Begunkov | 1 | -15/+4 |
| 2025-03-10 | io_uring: return -EAGAIN to continue multishot | Pavel Begunkov | 1 | -33/+14 |
| 2025-03-07 | io_uring: cap cached iovec/bvec size | Pavel Begunkov | 1 | -0/+3 |
| 2025-03-07 | io_uring/net: implement vectored reg bufs for zctx | Pavel Begunkov | 1 | -4/+55 |
| 2025-03-07 | io_uring/net: convert to struct iou_vec | Pavel Begunkov | 1 | -29/+22 |
| 2025-03-07 | io_uring/net: pull vec alloc out of msghdr import | Pavel Begunkov | 1 | -8/+15 |
| 2025-03-07 | io_uring/net: combine msghdr copy | Pavel Begunkov | 1 | -27/+19 |
| 2025-03-07 | Merge branch 'for-6.15/io_uring-rx-zc' into for-6.15/io_uring-reg-vec | Jens Axboe | 1 | -0/+84 |
| 2025-02-27 | io_uring/net: fix build warning for !CONFIG_COMPAT | Arnd Bergmann | 1 | -6/+0 |
| 2025-02-27 | io_uring/net: extract iovec import into a helper | Pavel Begunkov | 1 | -34/+28 |
| 2025-02-27 | io_uring/net: unify *mshot_prep calls with compat | Pavel Begunkov | 1 | -7/+7 |
| 2025-02-27 | io_uring/net: derive iovec storage later | Pavel Begunkov | 1 | -22/+21 |
| 2025-02-27 | io_uring/net: verify msghdr before copying iovec | Pavel Begunkov | 1 | -25/+18 |
| 2025-02-27 | io_uring/net: isolate msghdr copying code | Pavel Begunkov | 1 | -20/+25 |
| 2025-02-27 | io_uring/net: simplify compat selbuf iov parsing | Pavel Begunkov | 1 | -8/+4 |
| 2025-02-27 | io_uring/net: remove unnecessary REQ_F_NEED_CLEANUP | Pavel Begunkov | 1 | -9/+2 |
| 2025-02-27 | Merge branch 'io_uring-6.14' into for-6.15/io_uring | Jens Axboe | 1 | -1/+3 |
| 2025-02-27 | io_uring: combine buffer lookup and import | Pavel Begunkov | 1 | -18/+4 |
| 2025-02-27 | io_uring/net: reuse req->buf_index for sendzc | Pavel Begunkov | 1 | -3/+2 |
| 2025-02-25 | io_uring/net: save msg_control for compat | Pavel Begunkov | 1 | -1/+3 |
| 2025-02-24 | io_uring/zcrx: add a read limit to recvzc requests | David Wei | 1 | -3/+13 |
| 2025-02-24 | io_uring/net: canonise accept mshot handling | Pavel Begunkov | 1 | -9/+4 |
| 2025-02-24 | io_uring/net: fix accept multishot handling | Pavel Begunkov | 1 | -0/+2 |
| 2025-02-24 | io_uring/net: use io_is_compat() | Pavel Begunkov | 1 | -11/+8 |
| 2025-02-17 | io_uring/zcrx: throttle receive requests | Pavel Begunkov | 1 | -0/+2 |
| 2025-02-17 | io_uring/zcrx: add io_recvzc request | David Wei | 1 | -0/+72 |
| 2025-02-17 | io_uring/net: improve recv bundles | Jens Axboe | 1 | -0/+18 |
| 2025-01-30 | io_uring/net: don't retry connect operation on EPOLLERR | Jens Axboe | 1 | -0/+5 |
| 2025-01-28 | io_uring: remove !KASAN guards from cache free | Pavel Begunkov | 1 | -2/+0 |
| 2025-01-28 | io_uring/net: extract io_send_select_buffer() | Pavel Begunkov | 1 | -37/+50 |
| 2025-01-28 | io_uring/net: clean io_msg_copy_hdr() | Pavel Begunkov | 1 | -3/+4 |
| 2025-01-28 | io_uring/net: make io_net_vec_assign() return void | Pavel Begunkov | 1 | -4/+5 |
| 2025-01-23 | io_uring: get rid of alloc cache init_once handling | Jens Axboe | 1 | -22/+6 |
| 2025-01-20 | Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -17/+18 |
| 2025-01-02 | io_uring/net: always initialize kmsg->msg.msg_inq upfront | Jens Axboe | 1 | -0/+1 |
| 2024-12-27 | io_uring/net: Allocate msghdr async data through helper | Gabriel Krisman Bertazi | 1 | -17/+18 |
| 2024-11-07 | io_uring/rsrc: add & apply io_req_assign_buf_node() | Ming Lei | 1 | -2/+1 |
| 2024-11-06 | io_uring/rsrc: split io_kiocb node type assignments | Jens Axboe | 1 | -1/+2 |
| 2024-11-02 | io_uring/rsrc: add io_rsrc_node_lookup() helper | Jens Axboe | 1 | -4/+2 |
| 2024-11-02 | io_uring/rsrc: unify file and buffer resource tables | Jens Axboe | 1 | -3/+3 |
| 2024-11-02 | io_uring/rsrc: get rid of per-ring io_rsrc_node list | Jens Axboe | 1 | -5/+6 |
| 2024-10-29 | io_uring/net: clean up io_msg_copy_hdr | Pavel Begunkov | 1 | -7/+8 |
| 2024-10-29 | io_uring/net: don't alias send user pointer reads | Pavel Begunkov | 1 | -5/+8 |
| 2024-10-29 | io_uring/net: don't store send address ptr | Pavel Begunkov | 1 | -20/+16 |
| 2024-10-29 | io_uring/net: split send and sendmsg prep helpers | Pavel Begunkov | 1 | -9/+12 |
| 2024-10-29 | io_uring/net: move send zc fixed buffer import to issue path | Jens Axboe | 1 | -13/+23 |
| 2024-10-29 | io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node() | Jens Axboe | 1 | -1/+1 |
| 2024-09-30 | io_uring/net: harden multishot termination case for recv | Jens Axboe | 1 | -1/+3 |
| 2024-08-29 | io_uring/kbuf: pass in 'len' argument for buffer commit | Jens Axboe | 1 | -4/+4 |
| 2024-08-29 | Revert "io_uring: Require zeroed sqe->len on provided-buffers send" | Jens Axboe | 1 | -3/+1 |
| 2024-08-25 | io_uring/net: use ITER_UBUF for single segment send maps | Jens Axboe | 1 | -3/+12 |
| 2024-08-07 | io_uring/net: don't pick multiple buffers for non-bundle send | Jens Axboe | 1 | -2/+3 |
| 2024-08-07 | io_uring/net: ensure expanded bundle send gets marked for cleanup | Jens Axboe | 1 | -0/+1 |
| 2024-08-07 | io_uring/net: ensure expanded bundle recv gets marked for cleanup | Jens Axboe | 1 | -0/+1 |
| 2024-07-16 | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -12/+4 |
| 2024-07-15 | Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -10/+84 |
| 2024-07-13 | io_uring/net: check socket is valid in io_bind()/io_listen() | Tetsuo Handa | 1 | -2/+12 |
| 2024-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+6 |
| 2024-07-02 | io_uring/net: cleanup io_recv_finish() bundle handling | Jens Axboe | 1 | -10/+10 |
| 2024-07-02 | io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it | Jens Axboe | 1 | -4/+6 |
| 2024-07-02 | io_uring/net: move charging socket out of zc io_uring | Pavel Begunkov | 1 | -12/+4 |
| 2024-06-19 | io_uring: Introduce IORING_OP_LISTEN | Gabriel Krisman Bertazi | 1 | -0/+28 |
| 2024-06-19 | io_uring: Introduce IORING_OP_BIND | Gabriel Krisman Bertazi | 1 | -0/+36 |
| 2024-05-30 | io_uring/net: assign kmsg inq/flags before buffer selection | Jens Axboe | 1 | -3/+3 |
| 2024-05-13 | io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept | Jens Axboe | 1 | -4/+16 |
| 2024-05-13 | net: have do_accept() take a struct proto_accept_arg argument | Jens Axboe | 1 | -2/+4 |
| 2024-05-09 | io_uring/net: add IORING_ACCEPT_POLL_FIRST flag | Jens Axboe | 1 | -1/+8 |
| 2024-05-09 | io_uring/net: add IORING_ACCEPT_DONTWAIT flag | Jens Axboe | 1 | -6/+9 |
| 2024-05-01 | io_uring: Require zeroed sqe->len on provided-buffers send | Gabriel Krisman Bertazi | 1 | -1/+3 |
| 2024-04-30 | io_uring/net: fix sendzc lazy wake polling | Pavel Begunkov | 1 | -0/+1 |
| 2024-04-22 | io_uring/net: support bundles for recv | Jens Axboe | 1 | -21/+95 |
| 2024-04-22 | io_uring/net: support bundles for send | Jens Axboe | 1 | -17/+128 |
| 2024-04-22 | io_uring/net: add provided buffer support for IORING_OP_SEND | Jens Axboe | 1 | -5/+20 |
| 2024-04-22 | io_uring/net: add generic multishot retry helper | Jens Axboe | 1 | -12/+12 |
| 2024-04-15 | io_uring/net: set MSG_ZEROCOPY for sendzc in advance | Pavel Begunkov | 1 | -3/+3 |
| 2024-04-15 | io_uring/net: get rid of io_notif_complete_tw_ext | Pavel Begunkov | 1 | -5/+5 |
| 2024-04-15 | io_uring/alloc_cache: switch to array based caching | Jens Axboe | 1 | -8/+5 |
| 2024-04-15 | io_uring/net: move connect to always using async data | Jens Axboe | 1 | -30/+11 |
| 2024-04-15 | io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup() | Jens Axboe | 1 | -6/+5 |
| 2024-04-15 | io_uring/net: add iovec recycling | Jens Axboe | 1 | -47/+84 |
| 2024-04-15 | io_uring/net: remove (now) dead code in io_netmsg_recycle() | Jens Axboe | 1 | -1/+1 |
| 2024-04-15 | io_uring: kill io_msg_alloc_async_prep() | Jens Axboe | 1 | -21/+10 |
| 2024-04-15 | io_uring/net: get rid of ->prep_async() for send side | Jens Axboe | 1 | -108/+46 |
| 2024-04-15 | io_uring/net: get rid of ->prep_async() for receive side | Jens Axboe | 1 | -43/+28 |
| 2024-04-15 | io_uring/net: always set kmsg->msg.msg_control_user before issue | Jens Axboe | 1 | -2/+3 |
| 2024-04-15 | io_uring/net: always setup an io_async_msghdr | Jens Axboe | 1 | -70/+47 |
| 2024-04-15 | io_uring/net: unify cleanup handling | Jens Axboe | 1 | -15/+11 |
| 2024-04-15 | io_uring/net: switch io_recv() to using io_async_msghdr | Jens Axboe | 1 | -28/+47 |
| 2024-04-15 | io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr | Jens Axboe | 1 | -94/+100 |
| 2024-04-15 | io_uring: refactor io_fill_cqe_req_aux | Pavel Begunkov | 1 | -4/+2 |
| 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 |