linux/include
Norman Maurer 6f02527729 io_uring/net: Allow to do vectorized send
At the moment you have to use sendmsg for vectorized send.
While this works it's suboptimal as it also means you need to
allocate a struct msghdr that needs to be kept alive until a
submission happens. We can remove this limitation by just
allowing to use send directly.

Signed-off-by: Norman Maurer <norman_maurer@apple.com>
Link: https://lore.kernel.org/r/20250729065952.26646-1-norman_maurer@apple.com
[axboe: remove -EINVAL return for SENDMSG and SEND_VECTORIZED]
[axboe: allow send_zc to set SEND_VECTORIZED too]
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2025-07-30 08:23:04 -06:00
..
acpi ACPI updates for 6.17-rc1 2025-07-28 20:44:42 -07:00
asm-generic Updates for the timekeeping and VDSO code: 2025-07-29 14:12:52 -07:00
clocksource
crypto crypto: sha1 - Remove sha1_base.h 2025-07-14 11:28:38 -07:00
cxl
drm drm/amdgpu: Reset the clear flag in buddy during resume 2025-07-16 12:50:32 +02:00
dt-bindings soc: new SoC support for 6.17 2025-07-29 11:17:24 -07:00
hyperv
keys
kunit linux_kselftest-kunit-6.17-rc1 2025-07-29 12:43:10 -07:00
kvm
linux Summary 2025-07-29 21:43:08 -07:00
math-emu
media
memory
misc
net for-6.17/io_uring-20250728 2025-07-28 16:30:12 -07:00
pcmcia
ras
rdma
rv
scsi
soc soc: qcom: spmi-pmic: add more PMIC SUBTYPE IDs 2025-07-16 22:58:03 -05:00
sound ASoC: Updates for v6.17 2025-07-24 14:47:49 +02:00
target
trace soc: driver updates for 6.17 2025-07-29 11:13:27 -07:00
uapi io_uring/net: Allow to do vectorized send 2025-07-30 08:23:04 -06:00
ufs
vdso vdso/gettimeofday: Add support for auxiliary clocks 2025-07-18 14:09:39 +02:00
video
xen
Kbuild