public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH] tcp, flow: Better use flow specific logging heleprs
 2025-03-12 20:39 UTC  (2+ messages)

[PATCH v2] flow, repair: Wait for a short while for passt-repair to connect
 2025-03-12 20:39 UTC  (5+ messages)

[PATCH] test/perf: Simplify iperf3 server lifetime management
 2025-03-12  5:26 UTC 

[PATCH v2] conf: Unify several paths in conf_ports()
 2025-03-12  3:43 UTC 

[PATCH v2 0/9] Improve handling of MTU limits
 2025-03-12  2:18 UTC  (10+ messages)
` [PATCH v2 1/9] conf: Use the same optstring for passt and pasta modes
` [PATCH v2 2/9] conf: Move mode detection into helper function
` [PATCH v2 3/9] conf: Detect vhost-user mode earlier
` [PATCH v2 4/9] packet: Give explicit name to maximum packet size
` [PATCH v2 5/9] packet: Remove redundant TAP_BUF_BYTES define
` [PATCH v2 6/9] tap: Use explicit defines for maximum length of L2 frame
` [PATCH v2 7/9] Simplify sizing of pkt_buf
` [PATCH v2 8/9] pcap: Correctly set snaplen based on tap backend type
` [PATCH v2 9/9] conf: Limit maximum MTU based on backend frame size

[PATCH 0/9] Improve handling of MTU limits
 2025-03-12  0:56 UTC  (14+ messages)
` [PATCH 1/9] conf: Use the same optstring for passt and pasta modes
` [PATCH 2/9] conf: Move mode detection into helper function
` [PATCH 3/9] conf: Detect vhost-user mode earlier
` [PATCH 4/9] packet: Give explicit name to maximum packet size
` [PATCH 5/9] packet: Remove redundant TAP_BUF_BYTES define
` [PATCH 6/9] tap: Use explicit defines for maximum length of L2 frame
` [PATCH 7/9] Simplify sizing of pkt_buf
` [PATCH 8/9] pcap: Correctly set snaplen based on tap backend type
` [PATCH 9/9] conf: Limit maximum MTU based on backend frame size

[PATCH] passt-repair: Add directory watch
 2025-03-12  0:31 UTC  (4+ messages)

[PATCH] flow, repair: Wait for a short while for passt-repair to connect
 2025-03-07  8:34 UTC  (4+ messages)

[PATCH v4 0/1] Improve validation of --mtu option
 2025-03-07  6:30 UTC  (3+ messages)
` [PATCH v4 1/1] conf: Be more precise about minimum MTUs

[PATCH 0/6] Deal with a bunch of staticFunction warnings from cppcheck 2.17
 2025-03-07  6:30 UTC  (8+ messages)
` [PATCH 1/6] treewide: Mark assorted functions static
` [PATCH 2/6] log: Don't export passt_vsyslog()
` [PATCH 3/6] checksum: Don't export various functions
` [PATCH 4/6] tcp: Don't export tcp_update_csum()
` [PATCH 5/6] vhost_user: Don't export several functions
` [PATCH 6/6] cppcheck: Add suppressions for "logically" exported functions

[PATCH v11 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-03-07  6:30 UTC  (6+ messages)
` [PATCH v11 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v11 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v11 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v11 4/4] udp: create and send ICMPv6 to local peer when applicable

Apparmor (and other) Issues
 2025-03-06  8:58 UTC  (12+ messages)

[PATCH v2 0/3] Tweaks to mode handling
 2025-03-06  5:37 UTC  (4+ messages)
` [PATCH v2 1/3] conf: Use the same optstring for passt and pasta modes
` [PATCH v2 2/3] conf: Move mode detection into helper function
` [PATCH v2 3/3] conf: Detect vhost-user mode earlier

[PATCH v2 0/3] Send RST for guest packets with no flow
 2025-03-05 20:46 UTC  (5+ messages)
` [PATCH v2 1/3] ip: Helpers to access IPv6 flow label
` [PATCH v2 2/3] tap: Consider IPv6 flow label when building packet sequences
` [PATCH v2 3/3] tcp: Send RST in response to guest packets that match no connection

