Age | Commit message (Expand) | Author |
2024-08-07 | io_uring/net: don't pick multiple buffers for non-bundle send | Jens Axboe |
2024-08-07 | io_uring/net: ensure expanded bundle send gets marked for cleanup | Jens Axboe |
2024-08-07 | io_uring/net: ensure expanded bundle recv gets marked for cleanup | Jens Axboe |
2024-07-16 | Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2024-07-15 | Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux | Linus Torvalds |
2024-07-13 | io_uring/net: check socket is valid in io_bind()/io_listen() | Tetsuo Handa |
2024-07-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-07-02 | io_uring/net: cleanup io_recv_finish() bundle handling | Jens Axboe |
2024-07-02 | io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it | Jens Axboe |
2024-07-02 | io_uring/net: move charging socket out of zc io_uring | Pavel Begunkov |
2024-06-19 | io_uring: Introduce IORING_OP_LISTEN | Gabriel Krisman Bertazi |
2024-06-19 | io_uring: Introduce IORING_OP_BIND | Gabriel Krisman Bertazi |
2024-05-30 | io_uring/net: assign kmsg inq/flags before buffer selection | Jens Axboe |
2024-05-13 | io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept | Jens Axboe |
2024-05-13 | net: have do_accept() take a struct proto_accept_arg argument | Jens Axboe |
2024-05-09 | io_uring/net: add IORING_ACCEPT_POLL_FIRST flag | Jens Axboe |
2024-05-09 | io_uring/net: add IORING_ACCEPT_DONTWAIT flag | Jens Axboe |
2024-05-01 | io_uring: Require zeroed sqe->len on provided-buffers send | Gabriel Krisman Bertazi |
2024-04-30 | io_uring/net: fix sendzc lazy wake polling | Pavel Begunkov |
2024-04-22 | io_uring/net: support bundles for recv | Jens Axboe |
2024-04-22 | io_uring/net: support bundles for send | Jens Axboe |
2024-04-22 | io_uring/net: add provided buffer support for IORING_OP_SEND | Jens Axboe |
2024-04-22 | io_uring/net: add generic multishot retry helper | Jens Axboe |
2024-04-15 | io_uring/net: set MSG_ZEROCOPY for sendzc in advance | Pavel Begunkov |
2024-04-15 | io_uring/net: get rid of io_notif_complete_tw_ext | Pavel Begunkov |
2024-04-15 | io_uring/alloc_cache: switch to array based caching | Jens Axboe |
2024-04-15 | io_uring/net: move connect to always using async data | Jens Axboe |
2024-04-15 | io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup() | Jens Axboe |
2024-04-15 | io_uring/net: add iovec recycling | Jens Axboe |
2024-04-15 | io_uring/net: remove (now) dead code in io_netmsg_recycle() | Jens Axboe |
2024-04-15 | io_uring: kill io_msg_alloc_async_prep() | Jens Axboe |
2024-04-15 | io_uring/net: get rid of ->prep_async() for send side | Jens Axboe |
2024-04-15 | io_uring/net: get rid of ->prep_async() for receive side | Jens Axboe |
2024-04-15 | io_uring/net: always set kmsg->msg.msg_control_user before issue | Jens Axboe |
2024-04-15 | io_uring/net: always setup an io_async_msghdr | Jens Axboe |
2024-04-15 | io_uring/net: unify cleanup handling | Jens Axboe |
2024-04-15 | io_uring/net: switch io_recv() to using io_async_msghdr | Jens Axboe |
2024-04-15 | io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr | Jens Axboe |
2024-04-15 | io_uring: refactor io_fill_cqe_req_aux | Pavel Begunkov |
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 |