1. 25d5bf6 osmo_io: do check_mode_callback_compat() only if ioops is set at osmo_iofd_setup() by Andreas Eversberg · 4 months ago
  2. a4ac5b8 osmo_io: Assign const name when stealing TX msg from iofd ctx by Andreas Eversberg · 4 months ago
  3. f574aea osmo_io: Add osmo_io_get_ioops() function by Harald Welte · 4 months ago
  4. 76f7678 osmo_io_poll: Use -errno as result on read error by Andreas Eversberg · 4 months ago
  5. 2ce17da osmo_io: Reject writing messages with length of 0 by Andreas Eversberg · 4 months ago
  6. 1047ed7 osmo_io: sendmsg/recvmsg support by Harald Welte · 7 months ago
  7. 848faf9 osmo_io: Move notify_connected function to backend by Andreas Eversberg · 4 months ago
  8. b365b1d osmo_io: Change struct osmo_io_ops to contain struct, not union by Harald Welte · 4 months ago
  9. 8461188 osmo_io: Factor out and use common send function from backend by Daniel Willmann · 7 months ago
  10. c380f29 osmo_io: Reject unknown/unsupported modes in osmo_iofd_setup() by Harald Welte · 7 months ago
  11. 38d8170 osmo_io: rename unsupported SCTP mode to OSMO_IO_FD_MODE_SCTP_RECVMSG_SEND by Harald Welte · 7 months ago
  12. 987a86a io_uring: add some more source code comments/docs by Harald Welte · 7 months ago
  13. afdfc6a osmo_io: Assert that iofd mode is correct when calling *_write_msgb by Daniel Willmann · 7 months ago
  14. 2386e9a osmo_io: Only allow reading/writing if the relevant callback is set by Daniel Willmann · 9 months ago
  15. f39c23f osmo_io: Change parent of msghdr to iofd (instead of msg) by Daniel Willmann · 10 months ago
  16. f91d2aa osmo_io: Add io_uring backend by Daniel Willmann · 1 year, 5 months ago
  17. 012d904 osmo_io: Avoid potential double free when sending msgb by Daniel Willmann · 10 months ago
  18. 2b34e92 osmo_io: Add iofd_handle_recv() by Daniel Willmann · 10 months ago
  19. 92efac2 osmo_io: Use MSG_NOSIGNAL to avoid SIGPIPE on write by Daniel Willmann · 11 months ago
  20. f083382 osmo_io: Ensure correct ownership of msgb when sending by Daniel Willmann · 11 months ago
  21. 97d2144 osmo_io: Fix length calculation in iofd_handle_segmentation() by Daniel Willmann · 11 months ago
  22. d0d9ecb osmo_io(cosmetic): End in a dot for doxygen AUTO_BRIEF by Daniel Willmann · 11 months ago
  23. 4731e71 cosmetic: Fix doc comment by Daniel Willmann · 11 months ago
  24. a9303f3 osmo_io: Add function to change the maximum length of the tx_queue by Daniel Willmann · 11 months ago
  25. 7b59bab osmo_io: Document expectation that segmentation_cb() can modify msgb by Daniel Willmann · 11 months ago
  26. e2a8dc4 osmo_io: Add osmo_iofd_notify_connected() by Daniel Willmann · 12 months ago
  27. e4ecd99 osmo_io: Fix write_enable handling in iofd_txqueue by Daniel Willmann · 12 months ago
  28. f89162f osmo_io: Use bitfield for various boolean flags by Daniel Willmann · 12 months ago
  29. acb9776 osmo_io: Return early on error in osmo_iofd_register() by Daniel Willmann · 1 year ago
  30. 63e45e6 osmo_io: Make name optional, add _set_name() API by Pau Espin Pedrol · 1 year ago
  31. c0aa4bd core/osmo_io: Rename variables for readability by arehbein · 1 year ago
  32. eb9edba osmo_io: Remove osmo_iofd_read/write_enable/disable by Daniel Willmann · 1 year ago
  33. cbbd17e osmo_io: Support detecting non-blocking connect() by Daniel Willmann · 1 year, 1 month ago arehbein/osmo_io_ipa
  34. d4d0370 osmo_io: Improve handling and documentation of segmentation_cb by Daniel Willmann · 1 year, 1 month ago
  35. 0c374c6 core: Add function to update osmo_io_ops field for osmo_io_fd by arehbein · 1 year, 1 month ago
  36. 8857f3b Add osmo_io with initial poll backend by Harald Welte · 1 year, 7 months ago