index
:
asahi-linux.git
20240806-atcphy-rewrite
aic2
asahi
asahi-6.5-rc1-wip
asahi-dcpext-2022-11-12
asahi-soc/base
asahi-soc/dt
asahi-soc/fixes
asahi-soc/for-next
asahi-soc/mailbox
asahi-soc/maintainers
asahi-soc/pmgr
asahi-soc/prev
asahi-soc/soc
asahi-wip
asahi-wip-6.8
atcphy-20230219
audio/testing
base
bases/000-devicetree
bits/000-devicetree
bits/002-backports
bits/005-maintainers
bits/010-soc
bits/020-dart
bits/030-misc
bits/040-dwc3
bits/050-nvme
bits/060-spi
bits/070-audio
bits/080-wifi
bits/090-spi-hid
bits/100-bluetooth
bits/110-smc
bits/120-spmi
bits/130-cpufreq
bits/140-pci
bits/150-xhci-firmware
bits/160-fpwm
bits/170-atcphy
bits/180-sio
bits/200-dcp
bits/210-gpu
bits/220-tso
bits/230-touchbar
bits/240-isp
clk/new
cpufreq/v1
cpufreq/wip
dcp/dptx-fixes
dcp/sleep
dcp/wtf
dp-altmode-WIP
fixes/6.5
fixes/usb-streams-snafu
gpu/base
gpu/clustering-debug
gpu/compute
gpu/explicit-sync
gpu/history-20230305
gpu/history-6.2
gpu/modpost
gpu/new
gpu/new-bits
gpu/omg-it-works
gpu/pin-init-hack
gpu/pin_init_woes
gpu/prev
gpu/rebase-20230224
gpu/rebase-6.4
gpu/rust-1.74-ice
gpu/rust-drm
gpu/rust-for-later
gpu/rust-for-next
gpu/rust-for-next-merged
gpu/rust-next
gpu/rust-rebased
gpu/rust-submitted
gpu/rust-wip
gpu/rust-wip-5.19
gpu/rust-wip-6.3
gpu/uapi-2024-06
gpu/uapi-revamp
isp/heap-alloc
isp/t602x
isp/t602x-v2
kvm-tso
mailbox/i-hate-mailbox
main
misc/dax-fixes
next-base
nvme/suspend
nvme/wip-clocks
pcie/wip-sd-pm
pmgr-stuff
pmgr/dev
pmgr/nvme-merge
rust/makefile-fix
rust/unsafe_pr
smc/rtkit-patches
smc/work
sound/ivsense-fix
sound/ivsense-improvements
sound/speaker-safety
speakers/enablement-READ-COMMIT-MESSAGE
spmi/work
sven/i2c-pasemi-fixes
t6000/bringup-work
t602x/bringup
t8112/bringup
touchpad/wip
tso/fixes
wifi/bcm4388
wifi/take1
wifi/take2
wifi/take3
wifi/take4
wifi/take5
wifi/v2
wifi/v3-wip-asahi
Unnamed repository; edit this file 'description' to name the repository.
Runxi Yu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring/net: don't pick multiple buffers for non-bundle send
Jens Axboe
2024-08-07
1
-2
/
+3
*
io_uring/net: ensure expanded bundle send gets marked for cleanup
Jens Axboe
2024-08-07
1
-0
/
+1
*
io_uring/net: ensure expanded bundle recv gets marked for cleanup
Jens Axboe
2024-08-07
1
-0
/
+1
*
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-07-16
1
-12
/
+4
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
1
-4
/
+6
|
|
\
|
*
|
io_uring/net: move charging socket out of zc io_uring
Pavel Begunkov
2024-07-02
1
-12
/
+4
*
|
|
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
2024-07-15
1
-10
/
+84
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
io_uring/net: check socket is valid in io_bind()/io_listen()
Tetsuo Handa
2024-07-13
1
-2
/
+12
|
*
|
io_uring/net: cleanup io_recv_finish() bundle handling
Jens Axboe
2024-07-02
1
-10
/
+10
|
*
|
io_uring: Introduce IORING_OP_LISTEN
Gabriel Krisman Bertazi
2024-06-19
1
-0
/
+28
|
*
|
io_uring: Introduce IORING_OP_BIND
Gabriel Krisman Bertazi
2024-06-19
1
-0
/
+36
|
|
/
*
/
io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it
Jens Axboe
2024-07-02
1
-4
/
+6
|
/
*
io_uring/net: assign kmsg inq/flags before buffer selection
Jens Axboe
2024-05-30
1
-3
/
+3
*
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
Jens Axboe
2024-05-13
1
-4
/
+16
*
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
2024-05-13
1
-2
/
+4
*
io_uring/net: add IORING_ACCEPT_POLL_FIRST flag
Jens Axboe
2024-05-09
1
-1
/
+8
*
io_uring/net: add IORING_ACCEPT_DONTWAIT flag
Jens Axboe
2024-05-09
1
-6
/
+9
*
io_uring: Require zeroed sqe->len on provided-buffers send
Gabriel Krisman Bertazi
2024-05-01
1
-1
/
+3
*
io_uring/net: fix sendzc lazy wake polling
Pavel Begunkov
2024-04-30
1
-0
/
+1
*
io_uring/net: support bundles for recv
Jens Axboe
2024-04-22
1
-21
/
+95
*
io_uring/net: support bundles for send
Jens Axboe
2024-04-22
1
-17
/
+128
*
io_uring/net: add provided buffer support for IORING_OP_SEND
Jens Axboe
2024-04-22
1
-5
/
+20
*
io_uring/net: add generic multishot retry helper
Jens Axboe
2024-04-22
1
-12
/
+12
*
io_uring/net: set MSG_ZEROCOPY for sendzc in advance
Pavel Begunkov
2024-04-15
1
-3
/
+3
*
io_uring/net: get rid of io_notif_complete_tw_ext
Pavel Begunkov
2024-04-15
1
-5
/
+5
*
io_uring/alloc_cache: switch to array based caching
Jens Axboe
2024-04-15
1
-8
/
+5
*
io_uring/net: move connect to always using async data
Jens Axboe
2024-04-15
1
-30
/
+11
*
io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()
Jens Axboe
2024-04-15
1
-6
/
+5
*
io_uring/net: add iovec recycling
Jens Axboe
2024-04-15
1
-47
/
+84
*
io_uring/net: remove (now) dead code in io_netmsg_recycle()
Jens Axboe
2024-04-15
1
-1
/
+1
*
io_uring: kill io_msg_alloc_async_prep()
Jens Axboe
2024-04-15
1
-21
/
+10
*
io_uring/net: get rid of ->prep_async() for send side
Jens Axboe
2024-04-15
1
-108
/
+46
*
io_uring/net: get rid of ->prep_async() for receive side
Jens Axboe
2024-04-15
1
-43
/
+28
*
io_uring/net: always set kmsg->msg.msg_control_user before issue
Jens Axboe
2024-04-15
1
-2
/
+3
*
io_uring/net: always setup an io_async_msghdr
Jens Axboe
2024-04-15
1
-70
/
+47
*
io_uring/net: unify cleanup handling
Jens Axboe
2024-04-15
1
-15
/
+11
*
io_uring/net: switch io_recv() to using io_async_msghdr
Jens Axboe
2024-04-15
1
-28
/
+47
*
io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdr
Jens Axboe
2024-04-15
1
-94
/
+100
*
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
2024-04-15
1
-4
/
+2
*
io_uring/net: restore msg_control on sendzc retry
Pavel Begunkov
2024-04-08
1
-0
/
+1
*
io_uring/net: ensure async prep handlers always initialize ->done_io
Jens Axboe
2024-03-16
1
-1
/
+8
*
Merge tag 'for-6.9/io_uring-20240310' of git://git.kernel.dk/linux
Linus Torvalds
2024-03-11
1
-177
/
+205
|
\
|
*
io_uring/net: dedup io_recv_finish req completion
Pavel Begunkov
2024-03-08
1
-12
/
+4
|
*
io_uring: refactor DEFER_TASKRUN multishot checks
Pavel Begunkov
2024-03-08
1
-21
/
+0
|
*
io_uring: fix mshot io-wq checks
Pavel Begunkov
2024-03-08
1
-1
/
+1
|
*
io_uring/net: add io_req_msg_cleanup() helper
Jens Axboe
2024-03-08
1
-12
/
+15
|
*
io_uring/net: simplify msghd->msg_inq checking
Jens Axboe
2024-03-08
1
-2
/
+2
|
*
io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLE
Jens Axboe
2024-03-08
1
-6
/
+6
|
*
io_uring/net: remove dependency on REQ_F_PARTIAL_IO for sr->done_io
Jens Axboe
2024-03-08
1
-5
/
+7
|
*
io_uring/net: correctly handle multishot recvmsg retry setup
Jens Axboe
2024-03-07
1
-1
/
+2
[next]