public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-09-23 07:20:34 to 2022-10-11 00:13:06 UTC [more...]

[PATCH v3 0/7] Add support for log file and version display
 2022-10-11  0:12 UTC  (10+ messages)
` [PATCH v3 1/7] Move logging functions to a new file, log.c
` [PATCH v3 2/7] conf: Drop duplicate, diverging optstring assignments
` [PATCH v3 3/7] passt.h: Include netinet/if_ether.h before struct ctx declaration
` [PATCH v3 4/7] log, conf: Add support for logging to file
` [PATCH v3 5/7] log: Add missing function comment for trace_init()
` [PATCH v3 6/7] conf, log, Makefile: Add versioning information
` [PATCH v3 7/7] util: Check return value of lseek() while reading bound ports from procfs

[PATCH 0/3] Fixes for spliced connections
 2022-10-10 23:33 UTC  (4+ messages)
` [PATCH 1/3] tcp, tcp_splice: Adjust comments to current meaning of inbound and outbound
` [PATCH 2/3] tcp, tcp_splice: Fix port remapping for inbound, spliced connections
` [PATCH 3/3] tcp: Don't create 'tap' socket for ports that are bound to loopback only

[PATCH] conf: Drop excess colons in usage for DHCP and DNS options
 2022-10-10 23:33 UTC 

[PATCH] netlink: Disable duplicate address detection for configured IPv6 address
 2022-10-10 23:33 UTC 

[PATCH v3] conf, tcp, udp: Allow specification of interface to bind to
 2022-10-10 23:32 UTC 

[PATCH] packet: Fix off-by-one in packet_get_do() sanity checks
 2022-10-10  8:59 UTC  (2+ messages)

[PATCH v2] conf, tcp, udp: Allow specification of interface to bind to
 2022-10-10  8:39 UTC 

[PATCH] udp: Fix port and address checks for DNS forwarder
 2022-10-10  8:21 UTC 

[PATCH] tap: Don't check sequence counts when adding packets to pool
 2022-10-10  8:20 UTC 

[PATCH] conf: Report usage for --no-netns-quit
 2022-10-09  5:41 UTC  (2+ messages)

public-inbox list archives at https://archives.passt.top/
 2022-10-08 19:12 UTC 

[PATCH] conf, tap: Add option to quit once the client closes the connection
 2022-10-08 13:41 UTC  (3+ messages)

[PATCH v2 0/7] Add support for log file and version display
 2022-10-07 11:51 UTC  (8+ messages)
