summaryrefslogtreecommitdiffstats
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorLines
2023-11-03io_uring/net: ensure socket is marked connected on connect retryJens Axboe-13/+11
2023-09-14io_uring/net: fix iter retargeting for selected bufPavel Begunkov-0/+5
2023-08-11io_uring: never overflow io_aux_cqePavel Begunkov-4/+4
2023-08-11io_uring/net: don't overflow multishot recvPavel Begunkov-1/+1
2023-08-11io_uring/net: don't overflow multishot acceptPavel Begunkov-1/+1
2023-07-03Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds-4/+4
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+2
2023-06-27io_uring/net: use proper value for msg_inqJens Axboe-4/+4
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds-26/+32
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+16
2023-06-21io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdrJens Axboe-2/+2
2023-06-21io_uring/net: disable partial retries for recvmsg with cmsgJens Axboe-4/+7
2023-06-21io_uring/net: clear msg_controllen on partial sendmsg retryJens Axboe-0/+2
2023-06-13io_uring/net: save msghdr->msg_control for retriesJens Axboe-1/+7
2023-06-07io_uring: cleanup io_aux_cqe() APIJens Axboe-5/+4
2023-05-23net: Declare MSG_SPLICE_PAGES internal sendmsg() flagDavid Howells-0/+2
2023-05-17io_uring/net: don't retry recvmsg() unnecessarilyJens Axboe-1/+9
2023-05-17io_uring/net: push IORING_CQE_F_SOCK_NONEMPTY into io_recv_finish()Jens Axboe-13/+9
2023-05-17io_uring/net: initalize msghdr->msg_inq to known valueJens Axboe-2/+4
2023-05-17io_uring/net: initialize struct msghdr more sanely for io_recv()Jens Axboe-7/+8
2023-03-30iov_iter: add iter_iovec() helperJens Axboe-2/+2
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe-9/+16
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter-1/+1
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds-12/+5
2023-01-29io_uring: for requests that require async, force itDylan Yudaken-2/+2
2023-01-23io_uring/net: cache provided buffer group value for multishot receivesJens Axboe-0/+11
2023-01-08io_uring: switch network send/recv to ITER_UBUFJens Axboe-12/+5
2022-12-19io_uring/net: fix cleanup after recyclePavel Begunkov-1/+1
2022-12-19io_uring/net: ensure compat import handlers clear free_iovJens Axboe-0/+1
2022-12-13Merge tag 'for-6.2/io_uring-next-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-0/+21
2022-12-13Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds-22/+34
2022-12-07io_uring: force multishot CQEs into task contextPavel Begunkov-0/+21
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-7/+7
2022-11-25io_uring: add io_aux_cqe which allows deferred completionDylan Yudaken-3/+4
2022-11-21io_uring: allow multishot recv CQEs to overflowDylan Yudaken-6/+2
2022-11-21io_uring: revert "io_uring fix multishot accept ordering"Dylan Yudaken-4/+4
2022-11-21io_uring: fix two assignments in if conditionsXinghui Li-7/+9
2022-11-21io_uring/net: move mm accounting to a slower pathPavel Begunkov-0/+3
2022-11-21io_uring: move zc reporting from the hot pathPavel Begunkov-8/+14
2022-11-21io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flagStefan Metzmacher-1/+5
2022-11-17io_uring: fix multishot recv request leaksPavel Begunkov-9/+7
2022-11-17io_uring: fix multishot accept request leaksPavel Begunkov-5/+2
2022-10-22io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov-0/+2
2022-10-22io_uring/net: fail zc send when unsupported by socketPavel Begunkov-0/+2
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe-6/+22
2022-09-29io_uring/net: fix notif cqe reorderingPavel Begunkov-5/+19
2022-09-29io_uring/net: don't update msg_name if not providedPavel Begunkov-1/+2
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher-2/+4
2022-09-28io_uring/net: fix non-zc send with addressPavel Begunkov-6/+6
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov-21/+8