[PATCH v4 00/17] RFC: Dynamic configuration update implementation
2026-04-21 4:42 UTC (18+ messages)
` [PATCH v4 01/17] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v4 02/17] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v4 03/17] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v4 04/17] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v4 05/17] fwd: Generalise fwd_rules_info()
` [PATCH v4 06/17] pif: Limit pif names to 128 bytes
` [PATCH v4 07/17] fwd_rule: Fix some format specifiers
` [PATCH v4 08/17] pesto: Introduce stub configuration tool
` [PATCH v4 09/17] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v4 10/17] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v4 11/17] pesto: Expose list of pifs to pesto and optionally display
` [PATCH v4 12/17] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v4 13/17] inany: Prepare inany.[ch] "
` [PATCH v4 14/17] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v4 15/17] pesto: Parse and add new rules from command line
` [PATCH v4 16/17] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v4 17/17] conf, fwd: Allow switching to new rules received from pesto
[PATCH v1] tcp: Handle errors from tcp_send_flag()
2026-04-21 4:23 UTC (6+ messages)
[PATCH v2 00/13] Improvements to static checker invocation
2026-04-21 3:23 UTC (14+ messages)
` [PATCH v2 01/13] Makefile: Use make variables for static checker configuration
` [PATCH v2 02/13] cppcheck: Split out essential defines into a BASE_CPPFLAGS variable
` [PATCH v2 03/13] Makefile: Remove preprocessor flags from $(FLAGS)
` [PATCH v2 04/13] Makefile: Remove non-standard $(FLAGS) variable
` [PATCH v2 05/13] Makefile: Make conditional definition of $(BIN) clearer
` [PATCH v2 06/13] Makefile: Use common binary compilation rule
` [PATCH v2 07/13] Makefile: Remove unhelpful $(HEADERS) variable
` [PATCH v2 08/13] Makefile: Add header dependencies for secondary binaries
` [PATCH v2 09/13] Makefile: Split static checker targets
` [PATCH v2 10/13] passt-repair: Split out inotify handling to its own function
` [PATCH v2 11/13] passt-repair: Simplify construction of Unix path from inotify
` [PATCH v2 12/13] passt-repair: Run static checkers
` [PATCH v2 13/13] qrap: "
[PATCH 00/13] Improvements to static checker invocation
2026-04-21 3:03 UTC (15+ messages)
` [PATCH 01/13] Makefile: Use make variables for static checker configuration
` [PATCH 02/13] cppcheck: Split out essential defines into a BASE_CPPFLAGS variable
` [PATCH 03/13] Makefile: Remove preprocessor flags from $(FLAGS)
` [PATCH 04/13] Makefile: Remove non-standard $(FLAGS) variable
` [PATCH 05/13] Makefile: Make conditional definition of $(BIN) clearer
` [PATCH 06/13] Makefile: Use common binary compilation rule
` [PATCH 07/13] Makefile: Remove unhelpful $(HEADERS) variable
` [PATCH 08/13] Makefile: Add header dependencies for secondary binaries
` [PATCH 09/13] Makefile: Split static checker targets
` [PATCH 10/13] passt-repair: Split out inotify handling to its own function
` [PATCH 11/13] passt-repair: Simplify construction of Unix path from inotify
` [PATCH 12/13] passt-repair: Run static checkers
` [PATCH 13/13] qrap: "
[PATCH v3 00/11] Rework forwarding option parsing
2026-04-21 0:29 UTC (27+ messages)
` [PATCH v3 01/11] doc: Rework man page description of port specifiers
` [PATCH v3 02/11] conf: Move "all" handling to port specifier
` [PATCH v3 03/11] conf: Allow user-specified auto-scanned port forwarding ranges
` [PATCH v3 04/11] conf: Move SO_BINDTODEVICE workaround to conf_ports()
` [PATCH v3 05/11] conf: Don't pass raw commandline argument to conf_ports_spec()
` [PATCH v3 06/11] fwd, conf: Add capabilities bits to each forwarding table
` [PATCH v3 07/11] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v3 08/11] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v3 09/11] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v3 10/11] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v3 11/11] fwd: Generalise fwd_rules_info()
[RFC PATCH] tcp: Replace send buffer boost with EPOLLOUT monitoring
2026-04-20 22:33 UTC (2+ messages)
[PATCH v6 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
2026-04-17 14:56 UTC (6+ messages)
` [PATCH v6 1/4] tcp: Encode checksum computation flags in a single parameter
` [PATCH v6 2/4] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v6 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v6 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()
[PATCH v2 0/2] vhost-user, dhcp: Fix iPXE network boot over vhost-user
2026-04-16 16:21 UTC (3+ messages)
` [PATCH v2 1/2] vhost_user: Offer VIRTIO_NET_F_GUEST_CSUM
` [PATCH v2 2/2] dhcp: Add --dhcp-boot option to set boot filename in DHCP replies
[PATCH v8 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-04-16 16:09 UTC (4+ messages)
` [PATCH v8 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v8 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v8 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH v3 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
2026-04-16 15:57 UTC (11+ messages)
` [PATCH v3 01/10] iov: Introduce iov_memset()
` [PATCH v3 02/10] iov: Add iov_memcpy() to copy data between iovec arrays
` [PATCH v3 03/10] vu_common: Move vnethdr setup into vu_flush()
` [PATCH v3 04/10] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v3 05/10] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH v3 06/10] checksum: Pass explicit L4 length to checksum functions
` [PATCH v3 07/10] pcap: Pass explicit L2 length to pcap_iov()
` [PATCH v3 08/10] vu_common: Pass explicit frame length to vu_flush()
` [PATCH v3 09/10] tcp: Pass explicit data length to tcp_fill_headers()
` [PATCH v3 10/10] vhost-user: Centralise Ethernet frame padding in vu_collect() and vu_pad()
[PATCH v2 00/23] Rework forwarding option parsing
2026-04-16 1:46 UTC (37+ messages)
` [PATCH v2 01/23] conf: Split parsing of port specifiers from the rest of -[tuTU] parsing
` [PATCH v2 02/23] conf: Simplify handling of default forwarding mode
` [PATCH v2 03/23] conf: Move first pass handling of -[TU] next to handling of -[tu]
` [PATCH v2 04/23] doc: Consolidate -[tu] option descriptions for passt and pasta
` [PATCH v2 05/23] conf: Permit -[tTuU] all in pasta mode
` [PATCH v2 06/23] fwd: Better split forwarding rule specification from associated sockets
` [PATCH v2 07/23] fwd_rule: Move forwarding rule formatting
` [PATCH v2 08/23] conf: Pass protocol explicitly to conf_ports_range_except()
` [PATCH v2 09/23] fwd: Split rule building from rule adding
` [PATCH v2 10/23] fwd_rule: Move rule conflict checking from fwd_rule_add() to caller
` [PATCH v2 11/23] fwd: Improve error handling in fwd_rule_add()
` [PATCH v2 12/23] conf: Don't be strict about exclusivity of forwarding mode
` [PATCH v2 13/23] conf: Rework stepping through chunks of port specifiers
` [PATCH v2 14/23] conf: Rework checking for garbage after a range
` [PATCH v2 15/23] doc: Rework man page description of port specifiers
` [PATCH v2 16/23] conf: Move "all" handling to port specifier
` [PATCH v2 17/23] conf: Allow user-specified auto-scanned port forwarding ranges
` [PATCH v2 18/23] conf: Move SO_BINDTODEVICE workaround to conf_ports()
` [PATCH v2 19/23] conf: Don't pass raw commandline argument to conf_ports_spec()
` [PATCH v2 20/23] fwd, conf: Add capabilities bits to each forwarding table
` [PATCH v2 21/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v2 22/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v2 23/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
[PATCH v3] tap, tcp, udp: Use rate-limited logging
2026-04-16 1:24 UTC (5+ messages)
[PATCH v2] conf: use a single buffer for print formatting in conf_print()
2026-04-15 19:38 UTC (2+ messages)
[PATCH v2 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
2026-04-15 10:46 UTC (20+ messages)
` [PATCH v2 02/10] iov: Add iov_memcpy() to copy data between iovec arrays
` [PATCH v2 03/10] vu_common: Move vnethdr setup into vu_flush()
` [PATCH v2 04/10] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v2 05/10] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH v2 06/10] checksum: Pass explicit L4 length to checksum functions
` [PATCH v2 07/10] pcap: Pass explicit L2 length to pcap_iov()
` [PATCH v2 08/10] vu_common: Pass explicit frame length to vu_flush()
` [PATCH v2 09/10] tcp: Pass explicit data length to tcp_fill_headers()
` [PATCH v2 10/10] vhost-user: Centralise Ethernet frame padding in vu_collect() and vu_pad()
[PATCH v7 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-04-13 1:55 UTC (7+ messages)
` [PATCH v7 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v7 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v7 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH v7 00/13] Introduce multiple addresses and late binding
2026-04-13 0:53 UTC (14+ messages)
` [PATCH v7 01/13] dhcpv6: Fix reply destination to match client's source address
` [PATCH v7 02/13] passt, pasta: Introduce unified multi-address data structures
` [PATCH v7 03/13] fwd: Unify guest accessibility checks with unified address array
` [PATCH v7 04/13] arp: Check all configured addresses in ARP filtering
` [PATCH v7 05/13] conf: Allow multiple -a/--address options per address family
` [PATCH v7 06/13] netlink, conf: Read all addresses from template interface at startup
` [PATCH v7 07/13] netlink, pasta: refactor function pasta_ns_conf()
` [PATCH v7 08/13] conf, pasta: Track observed guest IPv4 addresses in unified address array
` [PATCH v7 09/13] conf, pasta: Track observed guest IPv6 "
` [PATCH v7 10/13] migrate: Update protocol to v3 for multi-address support
` [PATCH v7 11/13] dhcp: Select address for DHCP distribution
` [PATCH v7 12/13] dhcpv6: Select addresses for DHCPv6 distribution
` [PATCH v7 13/13] ndp: Support advertising multiple prefixes in Router Advertisements
[PATCH 00/18] Rework forwarding option parsing
2026-04-09 8:30 UTC (38+ messages)
` [PATCH 02/18] conf: Simplify handling of default forwarding mode
` [PATCH 04/18] doc: Consolidate -[tu] option descriptions for passt and pasta
` [PATCH 06/18] fwd: Better split forwarding rule specification from associated sockets
` [PATCH 10/18] fwd_rule: Move rule conflict checking from fwd_rule_add() to caller
` [PATCH 11/18] fwd: Improve error handling in fwd_rule_add()
` [PATCH 12/18] conf: Don't be strict about exclusivity of forwarding mode
` [PATCH 13/18] conf: Rework stepping through chunks of port specifiers
` [PATCH 14/18] conf: Rework checking for garbage after a range
` [PATCH 15/18] conf: Move "all" handling to port specifier
` [PATCH 16/18] conf: Allow user-specified auto-scanned port forwarding ranges
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).