[PATCH v9 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-03-05  8:59 UTC  (9+ messages)
` [1/4] tap: break out building of udp header from tap_udp4_send function
` [2/4] udp: create and send ICMPv4 to local peer when applicable
` [3/4] tap: break out building of udp header from tap_udp6_send function
` [4/4] udp: create and send ICMPv6 to local peer when applicable

[PATCH v10 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-03-05  0:23 UTC  (6+ messages)
` [1/4] tap: break out building of udp header from tap_udp4_send function
` [2/4] udp: create and send ICMPv4 to local peer when applicable
` [3/4] tap: break out building of udp header from tap_udp6_send function
` [4/4] udp: create and send ICMPv6 to local peer when applicable

[PATCH v8 2/4] udp: create and send ICMPv4 to local peer when applicable
 2025-03-04  4:54 UTC  (3+ messages)

[PATCH 0/1] Send RST for guest packets with no flow
 2025-03-03  6:42 UTC  (4+ messages)
` [PATCH 1/1] tcp: Send RST in response to guest packets that match no connection

[PATCH v8 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-03-03  2:49 UTC  (6+ messages)
` [PATCH v8 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v8 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v8 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v8 4/4] udp: create and send ICMPv6 to local peer when applicable

[PATCH] pasta.te: fix demo.sh and remove one duplicate rule
 2025-03-01 20:48 UTC  (2+ messages)

[PATCH v7 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-02-28  2:13 UTC  (7+ messages)
` [PATCH v7 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v7 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v7 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v7 4/4] udp: create and send ICMPv6 to local peer when applicable

[PATCH v4 0/5] Improve robustness of migration
 2025-02-28  2:03 UTC  (7+ messages)
` [PATCH v4 1/5] migrate, flow: Trivially succeed if migrating with no flows
` [PATCH v4 2/5] migrate, flow: Don't attempt to migrate TCP flows without passt-repair
` [PATCH v4 3/5] tcp: Correct error code handling from tcp_flow_repair_socket()
` [PATCH v4 4/5] tcp: Unconditionally move to CLOSED state on tcp_rst()
` [PATCH v4 5/5] migrate, tcp: Don't flow_alloc_cancel() during incoming migration

[PATCH] selinux: Fixes/workarounds for passt and passt-repair, mostly for libvirt usage
 2025-02-28  0:28 UTC 

tcp_rst() complications
 2025-02-27  6:02 UTC  (6+ messages)

[PATCH v2 0/2] More graceful handling of migration without passt-repair
 2025-02-27  4:32 UTC  (10+ messages)
` [PATCH v2 1/2] migrate, flow: Trivially succeed if migrating with no flows
` [PATCH v2 2/2] migrate, flow: Don't attempt to migrate TCP flows without passt-repair

[PATCH v3 0/3] More graceful handling of migration without passt-repair
 2025-02-27  1:23 UTC  (6+ messages)
` [PATCH v3 1/3] migrate, flow: Trivially succeed if migrating with no flows
` [PATCH v3 2/3] migrate, flow: Don't attempt to migrate TCP flows without passt-repair
` [PATCH v3 3/3] migrate, tcp: Don't attempt to carry on migration after flow_alloc_cancel()

[PATCH v6 0/4] Reconstruct ICMP headers for failed UDP connect
 2025-02-26 20:36 UTC  (8+ messages)
` [PATCH v6 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v6 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v6 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v6 4/4] udp: create and send ICMPv6 to local peer when applicable

[PATCH] seccomp.sh: Silence stty errors
 2025-02-24 19:37 UTC  (5+ messages)

[PATCH 0/3] Tweaks to mode handling
 2025-02-24  7:57 UTC  (4+ messages)
` [PATCH 1/3] conf: Move mode detection into helper function
` [PATCH 2/3] conf: Detect vhost-user mode earlier
` [PATCH 3/3] conf: Use the same optstring for passt and pasta modes

[PATCH v5 0/4] Reconstruct ICMP headers for failed UDP connect
 2025-02-24  2:21 UTC  (8+ messages)
` [PATCH v5 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v5 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v5 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v5 4/4] udp: create and send ICMPv6 to local peer when applicable

[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

[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  (7+ messages)
` [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  (3+ 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)


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