[PATCH v9 00/23] Dynamic configuration update implementation
2026-05-06 11:58 UTC (31+ messages)
` [PATCH v9 01/23] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v9 02/23] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v9 03/23] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v9 04/23] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v9 05/23] fwd: Generalise fwd_rules_info()
` [PATCH v9 06/23] pif: Limit pif names to 128 bytes
` [PATCH v9 07/23] fwd_rule: Fix some format specifiers
` [PATCH v9 08/23] pesto: Introduce stub configuration tool
` [PATCH v9 09/23] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v9 10/23] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v9 11/23] pesto: Expose list of pifs to pesto and display them
` [PATCH v9 12/23] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v9 13/23] inany: Prepare inany.[ch] "
` [PATCH v9 14/23] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v9 15/23] pesto: Parse and add new rules from command line
` [PATCH v9 16/23] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v9 17/23] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v9 18/23] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v9 19/23] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
` [PATCH v9 20/23] apparmor: Add policy file for pesto
` [PATCH v9 21/23] selinux: Add file context and type enforcement "
` [PATCH v9 22/23] fedora: Install pesto, its SELinux policy, and the man page from the spec file
` [PATCH v9 23/23] hooks: Copy static build of pesto and related man page to server
[PATCH v8 00/19] Dynamic configuration update implementation
2026-05-06 9:15 UTC (41+ messages)
` [PATCH v8 01/19] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v8 02/19] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v8 03/19] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v8 04/19] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v8 05/19] fwd: Generalise fwd_rules_info()
` [PATCH v8 06/19] pif: Limit pif names to 128 bytes
` [PATCH v8 07/19] fwd_rule: Fix some format specifiers
` [PATCH v8 08/19] pesto: Introduce stub configuration tool
` [PATCH v8 09/19] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v8 10/19] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v8 11/19] pesto: Expose list of pifs to pesto and display them
` [PATCH v8 12/19] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v8 13/19] inany: Prepare inany.[ch] "
` [PATCH v8 14/19] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v8 15/19] pesto: Parse and add new rules from command line
` [PATCH v8 16/19] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v8 17/19] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v8 18/19] fwd_rule: Fix static checkers warnings in fwd_rule_add()
` [PATCH v8 19/19] pesto, conf, fwd_rule: Add options and modes to add, delete, clear rules
[PATCH v7 00/18] Dynamic configuration update implementation
2026-05-06 8:25 UTC (39+ messages)
` [PATCH v7 01/18] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v7 02/18] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v7 03/18] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v7 04/18] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v7 05/18] fwd: Generalise fwd_rules_info()
` [PATCH v7 06/18] pif: Limit pif names to 128 bytes
` [PATCH v7 07/18] fwd_rule: Fix some format specifiers
` [PATCH v7 08/18] pesto: Introduce stub configuration tool
` [PATCH v7 09/18] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v7 10/18] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v7 11/18] pesto: Expose list of pifs to pesto and display them
` [PATCH v7 12/18] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v7 13/18] inany: Prepare inany.[ch] "
` [PATCH v7 14/18] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v7 15/18] pesto: Parse and add new rules from command line
` [PATCH v7 16/18] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v7 17/18] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v7 18/18] fwd_rule: Fix static checkers warnings in fwd_rule_add()
[PATCH v2 00/13] Improvements to static checker invocation
2026-05-06 8:08 UTC (22+ 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 04/13] Makefile: Remove non-standard $(FLAGS) variable
` [PATCH v2 13/13] qrap: Run static checkers
[PATCH v6 00/18] Dynamic configuration update implementation
2026-05-04 23:18 UTC (39+ messages)
` [PATCH v6 01/18] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v6 02/18] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v6 03/18] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v6 04/18] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v6 05/18] fwd: Generalise fwd_rules_info()
` [PATCH v6 06/18] pif: Limit pif names to 128 bytes
` [PATCH v6 07/18] fwd_rule: Fix some format specifiers
` [PATCH v6 08/18] pesto: Introduce stub configuration tool
` [PATCH v6 09/18] pesto, log: Share log.h (but not log.c) with pesto tool
` [PATCH v6 10/18] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v6 11/18] pesto: Expose list of pifs to pesto and optionally display
` [PATCH v6 12/18] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v6 13/18] inany: Prepare inany.[ch] "
` [PATCH v6 14/18] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v6 15/18] pesto: Parse and add new rules from command line
` [PATCH v6 16/18] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v6 17/18] conf, fwd: Allow switching to new rules received from pesto
` [PATCH v6 18/18] fwd_rule: Fix static checkers warnings in fwd_rule_add()
[PATCH v5 00/18] RFC: Dynamic configuration update implementation
2026-05-04 4:24 UTC (30+ messages)
` [PATCH v5 01/18] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v5 03/18] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v5 11/18] pesto, conf: Have pesto connect to passt and check versions
` [PATCH v5 12/18] pesto: Expose list of pifs to pesto and optionally display
` [PATCH v5 15/18] pesto: Read current ruleset from passt/pasta and optionally display it
` [PATCH v5 16/18] pesto: Parse and add new rules from command line
` [PATCH v5 17/18] pesto, conf: Send updated rules from pesto back to passt/pasta
` [PATCH v5 18/18] conf, fwd: Allow switching to new rules received from pesto
[PATCH v4 00/17] RFC: Dynamic configuration update implementation
2026-04-25 19:03 UTC (4+ messages)
` [PATCH v4 06/17] pif: Limit pif names to 128 bytes
` [PATCH v4 00/17] IGNORE RFC: Dynamic configuration update implementation
[PATCH v3] tcp: Use SO_MEMINFO for accurate send buffer overhead accounting
2026-04-25 17:58 UTC
[PATCH v2] tcp: Handle errors from tcp_send_flag()
2026-04-25 7:42 UTC (2+ messages)
[PATCH v2] tcp: Use SO_MEMINFO for accurate send buffer overhead accounting
2026-04-25 7:06 UTC (2+ messages)
[PATCH] tcp: Use SO_MEMINFO for accurate send buffer overhead accounting
2026-04-22 11:51 UTC (2+ messages)
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).