index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
Jens Axboe
1
-4
/
+16
2024-05-14
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-09
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-08
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-05
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
1
-2
/
+2
2024-03-05
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-15
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
[next]