public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2025-02-04 09:27:57 to 2025-02-13 04:58:33 UTC [more...]

[PATCH v20 0/5] State migration
 2025-02-13  4:58 UTC  (6+ messages)
` [PATCH v20 1/5] migrate: Migrate TCP flows
` [PATCH v20 2/5] test: Add migration tests
` [PATCH v20 3/5] fixup?: loop on EGAIN in repair queue
` [PATCH v20 4/5] depause
` [PATCH v20 5/5] fixup: TCP_REPAIR_WINDOW before send unsent

[PATCH] tap: always set the no_frag flag in IPv4 headers
 2025-02-12 23:50 UTC 

[PATCH] selinux: Add rules needed to run tests
 2025-02-12 23:44 UTC 

[PATCH v19 0/2] A-bit-less-draft state migration
 2025-02-12 23:41 UTC  (3+ messages)
` [PATCH v19 1/2] migrate: Migrate TCP flows
` [PATCH v19 2/2] test: Add migration tests

[PATCH] udp: create and send ICMPv4 to local peer when applicable
 2025-02-12 23:21 UTC  (5+ messages)

[PATCH v18 0/9] State migration (kinda draft again)
 2025-02-12 19:44 UTC  (11+ messages)
` [PATCH v18 1/9] migrate: Skeleton of live migration logic
` [PATCH v18 2/9] migrate: Migrate guest observed addresses
` [PATCH v18 3/9] Add interfaces and configuration bits for passt-repair
` [PATCH v18 4/9] vhost_user: Make source quit after reporting migration state
` [PATCH v18 5/9] tcp: Get bound address for connected inbound sockets too
` [PATCH v18 6/9] migrate: Migrate TCP flows
` [PATCH v18 7/9] rampstream: Add utility to test for corruption of data streams
` [PATCH v18 8/9] test: Add migration tests
` [PATCH v18 9/9] debug

[PATCH] tcp_vu: Fix off-by one in header count array adjustment
 2025-02-12 19:44 UTC  (3+ messages)

[PATCH] dhcp: Remove option 255 length byte
 2025-02-12  1:38 UTC  (3+ messages)

[PATCH] tcp: Don't discard window information on keep-alive segments
 2025-02-12  1:20 UTC  (3+ messages)

[PATCH v17 0/8] Not-really-draft state migration
 2025-02-12  1:19 UTC  (9+ messages)
` [PATCH v17 1/8] migrate: Skeleton of live migration logic
` [PATCH v17 2/8] migrate: Migrate guest observed addresses
` [PATCH v17 3/8] Add interfaces and configuration bits for passt-repair
` [PATCH v17 4/8] vhost_user: Make source quit after reporting migration state
` [PATCH v17 5/8] tcp: Get bound address for connected inbound sockets too
` [PATCH v17 6/8] migrate: Migrate TCP flows
` [PATCH v17 7/8] rampstream: Add utility to test for corruption of data streams
` [PATCH v17 8/8] test: Add migration tests

[PATCH] tcp: Implement conservative zero-window probe on ACK timeout
 2025-02-12  0:44 UTC  (2+ messages)

[PATCH] passt-repair: Fix off-by-one in check for number of file descriptors
 2025-02-12  0:08 UTC 

[PATCH v11] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-02-11 10:40 UTC  (3+ messages)

[PATCH v13 0/6] State migration, kind of draft again
 2025-02-10 15:54 UTC  (14+ messages)
` [PATCH v13 1/6] migrate: Skeleton of live migration logic
` [PATCH v13 2/6] migrate: Migrate guest observed addresses
` [PATCH v13 3/6] Add interfaces and configuration bits for passt-repair
` [PATCH v13 4/6] vhost_user: Make source quit after reporting migration state
` [PATCH v13 5/6] migrate: Migrate TCP flows
` [PATCH v13 6/6] test: Add migration tests

[PATCH v14 00/14] State migration
 2025-02-10  9:18 UTC  (15+ messages)
