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

[PATCH v2 0/5] Test cases to display memory usage in kernel and userspace
 2022-10-31 11:20 UTC  (6+ messages)
` [PATCH v2 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH v2 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH v2 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH v2 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH v2 5/5] test: Add memory/passt test cases

[PATCH 0/5] Test cases to display memory usage in kernel and userspace
 2022-10-31 11:10 UTC  (7+ messages)
` [PATCH 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH 5/5] test: Add memory/passt test cases

[PATCH] passt.1: Fix typo: "addressses", reported by Lintian
 2022-10-28  6:55 UTC  (2+ messages)

new bugs, new features
 2022-10-27 21:23 UTC 

new version 2022_10_26.f212044 available
 2022-10-27 10:56 UTC  (3+ messages)

[PATCH] test/run: Temporarily disable distribution tests
 2022-10-26 22:11 UTC  (2+ messages)

[PATCH 0/4] Debugging improvements, fix for 0 sequence echo reply
 2022-10-26 21:59 UTC  (9+ messages)
` [PATCH 1/4] conf, passt.1: Don't imply --foreground with --debug
` [PATCH 2/4] tap: Trace received (outbound) ICMP packets in debug mode, too
` [PATCH 3/4] icmp: Add debugging messages for handled replies and requests
` [PATCH 4/4] icmp: Don't discard first reply sequence for a given echo ID

[PATCH] checksum: Fix calculation for ICMP checksum on IPv4
 2022-10-26 14:28 UTC  (6+ messages)

[PATCH 0/8] Add support for log file, version display, and tests
 2022-10-26  7:26 UTC  (6+ messages)
` [PATCH 8/8] test: Add log file tests for pasta plus corresponding layout and setup

[PATCH] hooks: Temporarily disable demo generation in pre-push
 2022-10-26  5:12 UTC 

[PATCH] conf: Don't pass leading ~ to parse_port_range() on exclusions
 2022-10-24 23:59 UTC  (2+ messages)

[PATCH] qrap: Support JSON syntax for -device
 2022-10-24 12:12 UTC  (4+ messages)

[PATCH] util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size
 2022-10-24  0:36 UTC  (5+ messages)

passt crashes on CentOS Stream 9
 2022-10-22  8:57 UTC  (5+ messages)

[PATCH v2 00/14] Clean up checksum and header generation for inbound packets
 2022-10-22  8:21 UTC  (17+ messages)
` [PATCH v2 01/14] Add csum_icmp6() helper for calculating ICMPv6 checksums
` [PATCH v2 02/14] Add csum_icmp4() helper for calculating ICMP checksums
` [PATCH v2 03/14] Add csum_udp6() helper for calculating UDP over IPv6 checksums
` [PATCH v2 04/14] Add csum_udp4() helper for calculating UDP over IPv4 checksums
` [PATCH v2 05/14] Add csum_ip4_header() helper to calculate IPv4 header checksums
` [PATCH v2 06/14] Add helpers for normal inbound packet destination addresses
` [PATCH v2 07/14] Remove support for TCP packets from tap_ip_send()
` [PATCH v2 08/14] tap: Remove unhelpeful vnet_pre optimization from tap_send()
` [PATCH v2 09/14] Split tap_ip_send() into IPv4 and IPv6 specific functions
` [PATCH v2 10/14] tap: Split tap_ip6_send() into UDP and ICMP variants
` [PATCH v2 11/14] ndp: Remove unneeded eh_source parameter
` [PATCH v2 12/14] ndp: Use tap_icmp6_send() helper
` [PATCH v2 13/14] tap: Split tap_ip4_send() into UDP and ICMP variants
` [PATCH v2 14/14] dhcp: Use tap_udp4_send() helper in dhcp()

[PATCH] Add git-publish configuration file
 2022-10-22  8:20 UTC  (3+ messages)

[PATCH 00/14] Clean up checksum and header generation for inbound packets
 2022-10-18 23:54 UTC  (36+ messages)
` [PATCH 01/14] Add csum_icmp6() helper for calculating ICMPv6 checksums
` [PATCH 02/14] Add csum_icmp4() helper for calculating ICMPv4 checksums
` [PATCH 03/14] Add csum_udp6() helper for calculating UDP over IPv6 checksums
` [PATCH 04/14] Add csum_udp4() helper for calculating UDP over IPv4 checksums
` [PATCH 05/14] Add csum_ip4_header() helper to calculate IPv4 header checksums
` [PATCH 06/14] Add helpers for normal inbound packet destination addresses
` [PATCH 07/14] Remove support for TCP packets from tap_ip_send()
` [PATCH 08/14] tap: Remove unhelpeful vnet_pre optimization from tap_send()
` [PATCH 09/14] Split tap_ip_send() into IPv4 and IPv6 specific functions
` [PATCH 10/14] tap: Split tap_ip6_send() into UDP and ICMP variants
` [PATCH 11/14] ndp: Remove unneeded eh_source parameter
` [PATCH 12/14] ndp: Use tap_icmp6_send() helper
` [PATCH 13/14] tap: Split tap_ip4_send() into UDP and ICMP variants
` [PATCH 14/14] dhcp: Use tap_udp4_send() helper in dhcp()

[PATCH v2] conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()
 2022-10-17  4:26 UTC  (2+ messages)

Alas for CAP_NET_BIND_SERVICE
 2022-10-17  3:20 UTC  (12+ messages)

all pending patches pushed
 2022-10-14 22:24 UTC 

[PATCH] conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user()
 2022-10-14  6:38 UTC  (4+ messages)

[PATCH v2 00/11] Fixes and cleanups for capability handling
 2022-10-14  4:25 UTC  (12+ messages)
` [PATCH v2 01/11] test: Move slower tests to end of test run
` [PATCH v2 02/11] pasta: More general way of starting spawned shell as a login shell
` [PATCH v2 03/11] pasta_start_ns() always ends in parent context
` [PATCH v2 04/11] Remove unhelpful drop_caps() call in pasta_start_ns()
` [PATCH v2 05/11] isolation: Clarify various self-isolation steps
` [PATCH v2 06/11] Replace FWRITE with a function
` [PATCH v2 07/11] isolation: Refactor isolate_user() to allow for a common exit path
` [PATCH v2 08/11] isolation: Replace drop_caps() with a version that actually does something
` [PATCH v2 09/11] isolation: Prevent any child processes gaining capabilities
` [PATCH v2 10/11] isolation: Only configure UID/GID mappings in userns when spawning shell
` [PATCH v2 11/11] Rename pasta_setup_ns() to pasta_spawn_cmd()

