index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
1
-17
/
+18
2025-01-02
io_uring/net: always initialize kmsg->msg.msg_inq upfront
Jens Axboe
1
-0
/
+1
2024-12-27
io_uring/net: Allocate msghdr async data through helper
Gabriel Krisman Bertazi
1
-17
/
+18
2024-11-07
io_uring/rsrc: add & apply io_req_assign_buf_node()
Ming Lei
1
-2
/
+1
2024-11-06
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
1
-1
/
+2
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
1
-4
/
+2
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
1
-3
/
+3
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
1
-5
/
+6
2024-10-29
io_uring/net: clean up io_msg_copy_hdr
Pavel Begunkov
1
-7
/
+8
2024-10-29
io_uring/net: don't alias send user pointer reads
Pavel Begunkov
1
-5
/
+8
2024-10-29
io_uring/net: don't store send address ptr
Pavel Begunkov
1
-20
/
+16
2024-10-29
io_uring/net: split send and sendmsg prep helpers
Pavel Begunkov
1
-9
/
+12
2024-10-29
io_uring/net: move send zc fixed buffer import to issue path
Jens Axboe
1
-13
/
+23
2024-10-29
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
1
-1
/
+1
2024-09-30
io_uring/net: harden multishot termination case for recv
Jens Axboe
1
-1
/
+3
2024-08-29
io_uring/kbuf: pass in 'len' argument for buffer commit
Jens Axboe
1
-4
/
+4
2024-08-29
Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
Jens Axboe
1
-3
/
+1
2024-08-25
io_uring/net: use ITER_UBUF for single segment send maps
Jens Axboe
1
-3
/
+12
2024-08-07
io_uring/net: don't pick multiple buffers for non-bundle send
Jens Axboe
1
-2
/
+3
2024-08-07
io_uring/net: ensure expanded bundle send gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-07
io_uring/net: ensure expanded bundle recv gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-12
/
+4
2024-07-15
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+84
2024-07-13
io_uring/net: check socket is valid in io_bind()/io_listen()
Tetsuo Handa
1
-2
/
+12
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+6
2024-07-02
io_uring/net: cleanup io_recv_finish() bundle handling
Jens Axboe
1
-10
/
+10
2024-07-02
io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it
Jens Axboe
1
-4
/
+6
2024-07-02
io_uring/net: move charging socket out of zc io_uring
Pavel Begunkov
1
-12
/
+4
2024-06-19
io_uring: Introduce IORING_OP_LISTEN
Gabriel Krisman Bertazi
1
-0
/
+28
2024-06-19
io_uring: Introduce IORING_OP_BIND
Gabriel Krisman Bertazi
1
-0
/
+36
2024-05-30
io_uring/net: assign kmsg inq/flags before buffer selection
Jens Axboe
1
-3
/
+3
2024-05-13
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
Jens Axboe
1
-4
/
+16
2024-05-13
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
[next]