summaryrefslogtreecommitdiff
path: root/io_uring/net.c
AgeCommit message (Expand)AuthorFilesLines
44 hoursio_uring/net: fix slab-out-of-bounds read in io_bundle_nbufs()Junxi Qian1-0/+4
44 hoursio_uring/net: correct type for min_not_zero() castJens Axboe1-1/+1
44 hoursio_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe1-29/+22
44 hoursio_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe1-10/+12
44 hoursio_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe1-14/+17
44 hoursio_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe1-14/+17
44 hoursio_uring/kbuf: introduce struct io_br_selJens Axboe1-9/+9
44 hoursio_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe1-17/+13
44 hoursio_uring/net: clarify io_recv_buf_select() return valueJens Axboe1-1/+1
44 hoursio_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe1-3/+3
44 hoursio_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe1-8/+6
2026-03-04io_uring/net: don't continue send bundle if poll was required for retryJens Axboe1-1/+5
2025-08-28io_uring/net: commit partial buffers on retryJens Axboe1-12/+15
2025-07-24io_uring/poll: fix POLLERR handlingPavel Begunkov1-4/+8
2025-07-06io_uring/kbuf: flag partial buffer mappingsJens Axboe1-8/+15
2025-07-06io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe1-5/+6
2025-07-06io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-07-06io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-07-06io_uring/net: only retry recv bundle for a full transferJens Axboe1-4/+10
2025-07-06io_uring/net: improve recv bundlesJens Axboe1-0/+18
2025-04-20io_uring/net: fix io_req_post_cqe abuse by send bundlePavel Begunkov1-0/+1
2025-04-20io_uring/net: fix accept multishot handlingPavel Begunkov1-0/+2
2025-03-29io_uring/net: fix sendzc double notif flushPavel Begunkov1-0/+2
2025-03-29io_uring/net: don't clear REQ_F_NEED_CLEANUP unconditionallyJens Axboe1-2/+1
2025-03-07io_uring/net: save msg_control for compatPavel Begunkov1-1/+3
2025-02-17io_uring/net: don't retry connect operation on EPOLLERRJens Axboe1-0/+5
2025-01-09io_uring/net: always initialize kmsg->msg.msg_inq upfrontJens Axboe1-0/+1
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe1-4/+4
2024-08-29Revert "io_uring: Require zeroed sqe->len on provided-buffers send"Jens Axboe1-3/+1
2024-08-25io_uring/net: use ITER_UBUF for single segment send mapsJens Axboe1-3/+12
2024-08-08io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe1-2/+3
2024-08-08io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe1-0/+1
2024-08-08io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe1-0/+1
2024-07-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-12/+4
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds1-10/+84
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa1-2/+12
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+6
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe1-10/+10
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe1-4/+6
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov1-12/+4
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi1-0/+28
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi1-0/+36
2024-05-30io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe1-3/+3
2024-05-14io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe1-4/+16
2024-05-14net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-2/+4
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe1-1/+8
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe1-6/+9
2024-05-01io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi1-1/+3
2024-04-30io_uring/net: fix sendzc lazy wake pollingPavel Begunkov1-0/+1