public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-10-07 07:44:17 to 2022-10-24 00:37:08 UTC [more...]

[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] qrap: Support JSON syntax for -device
 2022-10-22  8:19 UTC  (2+ 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  (7+ 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-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  (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] udp: Fix port and address checks for DNS forwarder
 2022-10-11  0:05 UTC  (2+ messages)

[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] 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 3/8] passt.h: Include netinet/if_ether.h before struct ctx declaration
 2022-10-07 11:36 UTC  (4+ messages)

[PATCH 4/8] log, conf: Add support for logging to file
 2022-10-07 10:27 UTC  (4+ messages)

[PATCH 6/8] conf, log, Makefile: Add versioning information
 2022-10-07 10:12 UTC  (4+ messages)

[PATCH 8/8] test: Add log file tests for pasta plus corresponding layout and setup
 2022-10-07  9:47 UTC  (3+ 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).