` [PATCH v2 1/7] Move logging functions to a new file, log.c
` [PATCH v2 2/7] conf: Drop duplicate, diverging optstring assignments
` [PATCH v2 3/7] passt.h: Include netinet/if_ether.h before struct ctx declaration
` [PATCH v2 4/7] log, conf: Add support for logging to file
` [PATCH v2 5/7] log: Add missing function comment for trace_init()
` [PATCH v2 6/7] conf, log, Makefile: Add versioning information
` [PATCH v2 7/7] util: Check return value of lseek() while reading bound ports from procfs

[PATCH 0/8] Add support for log file, version display, and tests
 2022-10-07 11:36 UTC  (27+ messages)
` [PATCH 1/8] Move logging functions to a new file, log.c
` [PATCH 2/8] conf: Drop duplicate, diverging optstring assignments
` [PATCH 3/8] passt.h: Include netinet/if_ether.h before struct ctx declaration
` [PATCH 4/8] log, conf: Add support for logging to file
` [PATCH 5/8] log: Add missing function comment for trace_init()
` [PATCH 6/8] conf, log, Makefile: Add versioning information
` [PATCH 7/8] util: Check return value of lseek() while reading bound ports from procfs
` [PATCH 8/8] test: Add log file tests for pasta plus corresponding layout and setup

[PATCH] test: Add rudimentary support to run selected tests only
 2022-10-07  7:37 UTC  (3+ messages)

[PATCH] conf, tcp, udp: Allow specification of interface to bind to
 2022-10-07  7:16 UTC 

[PATCH v2 00/28] Fixes for static checkers
 2022-09-29 23:31 UTC  (30+ messages)
` [PATCH v2 01/28] Clean up parsing of port ranges
` [PATCH v2 02/28] clang-tidy: Suppress warning about unchecked error in logfn macro
` [PATCH v2 03/28] clang-tidy: Fix spurious null pointer warning in pasta_start_ns()
` [PATCH v2 04/28] clang-tidy: Remove duplicate #include from icmp.c
` [PATCH v2 05/28] Catch failures when installing signal handlers
` [PATCH v2 06/28] Pack DHCPv6 "on wire" structures
` [PATCH v2 07/28] Clean up parsing in conf_runas()
` [PATCH v2 08/28] cppcheck: Reduce scope of some variables
` [PATCH v2 09/28] Don't shadow 'i' in conf_ports()
` [PATCH v2 10/28] Don't shadow global function names
` [PATCH v2 11/28] Stricter checking for nsholder.c
` [PATCH v2 12/28] cppcheck: Work around false positive NULL pointer dereference error
` [PATCH v2 13/28] cppcheck: Use inline suppression for ffsl()
` [PATCH v2 14/28] cppcheck: Use inline suppressions for qrap.c
` [PATCH v2 15/28] cppcheck: Use inline suppression for strtok() in conf.c
` [PATCH v2 16/28] Avoid ugly 'end' members in netlink structures
` [PATCH v2 17/28] cppcheck: Broaden suppression for unused struct members
` [PATCH v2 18/28] cppcheck: Remove localtime suppression for pcap.c
` [PATCH v2 19/28] qrap: Handle case of PATH environment variable being unset
` [PATCH v2 20/28] cppcheck: Suppress same-value-in-ternary branches warning
` [PATCH v2 21/28] cppcheck: Suppress NULL pointer warning in tcp_sock_consume()
` [PATCH v2 22/28] Regenerate seccomp.h if seccomp.sh changes
` [PATCH v2 23/28] cppcheck: Avoid errors due to zeroes in bitwise ORs
` [PATCH v2 24/28] cppcheck: Remove unused knownConditionTrueFalse suppression
` [PATCH v2 25/28] cppcheck: Remove unused objectIndex suppressions
` [PATCH v2 26/28] cppcheck: Remove unused va_list_usedBeforeStarted suppression
` [PATCH v2 27/28] Mark unused functions for cppcheck
` [PATCH v2 28/28] cppcheck: Remove unused unmatchedSuppression suppressions

[PATCH] Makefile: Hack for optimised-away store in ndp() before checksum calculation
 2022-09-29  9:22 UTC 

[PATCH 00/28] Fixes for static checkers
 2022-09-29  1:44 UTC  (41+ messages)
` [PATCH 01/28] Clean up parsing of port ranges
` [PATCH 02/28] clang-tidy: Suppress warning about unchecked error in logfn macro
` [PATCH 03/28] clang-tidy: Fix spurious null pointer warning in pasta_start_ns()
` [PATCH 04/28] clang-tidy: Remove duplicate #include from icmp.c
` [PATCH 05/28] Catch failures when installing signal handlers
` [PATCH 06/28] Pack DHCPv6 "on wire" structures
` [PATCH 07/28] Clean up parsing in conf_runas()
` [PATCH 08/28] cppcheck: Reduce scope of some variables
` [PATCH 09/28] Don't shadow 'i' in conf_ports()
` [PATCH 10/28] Don't shadow global function names
` [PATCH 11/28] Stricter checking for nsholder.c
` [PATCH 12/28] cppcheck: Work around false positive NULL pointer dereference error
` [PATCH 13/28] cppcheck: Use inline suppression for ffsl()
` [PATCH 14/28] cppcheck: Use inline suppressions for qrap.c
` [PATCH 15/28] cppcheck: Use inline suppression for strtok() in conf.c
` [PATCH 16/28] Avoid ugly 'end' members in netlink structures
` [PATCH 17/28] cppcheck: Broaden suppression for unused struct members
` [PATCH 18/28] cppcheck: Remove localtime suppression for pcap.c
` [PATCH 19/28] qrap: Handle case of PATH environment variable being unset
` [PATCH 20/28] cppcheck: Suppress same-value-in-ternary branches warning
` [PATCH 21/28] cppcheck: Suppress NULL pointer warning in tcp_sock_consume()
` [PATCH 22/28] Regenerate seccomp.h if seccomp.sh changes
` [PATCH 23/28] cppcheck: Avoid errors due to zeroes in bitwise ORs
` [PATCH 24/28] cppcheck: Remove unused knownConditionTrueFalse suppression
` [PATCH 25/28] cppcheck: Remove unused objectIndex suppressions
` [PATCH 26/28] cppcheck: Remove unused va_list_usedBeforeStarted suppression
` [PATCH 27/28] Mark unused functions for cppcheck
` [PATCH 28/28] cppcheck: Remove unused unmatchedSuppression suppressions

[PATCH 0/2] Address warnings from gcc 12.2 with -flto
 2022-09-28 19:00 UTC  (3+ messages)
` [PATCH 1/2] Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12
` [PATCH 2/2] udp: Replace pragma to ignore bogus stringop-overread warning with workaround

[PATCH v2 00/11] Assorted test fixes, batch 7
 2022-09-26 10:43 UTC  (12+ messages)
` [PATCH v2 01/11] test: Add wait_for() shell helper
` [PATCH v2 02/11] test: Remove unnecessary sleeps from shutdown tests
` [PATCH v2 03/11] test: More robust wait for pasta/passt to be ready
` [PATCH v2 04/11] test: Use --config-net for namespace setup
` [PATCH v2 05/11] test: Simplify data handling for transfer tests
` [PATCH v2 06/11] test: Remove unneccessary pane naming from layout_two_guests
` [PATCH v2 07/11] clang-tidy: Disable 'readability-identifier-length'
` [PATCH v2 08/11] cppcheck: Avoid excessive scanning due to system headers
` [PATCH v2 09/11] cppcheck: Run quietly
` [PATCH v2 10/11] Makefile: Simplify getting target triple for compiler
` [PATCH v2 11/11] cppcheck: Add target specific headers