` [PATCH v14 01/14] migrate: Skeleton of live migration logic
` [PATCH v14 02/14] fixup: Remove unused iov field in struct migrate_stage
` [PATCH v14 03/14] migrate: Migrate guest observed addresses
` [PATCH v14 04/14] Add interfaces and configuration bits for passt-repair
` [PATCH v14 05/14] fixup: Reorder conf options
` [PATCH v14 06/14] fixup: Correctly type repair_cmd global
` [PATCH v14 07/14] fixup: Sanity check passt-repair reply message
` [PATCH v14 08/14] fixup: Don't close repair socket after first migration attempt
` [PATCH v14 09/14] vhost_user: Make source quit after reporting migration state
` [PATCH v14 10/14] fixup: Adjust conditions under which we quite after completing migration
` [PATCH v14 11/14] migrate: Migrate TCP flows
` [PATCH v14 12/14] fixup: Check for errors on repair mode rollback
` [PATCH v14 13/14] test: Add migration tests
` [PATCH v14 14/14] WIP: migrate, tcp: Shrink windows before migration

Apparmor (and other) Issues
 2025-02-09  9:08 UTC  (21+ messages)

[PATCH] conf: Don't map DNS traffic to host, if host gateway is a resolver
 2025-02-09  9:08 UTC  (3+ messages)

[PATCH v12 0/6] Non-draft state migration
 2025-02-08  7:25 UTC  (8+ messages)
` [PATCH v12 1/6] migrate: Skeleton of live migration logic
` [PATCH v12 2/6] migrate: Migrate guest observed addresses
` [PATCH v12 3/6] Add interfaces and configuration bits for passt-repair
` [PATCH v12 4/6] vhost_user: Make source quit after reporting migration state
` [PATCH v12 5/6] migrate: Migrate TCP flows
` [PATCH v12 6/6] test: Add migration tests

migrate/bidirectional debugging
 2025-02-08  0:06 UTC  (4+ messages)

[PATCH] passt-repair: Send one confirmation *per command*, not *per socket*
 2025-02-07 23:45 UTC  (2+ messages)

[PATCH v2] dhcp: Don't re-use request message for reply
 2025-02-07 10:26 UTC  (2+ messages)

[PATCH] passt-repair: Don't use perror(), accept ECONNRESET as termination
 2025-02-07  9:42 UTC  (5+ messages)

[PATCH 0/2] Migration debugging hacks
 2025-02-07  5:50 UTC  (3+ messages)
` [PATCH 1/2] pcap comment hacks
` [PATCH 2/2] debug

[PATCH] passt-repair: Dodge "structurally unreachable code" warning from Coverity
 2025-02-07  1:18 UTC  (2+ messages)

[PATCH v11 0/9] Draft state migration
 2025-02-07  1:07 UTC  (10+ messages)
