index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
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-04-17
io_uring/net: restore msg_control on sendzc retry
Pavel Begunkov
1
-0
/
+1
2024-04-03
io_uring/net: correctly handle multishot recvmsg retry setup
Jens Axboe
1
-1
/
+2
2024-03-26
io_uring/net: correct the type of variable
Muhammad Usama Anjum
1
-1
/
+1
2024-03-26
io_uring/net: fix overflow check in io_recvmsg_mshot_prep()
Dan Carpenter
1
-2
/
+2
2024-03-26
io_uring/net: move receive multishot out of the generic msghdr path
Jens Axboe
1
-70
/
+91
2024-03-26
io_uring/net: unify how recvmsg and sendmsg copy in the msghdr
Jens Axboe
1
-129
/
+142
2024-02-23
io_uring/net: fix multishot accept overflow handling
Jens Axboe
1
-2
/
+3
2024-02-16
io_uring/net: fix sr->len for IORING_OP_RECV with MSG_WAITALL and buffers
Jens Axboe
1
-0
/
+1
2024-01-10
net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
David Howells
1
-0
/
+2
2023-11-20
io_uring/net: ensure socket is marked connected on connect retry
Jens Axboe
1
-13
/
+11
2023-09-23
io_uring/net: fix iter retargeting for selected buf
Pavel Begunkov
1
-0
/
+5
2023-09-19
io_uring/net: don't overflow multishot accept
Pavel Begunkov
1
-1
/
+1
2023-09-19
io_uring: revert "io_uring fix multishot accept ordering"
Pavel Begunkov
1
-4
/
+4
2023-06-28
io_uring/net: use the correct msghdr union member in io_sendmsg_copy_hdr
Jens Axboe
1
-2
/
+2
2023-06-28
io_uring/net: disable partial retries for recvmsg with cmsg
Jens Axboe
1
-4
/
+7
2023-06-28
io_uring/net: clear msg_controllen on partial sendmsg retry
Jens Axboe
1
-0
/
+2
2023-06-21
io_uring/net: save msghdr->msg_control for retries
Jens Axboe
1
-1
/
+7
2023-03-30
io_uring/net: avoid sending -ECONNABORTED on repeated connection requests
Jens Axboe
1
-9
/
+16
2023-03-11
io_uring: fix two assignments in if conditions
Xinghui Li
1
-7
/
+9
2023-03-10
io_uring: remove MSG_NOSIGNAL from recvmsg
David Lamparter
1
-1
/
+1
2023-02-09
use less confusing names for iov_iter direction initializers
Al Viro
1
-7
/
+7
2023-02-01
io_uring/net: cache provided buffer group value for multishot receives
Jens Axboe
1
-0
/
+11
2022-12-31
io_uring/net: fix cleanup after recycle
Pavel Begunkov
1
-1
/
+1
2022-12-31
io_uring/net: ensure compat import handlers clear free_iov
Jens Axboe
1
-0
/
+1
2022-12-31
io_uring/net: introduce IORING_SEND_ZC_REPORT_USAGE flag
Stefan Metzmacher
1
-1
/
+5
2022-11-17
io_uring: fix multishot recv request leaks
Pavel Begunkov
1
-9
/
+7
2022-11-17
io_uring: fix multishot accept request leaks
Pavel Begunkov
1
-5
/
+2
2022-10-22
io_uring/net: fail zc sendmsg when unsupported by socket
Pavel Begunkov
1
-0
/
+2
2022-10-22
io_uring/net: fail zc send when unsupported by socket
Pavel Begunkov
1
-0
/
+2
2022-10-12
io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECT
Jens Axboe
1
-6
/
+22
2022-09-29
io_uring/net: fix notif cqe reordering
Pavel Begunkov
1
-5
/
+19
2022-09-29
io_uring/net: don't update msg_name if not provided
Pavel Begunkov
1
-1
/
+2
2022-09-29
io_uring/net: fix fast_iov assignment in io_setup_async_msg()
Stefan Metzmacher
1
-2
/
+4
2022-09-28
io_uring/net: fix non-zc send with address
Pavel Begunkov
1
-6
/
+6
2022-09-28
io_uring/net: don't skip notifs for failed requests
Pavel Begunkov
1
-21
/
+8
2022-09-26
io_uring/net: fix cleanup double free free_iov init
Pavel Begunkov
1
-10
/
+10
2022-09-23
io_uring/net: fix UAF in io_sendrecv_fail()
Pavel Begunkov
1
-10
/
+5
2022-09-21
io_uring/net: zerocopy sendmsg
Pavel Begunkov
1
-5
/
+86
2022-09-21
io_uring/net: combine fail handlers
Pavel Begunkov
1
-15
/
+16
2022-09-21
io_uring/net: rename io_sendzc()
Pavel Begunkov
1
-3
/
+3
2022-09-21
io_uring/net: support non-zerocopy sendto
Pavel Begunkov
1
-6
/
+29
2022-09-21
io_uring/net: refactor io_setup_async_addr
Pavel Begunkov
1
-9
/
+9
2022-09-21
io_uring/net: don't lose partial send_zc on fail
Pavel Begunkov
1
-0
/
+16
2022-09-21
io_uring/net: don't lose partial send/recv on fail
Pavel Begunkov
1
-0
/
+10
2022-09-21
io_uring/net: use io_sr_msg for sendzc
Pavel Begunkov
1
-13
/
+5
2022-09-21
io_uring/net: refactor io_sr_msg types
Pavel Begunkov
1
-7
/
+7
2022-09-21
io_uring/net: add non-bvec sg chunking callback
Pavel Begunkov
1
-6
/
+11
2022-09-21
io_uring/net: io_async_msghdr caches for sendzc
Pavel Begunkov
1
-5
/
+4
2022-09-21
io_uring/net: use async caches for async prep
Pavel Begunkov
1
-3
/
+13
2022-09-21
io_uring/net: reshuffle error handling
Pavel Begunkov
1
-8
/
+8
[next]