[PATCH v2 0/8] Clean up and fix bugs in port forwarding data structures
 2022-09-24 20:25 UTC  (11+ messages)
` [PATCH v2 1/8] Improve types and names for port forwarding configuration
` [PATCH v2 2/8] Consolidate port forwarding configuration into a common structure
` [PATCH v2 3/8] udp: Delay initialization of UDP reversed port mapping table
` [PATCH v2 4/8] Don't use indirect remap functions for conf_ports()
` [PATCH v2 5/8] Pass entire port forwarding configuration substructure to conf_ports()
` [PATCH v2 6/8] Treat port numbers as unsigned
` [PATCH v2 7/8] Fix widespread off-by-one error dealing with port numbers
` [PATCH v2 8/8] icmp: Correct off by one errors dealing with number of echo request ids

[PATCH] Fix the name of the qemu-system-* executable
 2022-09-24 12:47 UTC  (4+ messages)

[PATCH 1/8] Improve types and names for port forwarding configuration
 2022-09-24  9:06 UTC  (5+ messages)

[PATCH 00/12] Assorted test fixes, batch 7
 2022-09-24  3:06 UTC  (8+ messages)
` [PATCH 08/12] clang-tidy: Disable 'readability-identifier-length'
` [PATCH 09/12] cppcheck: Avoid excessive scanning due to system headers
` [PATCH 10/12] cppcheck: Run quietly
` [PATCH 11/12] Makefile: Simplify getting target triple for compiler
` [PATCH 12/12] cppcheck: Add target specific headers

[PATCH 04/12] test: More robust wait for pasta/passt to be ready
 2022-09-24  3:03 UTC  (3+ messages)

[PATCH 02/12] test: Remove unnecessary sleeps from layout functions
 2022-09-24  3:02 UTC  (3+ messages)

[PATCH 01/12] test: Add wait_for() shell helper
 2022-09-24  2:59 UTC  (3+ messages)

[PATCH 06/12] test: Simplify data handling for transfer tests
 2022-09-23 23:08 UTC  (2+ messages)

[PATCH 00/11] Fixes for demos, pre-push hook, README
 2022-09-23 22:42 UTC  (12+ messages)
` [PATCH 01/11] contrib/podman: Rebase to latest upstream
` [PATCH 02/11] hooks/pre_push: Fix upload of CI's logs and terminal capture file
` [PATCH 03/11] test/demo: Use relative paths to change directories when possible
` [PATCH 04/11] test/demo: Avoid using port 5201 on the host
` [PATCH 05/11] test/lib: Drop perf_report_append() from perf_report
` [PATCH 06/11] test/lib: Don't try to write to perf.js when running demos
` [PATCH 07/11] README: Fix misspellings of openSUSE
` [PATCH 08/11] README: Point openSUSE links to Dario's OBS repository
` [PATCH 09/11] README: Fix indentation in "Try It" section
` [PATCH 10/11] README: Fix paragraph in Try It section of passt
` [PATCH 11/11] README: Add legend for Features section

[PATCH] test/passt.mbuto: Don't fail on missing guest public key
 2022-09-23 15:56 UTC 


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