` [PATCH v11 1/9] migrate: Skeleton of live migration logic
` [PATCH v11 2/9] fixup: Fix errors in modes that don't support migration
` [PATCH v11 3/9] migrate: Migrate guest observed addresses
` [PATCH v11 4/9] Add interfaces and configuration bits for passt-repair
` [PATCH v11 5/9] vhost_user: Make source quit after reporting migration state
` [PATCH v11 6/9] migrate: Hack for late migration fixups
` [PATCH v11 7/9] migrate: Migrate TCP flows
` [PATCH v11 8/9] fixup: Reset SO_PEEK_OFF value after incoming migration
` [PATCH v11 9/9] test: Add migration tests

[PATCH] passt-repair: Fix calculation of payload length from cmsg_len
 2025-02-07  0:57 UTC 

[PATCH] conf, passt.1: Un-deprecate --host-lo-to-ns-lo
 2025-02-06  9:30 UTC  (2+ messages)

[PATCH v10 00/10] Draft state migration
 2025-02-06  9:14 UTC  (12+ messages)
` [PATCH v10 01/10] debug: Add tcpdump to mbuto.img
` [PATCH v10 02/10] migrate: Skeleton of live migration logic
` [PATCH v10 03/10] fixup: Fix errors in modes that don't support migration
` [PATCH v10 04/10] migrate: Migrate guest observed addresses
` [PATCH v10 05/10] Add interfaces and configuration bits for passt-repair
` [PATCH v10 06/10] vhost_user: Make source quit after reporting migration state
` [PATCH v10 07/10] migrate: Hack for late migration fixups
` [PATCH v10 08/10] migrate: Migrate TCP flows
` [PATCH v10 09/10] fixup: Reset SO_PEEK_OFF value after incoming migration
` [PATCH v10 10/10] test: Add migrate/basic tests

Another migration bug
 2025-02-06  5:11 UTC 

[PATCH v9 0/6] Draft state migration
 2025-02-05 23:09 UTC  (7+ messages)
` [PATCH v9 1/6] migrate: Skeleton of live migration logic
` [PATCH v9 2/6] Add interfaces and configuration bits for passt-repair
` [PATCH v9 3/6] vhost_user: Make source quit after reporting migration state
` [PATCH v9 4/6] migrate: Hack for late migration fixups
` [PATCH v9 5/6] migrate: Migrate TCP flows
` [PATCH v9 6/6] test: Add migrate/basic tests

[PATCH v8 0/6] Draft state migration
 2025-02-05 23:03 UTC  (7+ messages)
` [PATCH v8 1/6] migrate: Skeleton of live migration logic
` [PATCH v8 2/6] Add interfaces and configuration bits for passt-repair
` [PATCH v8 3/6] vhost_user: Make source quit after reporting migration state
` [PATCH v8 4/6] migrate: Hack for late migration fixups
` [PATCH v8 5/6] migrate: Migrate TCP flows
` [PATCH v8 6/6] test: Add migrate/basic tests

[PATCH] passt-repair.1: Fix indication of TCP_REPAIR constants
 2025-02-05 22:31 UTC  (2+ messages)

[PATCH] passt-repair: Build fixes for musl
 2025-02-05 22:31 UTC  (3+ messages)

[PATCH] apparmor: Workaround for unconfined libvirtd when triggered by unprivileged user
 2025-02-05 16:31 UTC 

[PATCH 1/2] treewide: use _exit() over exit()
 2025-02-05 14:44 UTC  (4+ messages)
` [PATCH 2/2] passt-repair: use _exit() over return

[PATCH v7 0/5] Draft state migration
 2025-02-05 11:55 UTC  (6+ messages)
` [PATCH v7 1/5] migrate: Skeleton of live migration logic
` [PATCH v7 2/5] Add interfaces and configuration bits for passt-repair
` [PATCH v7 3/5] vhost_user: Make source quit after reporting migration state
` [PATCH v7 4/5] migrate: Hack for late migration fixups
` [PATCH v7 5/5] migrate: Migrate TCP flows

[PATCH v5 0/6] Draft, incomplete series introducing state migration
 2025-02-05 11:39 UTC  (14+ messages)
` [PATCH v5 1/6] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v5 2/6] migrate: Make more handling common rather than vhost-user specific
` [PATCH v5 3/6] migrate: Don't handle the migration channel through epoll
` [PATCH v5 4/6] Add interfaces and configuration bits for passt-repair
` [PATCH v5 5/6] vhost_user: Make source quit after reporting migration state
` [PATCH v5 6/6] Implement source and target sides of migration

[PATCH v6 0/5] Draft state migration
 2025-02-05 10:51 UTC  (6+ messages)
` [PATCH v6 1/5] migrate: Skeleton of live migration logic
` [PATCH v6 2/5] Add interfaces and configuration bits for passt-repair
` [PATCH v6 3/5] vhost_user: Make source quit after reporting migration state
` [PATCH v6 4/5] migrate: Hack for late migration fixups
` [PATCH v6 5/5] migrate: Migrate TCP flows

[PATCH v4 0/8] Draft, incomplete series introducing state migration
 2025-02-05  0:58 UTC  (5+ messages)
` [PATCH v4 6/8] flow, tcp: Basic pre-migration source handler to dump sequence numbers

[PATCH] dhcp: Don't re-use request message for reply
 2025-02-04  9:27 UTC  (5+ messages)


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).