aboutsummaryrefslogtreecommitdiffstats
path: root/src/core/osmo_io_uring.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-14core: fix missing '\n' in iofd_uring_connected_cb()Vadim Yanitskiy1-1/+1
2024-03-14io_uring: check all operations in osmo_iofd_uring_init()Harald Welte1-4/+17
2024-03-14io_uring: more verbose error messages if io_uring setup failsHarald Welte1-2/+2
2024-03-02osmo_io_uring: Check if osmo_fd_register fails at iofd_uring_notify_connected()Andreas Eversberg1-2/+4
2024-02-29osmo_io_uring: Detach msghdr from iofd before calling iofd_handle_send_comple...Andreas Eversberg1-1/+9
2024-02-28osmo_io_uring: Cancel pending request, free msghdr on completionAndreas Eversberg1-4/+19
2024-02-28osmo_io: Use poll/select to notify socket connection at osmo_io_uring.cAndreas Eversberg1-1/+74
2024-02-28osmo_io: sendmsg/recvmsg supportHarald Welte1-4/+17
2024-02-28osmo_io: Move notify_connected function to backendAndreas Eversberg1-0/+1
2023-11-30osmo_io: Factor out and use common send function from backendDaniel Willmann1-34/+5
2023-11-22io_uring: add some more source code comments/docsHarald Welte1-0/+8
2023-08-31osmo_io: Use local variable to reference msghdr->msgDaniel Willmann1-7/+8
2023-08-24osmo_io: Add io_uring backendDaniel Willmann1-0/+427