[PATCH 0/9] vhost-user: Migration support
2025-01-20 20:09 UTC (31+ messages)
` [PATCH 1/9] virtio: Use const pointer for vu_dev
` [PATCH 2/9] vhost-user: update protocol features and commands list
` [PATCH 3/9] vhost-user: add VHOST_USER_SET_LOG_FD command
` [PATCH 4/9] vhost-user: Pass vu_dev to more virtio functions
` [PATCH 5/9] vhost-user: add VHOST_USER_SET_LOG_BASE command
` [PATCH 6/9] vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFD
` [PATCH 7/9] vhost-user: add VHOST_USER_CHECK_DEVICE_STATE command
` [PATCH 8/9] vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command
` [PATCH 9/9] vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATE
[PATCH] vhost_user: remove ASSERT() on iovec number
2025-01-20 20:00 UTC (2+ messages)
[PATCH] tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT state
2025-01-20 18:15 UTC
[PATCH] tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
2025-01-20 17:28 UTC (3+ messages)
[PATCH v2] tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
2025-01-20 17:28 UTC
[PATCH] tcp: Buffer sizes are *not* inherited on accept()/accept4()
2025-01-20 17:26 UTC
[net,v2] tcp: correct handling of extreme memory squeeze
2025-01-20 16:22 UTC (8+ messages)
[net, v2.1] tcp: correct handling of extreme memory squeeze
2025-01-17 15:55 UTC (2+ messages)
[net, v2] tcp: correct handling of extreme memory squeeze
2025-01-16 21:14 UTC (2+ messages)
[PATCH 0/4] Fixes for EAGAIN/EPOLLIN storm and related issues
2025-01-16 20:32 UTC (5+ messages)
` [PATCH 1/4] tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
` [PATCH 2/4] tcp: Don't subscribe to EPOLLOUT events on STALLED
` [PATCH 3/4] tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
` [PATCH 4/4] tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest
[PATCH] tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
2025-01-16 0:45 UTC (2+ messages)
[PATCH v9] dhcp, dhcpv6: Add hostname and client fqdn ops
2025-01-16 0:30 UTC (2+ messages)
[PATCH] vhost_user: fix multibuffer from linux
2025-01-15 23:51 UTC (3+ messages)
[PATCH v8] dhcp, dhcpv6: Add hostname and client fqdn ops
2025-01-14 19:32 UTC (4+ messages)
[PATCH] test/pasta_podman: Run Podman tests on a single CPU thread
2025-01-10 23:52 UTC
[PATCH] checksum: fix checksum with odd base address
2025-01-10 22:52 UTC (8+ messages)
[PATCH] tcp: Add missing EPOLLET flag for established sockets
2025-01-10 10:28 UTC (5+ messages)
[PATCH v7] dhcp, dhcpv6: Add hostname and client fqdn ops
2025-01-10 9:44 UTC (7+ messages)
[PATCH v2 00/12] Cleanups to packet pool handling and sizing
2025-01-08 4:53 UTC (38+ messages)
` [PATCH v2 01/12] test focus
` [PATCH v2 02/12] hack: stop on fail, but not perf fail
` [PATCH v2 03/12] make passt dumpable
` [PATCH v2 04/12] packet: Use flexible array member in struct pool
` [PATCH v2 05/12] packet: Don't pass start and offset separately too packet_check_range()
` [PATCH v2 06/12] packet: Don't hard code maximum packet size to UINT16_MAX
` [PATCH v2 07/12] packet: Remove unhelpful packet_get_try() macro
` [PATCH v2 08/12] util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers
` [PATCH v2 09/12] packet: Distinguish severities of different packet_{add,git}_do() errors
` [PATCH v2 10/12] packet: Move packet length checks into packet_check_range()
` [PATCH v2 11/12] tap: Don't size pool_tap[46] for the maximum number of packets
` [PATCH v2 12/12] packet: More cautious checks to avoid pointer arithmetic UB
[PATCH] tcp_splice: Set (again) TCP_NODELAY on both sides
2025-01-08 3:43 UTC (2+ messages)
[PATCH v6] dhcp, dhcpv6: Add hostname and client fqdn ops
2025-01-08 0:02 UTC (2+ messages)
[PATCH v5] dhcp, dhcpv6: Add hostname and client fqdn ops
2025-01-07 9:35 UTC (5+ messages)
[PATCH] seccomp: Unconditionally allow accept(2) even if accept4(2) is present
2025-01-03 0:40 UTC (2+ messages)
[PATCH 0/3] Cleanups to packet pool handling and sizing
2024-12-21 7:00 UTC (12+ messages)
` [PATCH 1/3] packet: Use flexible array member in struct pool
` [PATCH 2/3] packet: Don't have struct pool specify its buffer
` [PATCH 3/3] tap: Don't size pool_tap[46] for the maximum number of packets
[PATCH] udp_flow: Don't block multicast and broadcast messages
2024-12-20 12:20 UTC
[PATCH] Makefile: Report error and stop if we can't set TARGET
2024-12-20 0:21 UTC (2+ messages)
[PATCH v4] dhcp, dhcpv6: Add hostname and client fqdn ops
2024-12-19 12:06 UTC (6+ messages)
[PATCH] virtio: Use const pointer for vu_dev
2024-12-16 23:45 UTC (2+ messages)
passt: new version 2024_12_11.09478d5 available
2024-12-12 9:31 UTC
[PATCH] treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
2024-12-11 12:02 UTC (6+ messages)
[PATCH v2] treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
2024-12-11 10:51 UTC (3+ messages)
[PATCH v5] pasta: make it possible to disable socket splicing
2024-12-11 10:00 UTC (3+ messages)
[PATCH 1/2] tap: Use a common function to start a new connection
2024-12-10 14:36 UTC (7+ messages)
` [PATCH 2/2] tap: Call vu_init() with --fd
[PATCH v4] pasta: make it possible to disable socket splicing
2024-12-09 10:36 UTC (3+ messages)
[PATCH v3] pasta: make it possible to disable socket splicing
2024-12-05 22:34 UTC (5+ messages)
[PATCH v2] udp_vu: update segment size
2024-12-05 21:46 UTC (2+ messages)
[PATCH 0/2] Fix handling of ICMP flows with 0 id
2024-12-05 21:46 UTC (4+ messages)
` [PATCH 1/2] udp: Improve detail of UDP endpoint sanity checking
` [PATCH 2/2] flow: Remove over-zealous sanity checks in flow_sidx_hash()
[PATCH] udp_vu: update segment size
2024-12-05 1:36 UTC (3+ messages)
[PATCH v14 0/9] Add vhost-user support to passt. (part 3)
2024-12-03 3:51 UTC (5+ messages)
` [PATCH v14 7/9] vhost-user: add vhost-user
[PATCH v2] pasta: make it possible to disable socket splicing
2024-12-03 3:43 UTC (2+ messages)
[PATCH v3] dhcp, dhcpv6: Add hostname and client fqdn ops
2024-12-02 11:47 UTC (3+ messages)
page: next (older)
Code repositories for project(s) associated with this public inbox
https://passt.top/passt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).