summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)Author
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...HEADmasterLinus 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
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi
2024-05-30io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe
2024-05-01io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi
2024-04-30io_uring/net: fix sendzc lazy wake pollingPavel Begunkov
2024-04-22io_uring/net: support bundles for recvJens Axboe
2024-04-22io_uring/net: support bundles for sendJens Axboe
2024-04-22io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe
2024-04-22io_uring/net: add generic multishot retry helperJens Axboe
2024-04-15io_uring/net: set MSG_ZEROCOPY for sendzc in advancePavel Begunkov
2024-04-15io_uring/net: get rid of io_notif_complete_tw_extPavel Begunkov
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2024-04-15io_uring/net: move connect to always using async dataJens Axboe
2024-04-15io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe
2024-04-15io_uring/net: add iovec recyclingJens Axboe
2024-04-15io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe
2024-04-15io_uring: kill io_msg_alloc_async_prep()Jens Axboe
2024-04-15io_uring/net: get rid of ->prep_async() for send sideJens Axboe
2024-04-15io_uring/net: get rid of ->prep_async() for receive sideJens Axboe
2024-04-15io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe
2024-04-15io_uring/net: always setup an io_async_msghdrJens Axboe
2024-04-15io_uring/net: unify cleanup handlingJens Axboe
2024-04-15io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe
2024-04-15io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-08io_uring/net: restore msg_control on sendzc retryPavel Begunkov
2024-03-16io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe
2024-03-11Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linuxLinus Torvalds
2024-03-08io_uring/net: dedup io_recv_finish req completionPavel Begunkov
2024-03-08io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov
2024-03-08io_uring: fix mshot io-wq checksPavel Begunkov
2024-03-08io_uring/net: add io_req_msg_cleanup() helperJens Axboe
2024-03-08io_uring/net: simplify msghd->msg_inq checkingJens Axboe
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe
2024-03-08io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_ioJens Axboe
2024-03-07io_uring/net: correctly handle multishot recvmsg retry setupJens Axboe
2024-03-07io_uring/net: clear REQ_F_BL_EMPTY in the multishot retry handlerJens Axboe
2024-03-04io_uring/net: fix overflow check in io_recvmsg_mshot_prep()Dan Carpenter
2024-03-04io_uring/net: correct the type of variableMuhammad Usama Anjum