[PATCH v8 00/19] Dynamic configuration update implementation
2026-05-05 23:47 UTC (20+ 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-05 14:41 UTC (34+ 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-05 14:24 UTC (29+ 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 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 (40+ messages)
` [PATCH v5 01/18] conf, fwd: Stricter rule checking in fwd_rule_add()
` [PATCH v5 02/18] fwd_rule: Move ephemeral port probing to fwd_rule.c
` [PATCH v5 03/18] fwd, conf: Move rule parsing code to fwd_rule.[ch]
` [PATCH v5 04/18] fwd_rule: Move conflict checking back within fwd_rule_add()
` [PATCH v5 05/18] fwd: Generalise fwd_rules_info()
` [PATCH v5 06/18] pif: Limit pif names to 128 bytes
` [PATCH v5 07/18] fwd_rule: Fix some format specifiers
` [PATCH v5 08/18] tap, repair: Use SOCK_NONBLOCK and SOCK_CLOEXEC on Unix sockets
` [PATCH v5 09/18] pesto: Introduce stub configuration tool
` [PATCH v5 10/18] pesto, log: Share log.h (but not log.c) with pesto tool
` [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 13/18] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v5 14/18] inany: Prepare inany.[ch] "
` [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 (20+ 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 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)
[PATCH v1] tcp: Handle errors from tcp_send_flag()
2026-04-21 4:23 UTC (5+ messages)
[PATCH 00/13] Improvements to static checker invocation
2026-04-21 3:03 UTC (11+ messages)
` [PATCH 04/13] Makefile: Remove non-standard $(FLAGS) variable
` [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: "
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).