[PATCH v2 00/10] multithreading: Prepare data structures for concurrent queue pair workers
2026-07-31 16:23 UTC (2+ messages)
` [PATCH v2 01/10] tap: Convert packet pools to per-queue-pair arrays for multiqueue
[PATCH v6 00/12] vhost-user: Add multiqueue support
2026-07-31 16:16 UTC (13+ messages)
` [PATCH v6 01/12] tap: Remove pool parameter from tap4_handler() and tap6_handler()
` [PATCH v6 02/12] vhost-user: Advertise multiqueue support
` [PATCH v6 03/12] test: Add multiqueue support to vhost-user test infrastructure
` [PATCH v6 04/12] tap: Thread queue pair through all remaining tap paths
` [PATCH v6 05/12] arp: Pass queue pair explicitly through ARP send path
` [PATCH v6 06/12] tcp: Pass queue pair explicitly through TCP "
` [PATCH v6 07/12] udp: Pass queue pair explicitly through UDP "
` [PATCH v6 08/12] dhcp/dhcpv6: Pass queue pair explicitly through DHCP "
` [PATCH v6 09/12] icmp: Pass queue pair explicitly through ICMP "
` [PATCH v6 10/12] ndp: Pass queue pair explicitly through NDP "
` [PATCH v6 11/12] flow: Add queue pair tracking to flow management
` [PATCH v6 12/12] flow: Derive epoll fd from queue pair, removing epollid field
[PATCH v2] feat: Pass open files to child in pasta mode
2026-07-31 13:26 UTC
[PATCH] feat: Pass open files to child in pasta mode
2026-07-31 12:18 UTC (2+ messages)
passt: new version 2026_07_28.f8df3f1 available
2026-07-28 23:56 UTC
[PATCH v2] passt.1: Clearer and more detailed description of --map-guest-addr
2026-07-28 3:59 UTC (3+ messages)
[PATCH] passt.1: Clearer and more detailed description of --map-guest-addr
2026-07-28 3:51 UTC (7+ messages)
[BUG] --map-guest-addr target resolved once at startup; host network change kills the mapping silently and permanently
2026-07-27 16:48 UTC (4+ messages)
[PATCH] fwd: Don't log warnings when failing to bind "weak" ports, just debug messages
2026-07-27 7:05 UTC (2+ messages)
[PATCH v5 0/7] Add --dhcp-boot and --dhcp-opt options
2026-07-27 6:19 UTC (23+ messages)
` [PATCH v5 1/7] dhcp: Refactor fill_one() to operate on a generic buffer
` [PATCH v5 2/7] dhcp: Add option state management with enum opt_state
` [PATCH v5 3/7] dhcp: Add option overload
` [PATCH v5 4/7] dhcp: Add --dhcp-opt with option table and value parser
` [PATCH v5 5/7] dhcp: Add --dhcp-boot command-line option
` [PATCH v5 6/7] dhcp: Add RFC 3396 option splitting for concatenation-requiring options
` [PATCH v5 7/7] dhcp: Handle FQDN option with RFC 3396 concatenation
[PATCH 0/2] Allow users to give source address with --gateway also for IPv6
2026-07-27 1:52 UTC (7+ messages)
` [PATCH 1/2] conf: Honour --address, --gateway, --netmask in local mode as well
` [PATCH 2/2] conf, fwd: Prefer same-scope address as inbound source address from host
[PATCH v2] treewide: Sandbox qrap
2026-07-24 0:47 UTC (2+ messages)
[PATCH v2 0/2] Allow users to give source address with --gateway also for IPv6
2026-07-24 0:44 UTC (4+ messages)
` [PATCH v2 1/2] conf: Honour --address, --gateway, --netmask in local mode as well
` [PATCH v2 2/2] conf, fwd: Prefer same-scope address as inbound source address from host
[PATCH v2 0/2] pasta: Do not configure ID mappings when invoked with --netns-only
2026-07-23 13:40 UTC (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] pasta: Regression test for bug 216
[PATCH v3] feat: Add cli option '--pass-fds' for pasta mode
2026-07-23 0:16 UTC (7+ messages)
[PATCH 0/2] pasta: Do not configure ID mappings when invoked with --netns-only
2026-07-22 4:40 UTC (5+ messages)
` [PATCH 1/2] pasta: Regression test for bug 216
` [PATCH 2/2] pasta: Do not configure ID mappings when invoked with --netns-only
[PATCH] udp, icmp: Remove unused timer_run fields from protocol contexts
2026-07-21 16:07 UTC (3+ messages)
[PATCH v2] feat: Add cli option '--pass-fds' for pasta mode
2026-07-19 19:14 UTC (3+ messages)
[PATCH] pif: Add message to static_assert for C11 compliance, fix build with gcc 8
2026-07-19 17:49 UTC (3+ messages)
[PATCH v2 0/6] Fix bug 215 and some related issues with fd handling
2026-07-19 15:08 UTC (8+ messages)
` [PATCH v2 1/6] passt: Always close pidfile_fd, not just when daemonizing
` [PATCH v2 2/6] isolation: Move close_open_files() to isolate_fds()
` [PATCH v2 3/6] isolation, conf: Set c->fd_tap from early parse of --fd
` [PATCH v2 4/6] conf: Make conf_tap_fd() operate more like conf_mode()
` [PATCH v2 5/6] isolation: Move --fd descriptor to a number of our choosing
` [PATCH v2 6/6] main: Ensure fds 0-2 are populated
[PATCH] treewide: Sandbox qrap
2026-07-19 4:03 UTC (2+ messages)
[PATCH] tap: Fix EAGAIN/EWOULDBLOCK check in tap_pasta_input()
2026-07-17 17:18 UTC (3+ messages)
[PATCH] pasta: Add --pass-fds option to preserve specific file descriptors
2026-07-17 11:14 UTC (3+ messages)
passt: new version 2026_07_16.090d739 available
2026-07-16 23:37 UTC
[PATCH v2 0/4] Assorted fixes, address a static checker warning
2026-07-16 14:31 UTC (8+ messages)
` [PATCH v2 1/4] CONTRIBUTING.md: The tag is "Link:", regardless of how many we have
` [PATCH v2 2/4] dhcp: Make option parsing more robust, explicitly handle options 0 and 255
` [PATCH v2 3/4] passt.1, pesto.1: ::1 is an address, not a port
` [PATCH v2 4/4] ndp: Use high quality entropy in NDP timer even if not needed
[PATCH 0/6] Fix bug 215 and some related issues with fd handling
2026-07-16 8:02 UTC (16+ messages)
` [PATCH 1/6] isolation, util: Fold close_open_files() into isolate_initial()
` [PATCH 2/6] isolation, conf: Set c->fd_tap from eary parse of --fd
` [PATCH 3/6] conf: Make conf_tap_fd() operate more like conf_mode()
` [PATCH 4/6] isolation: Move --fd descriptor to a number of our choosing
` [PATCH 5/6] main: Ensure fds 0-2 are populated
` [PATCH 6/6] passt: *Always* close pidfile_fd, not just when daemonizing
[PATCH 0/4] Assorted fixes, address a static checker warning
2026-07-16 7:38 UTC (12+ messages)
` [PATCH 1/4] CONTRIBUTING.md: The tag is "Link:", regardless of how many we have
` [PATCH 2/4] dhcp: Make option parsing more robust, explicitly handle options 0 and 255
` [PATCH 3/4] passt.1, pesto.1: ::1 is an address, not a port
` [PATCH 4/4] ndp: Use high quality entropy in NDP timer even if not needed
[PATCH v2 0/6] Fix issues and false positives from static analysis
2026-07-16 3:58 UTC (15+ messages)
` [PATCH v2 1/6] passt: Initialise listening socket fds to -1
` [PATCH v2 2/6] udp_vu: Check iov_tail_clone() return before assigning to msg_iovlen
` [PATCH v2 3/6] tap: Guard IPv6 tail size subtraction against underflow
` [PATCH v2 4/6] doc/migration: Use snprintf() for socket path and fix argv access
` [PATCH v2 5/6] doc/migration: Fix buffer type mismatch in recv() call
` [PATCH v2 6/6] doc/platform-requirements: Close leaked sockets in test_close_dup()
[PATCH v2 0/5] Fix bug 209
2026-07-16 3:31 UTC (9+ messages)
` [PATCH v2 1/5] fwd: Clarify semantics of --host-lo-to-ns-lo
` [PATCH v2 2/5] udp: Validate that we have a unicast source address
` [PATCH v2 3/5] fwd: Rework default address logic for inbound flows
` [PATCH v2 4/5] fwd: Reorder DNAPT and SNAT steps in fwd_nat_from_host()
` [PATCH v2 5/5] fwd: Don't rewrite inbound multicast destinations
[PATCH v10] pasta: Refactor pasta_ns_conf() to reduce nesting
2026-07-15 7:11 UTC (3+ messages)
[PATCH v9] dhcpv6: Fix reply destination to match client's source address
2026-07-15 7:11 UTC (3+ messages)
[PATCH v9] pasta: Refactor pasta_ns_conf() to reduce nesting
2026-07-13 4:29 UTC (2+ messages)
[PATCH v8 00/14] Introduce multiple addresses
2026-07-13 4:16 UTC (7+ messages)
` [PATCH v8 02/14] passt, pasta: Introduce unified multi-address data structures
[PATCH 0/5] RFC: Fix bug 209
2026-07-13 4:06 UTC (12+ messages)
` [PATCH 1/5] fwd: Clarify semantics of --host-lo-to-ns-lo
` [PATCH 2/5] udp: Validate that we have a unicast source address
` [PATCH 3/5] fwd: Rework default address logic for inbound flows
` [PATCH 4/5] fwd: Reorder DNAPT and SNAT steps in fwd_nat_from_host()
` [PATCH 5/5] fwd: Don't rewrite inbound multicast destinations
[PATCH] selinux: Access to netns for podman-build, read access for netns in general
2026-07-10 21:30 UTC
[PATCH 0/7] Fix issues and false positives in code coverge tool
2026-07-09 16:59 UTC (5+ messages)
` [PATCH 6/7] doc/platform-requirements: Initialise va_list before va_start()
page: next (older) | prev (newer) | latest
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).