[PATCH] seccomp.sh: Silence stty errors
2025-02-21 11:53 UTC
[PATCH 0/2] RFC: More graceful handling of migration without passt-repair (UNTESTED)
2025-02-21 7:03 UTC (10+ messages)
` [PATCH 1/2] migrate, flow: Trivially succeed if migrating with no flows
` [PATCH 2/2] migrate, flow: Don't attempt to migrate TCP flows without passt-repair
[PATCH 0/4] passt-repair improvements
2025-02-21 6:50 UTC (5+ messages)
` [PATCH 1/4] passt-repair: Add die() macro
` [PATCH 2/4] passt-repair: Consistently avoid strerror()
` [PATCH 3/4] passt-repair: Improve validation of anciliary data length
` [PATCH 4/4] passt-repair: Allow passt-repair to report partial failures
Apparmor (and other) Issues
2025-02-21 4:32 UTC (13+ messages)
[PATCH v3 0/1] Improve validation of --mtu option
2025-02-21 2:35 UTC (2+ messages)
` [PATCH v3 1/1] conf: Be more precise about minimum MTUs
[PATCH v3 0/2] Reconstruct ICMP headers for failed UDP connect
2025-02-21 2:25 UTC (8+ messages)
` [PATCH v3 1/2] tap: break out building of udp header from tap_udp4_send function
` [PATCH v3 2/2] udp: create and send ICMPv4 to local peer when applicable
[PATCH] contrib/selinux: Enable mapping guest memory for libvirt guests
2025-02-20 16:28 UTC (4+ messages)
[PATCH v2] tap: always set the no_frag flag in IPv4 headers
2025-02-20 16:27 UTC (2+ messages)
[PATCH v4 0/2] Reconstruct ICMP headers for failed UDP connect
2025-02-20 16:02 UTC (3+ messages)
` [PATCH v4 1/2] tap: break out building of udp header from tap_udp4_send function
` [PATCH v4 2/2] udp: create and send ICMPv4 to local peer when applicable
[PATCH 0/3] Improve validation of --mtu option
2025-02-20 10:14 UTC (11+ messages)
` [PATCH 1/3] conf: More thorough error checking when parsing "
` [PATCH 2/3] conf: Use 0 instead of -1 as "unassigned" mtu value
` [PATCH 3/3] conf: Be more precise about minimum MTUs
[PATCH] tcp_vu: head_cnt need not be global
2025-02-20 10:06 UTC (5+ messages)
[PATCH v2 0/1] Improve validation of --mtu option
2025-02-20 5:25 UTC (2+ messages)
` [PATCH v2 1/1] conf: Be more precise about minimum MTUs
[PATCH] conf: Unify several paths in conf_ports()
2025-02-20 0:25 UTC (3+ messages)
[PATCH] dhcp: Add option code byte in calculation for OPT_MAX boundary check
2025-02-19 7:37 UTC (3+ messages)
[PATCH 0/3] Clean up flow traversal macros
2025-02-19 6:56 UTC (5+ messages)
` [PATCH 1/3] flow: Remove unneeded index from foreach_* macros
` [PATCH 2/3] flow: Remove unneeded bound parameter from flow traversal macros
` [PATCH 3/3] flow: Clean up and generalise "
[PATCH 0/4] Assorted small fix ups
2025-02-18 15:31 UTC (7+ messages)
` [PATCH 1/4] tcp: More type safety for tcp_flow_migrate_target_ext()
` [PATCH 2/4] tcp: Remove spurious prototype for tcp_flow_migrate_shrink_window
` [PATCH 3/4] tcp: Don't pass both flow pointer and flow index
` [PATCH 4/4] flow: Add flow_perror() helper
[PATCH] Makefile: Use mmap2() as alternative for mmap() in valgrind extra syscalls
2025-02-18 8:52 UTC
[PATCH] contrib/fedora: Actually install passt-repair SELinux policy file
2025-02-18 8:52 UTC
[PATCH 0/3] Several small fixes
2025-02-18 8:14 UTC (5+ messages)
` [PATCH 1/3] packet: Use flexible array member in struct pool
` [PATCH 2/3] packet: Don't pass start and offset separately to packet_check_range()
` [PATCH 3/3] tap: Remove unused ETH_HDR_INIT() macro
[PATCH v2] dhcp: Remove option 255 length byte
2025-02-18 8:14 UTC (3+ messages)
[PATCH] dhcp: Remove option 255 length byte
2025-02-17 9:24 UTC (4+ messages)
passt: new version 2025_02_17.a1e48a0 available
2025-02-17 9:16 UTC
[PATCH] tcp_splice: A typo three years ago and SO_RCVLOWAT is gone
2025-02-17 7:12 UTC (5+ messages)
` [PATCH] tcp_splice: Don't wake up on input data if we can't write it anywhere
[PATCH v2 0/2] Reconstruct ICMP headers for failed UDP connect
2025-02-17 4:52 UTC (5+ messages)
` [PATCH v2 1/2] tap: break out building of udp header from tap_udp4_send function
` [PATCH v2 2/2] udp: create and send ICMPv4 to local peer when applicable
[PATCH v3] repair, passt-repair: Build and warning fixes for musl
2025-02-17 3:58 UTC (2+ messages)
[PATCH v27 0/2] State migration, perhaps final (#2)?
2025-02-17 3:47 UTC (5+ messages)
` [PATCH v27 1/2] migrate: Migrate TCP flows
` [PATCH v27 2/2] test: Add migration tests
[PATCH v26 0/2] State migration, perhaps final?
2025-02-16 22:12 UTC (3+ messages)
` [PATCH v26 1/2] migrate: Migrate TCP flows
` [PATCH v26 2/2] test: Add migration tests
[PATCH] tap: always set the no_frag flag in IPv4 headers
2025-02-16 14:26 UTC (5+ messages)
[PATCH v2] repair, passt-repair: Build and warning fixes for musl
2025-02-15 11:45 UTC
[PATCH v25 0/2] State migration, somewhat polished
2025-02-15 5:23 UTC (3+ messages)
` [PATCH v25 1/2] migrate: Migrate TCP flows
` [PATCH v25 2/2] test: Add migration tests
[PATCH] repair, passt-repair: Build and warning fixes for musl
2025-02-15 5:15 UTC
[PATCH v24 0/5] State migration
2025-02-15 5:15 UTC (7+ messages)
` [PATCH v24 1/5] vhost_user: Clear ring address on GET_VRING_BASE
` [PATCH v24 2/5] flow: Flow table traversing macros
` [PATCH v24 3/5] flow, migrate: Flow migration skeleton
` [PATCH v24 4/5] migrate: Migrate TCP flows
` [PATCH v24 5/5] test: Add migration tests
[PATCH v23 0/4] State migration
2025-02-14 9:08 UTC (5+ messages)
` [PATCH v23 1/4] flow: Flow table traversing macros
` [PATCH v23 2/4] flow, migrate: Flow migration skeleton
` [PATCH v23 3/4] migrate: Migrate TCP flows
` [PATCH v23 4/4] test: Add migration tests
[PATCH] tcp, tcp_splice: Don't set SO_SNDBUF and SO_RCVBUF to maximum values
2025-02-14 2:24 UTC (3+ messages)
[PATCH v22 0/2] State migration
2025-02-13 23:03 UTC (3+ messages)
` [PATCH v22 1/2] migrate: Migrate TCP flows
` [PATCH v22 2/2] test: Add migration tests
[PATCH] tcp: Keep updating window and checking for socket data after FIN from guest
2025-02-13 23:01 UTC (2+ messages)
[PATCH] udp: create and send ICMPv4 to local peer when applicable
2025-02-13 19:28 UTC (8+ messages)
[PATCH v21 0/5] State migration
2025-02-13 12:14 UTC (6+ messages)
` [PATCH v21 1/5] migrate: Migrate TCP flows
` [PATCH v21 2/5] test: Add migration tests
` [PATCH v21 3/5] fixup: TCP_REPAIR_WINDOW before send unsent
` [PATCH v21 4/5] fixup?: Don't fail whole migration for errors restoring sndq
` [PATCH v21 5/5] debug
[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] 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 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] 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 (8+ messages)
` [PATCH v13 3/6] Add interfaces and configuration bits for passt-repair
` [PATCH v13 5/6] migrate: Migrate TCP flows
[PATCH v14 00/14] State migration
2025-02-10 9:18 UTC (3+ messages)
` [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
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).