[PATCH] passt.1: Add David to AUTHORS
 2022-10-14  3:42 UTC  (2+ messages)

[PATCH 00/10] Fixes and cleanups for capability handling
 2022-10-13 23:42 UTC  (33+ messages)
` [PATCH 01/10] test: Move slower tests to end of test run
` [PATCH 02/10] pasta: More general way of starting spawned shell as a login shell
` [PATCH 03/10] pasta_start_ns() always ends in parent context
` [PATCH 04/10] Remove unhelpful drop_caps() call in pasta_start_ns()
` [PATCH 05/10] Clarify various self-isolation steps
` [PATCH 06/10] Replace FWRITE with a function
` [PATCH 07/10] isolation: Replace drop_caps() with a version that actually does something
` [PATCH 08/10] isolation: Prevent any child processes gaining capabilities
` [PATCH 09/10] isolation: Only configure UID/GID mappings in userns when spawning shell
` [PATCH 10/10] Rename pasta_setup_ns() to pasta_spawn_cmd()

[PATCH v4] conf, tcp, udp: Allow specification of interface to bind to
 2022-10-13  1:24 UTC  (2+ messages)

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

[PATCH] util.h: Add missing gcc pragma push before pragma pop
 2022-10-13  1:14 UTC  (2+ messages)

[PATCH] log.h: Avoid unnecessary GNU extension for token pasting
 2022-10-13  1:13 UTC  (2+ messages)

[PATCH] icmp: Set sin6_scope_id for outbound ICMPv6 echo requests
 2022-10-13  1:11 UTC  (2+ messages)

[PATCH v3] conf, tcp, udp: Allow specification of interface to bind to
 2022-10-11 11:59 UTC  (3+ messages)

[PATCH 0/3] Fixes for spliced connections
 2022-10-11  7:42 UTC  (6+ 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] conf: Drop excess colons in usage for DHCP and DNS options
 2022-10-11  0:52 UTC  (2+ messages)

[PATCH] netlink: Disable duplicate address detection for configured IPv6 address
 2022-10-11  0:51 UTC  (2+ messages)

[PATCH v3 0/7] Add support for log file and version display
 2022-10-11  0:12 UTC  (5+ messages)
` [PATCH v3 4/7] log, conf: Add support for logging to file
` [PATCH v3 6/7] conf, log, Makefile: Add versioning information

[PATCH] udp: Fix port and address checks for DNS forwarder
 2022-10-11  0:05 UTC  (2+ messages)


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