public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2023-03-09 02:42:15 to 2023-05-21 23:42:24 UTC [more...]

[PATCH v2 00/10] Optionally copy all routes and addresses for pasta, allow gateway-less routes
 2023-05-21 23:42 UTC  (5+ messages)
` [PATCH v2 01/10] netlink: Fix comment about response buffer size for nl_req()
` [PATCH v2 02/10] pasta: Improve error handling on failure to join network namespace
` [PATCH v2 03/10] netlink: Add functionality to copy routes from outer namespace
` [PATCH v2 04/10] conf: --config-net option is for pasta mode only

[PATCH 0/3] Fix pasta-in-pasta operation (and similar)
 2023-05-21 23:41 UTC  (4+ messages)
` [PATCH 1/3] util, conf: Add and use ns_is_init() helper
` [PATCH 2/3] pasta: Detach mount namespace, (re)mount procfs before spawning command
` [PATCH 3/3] isolation: Initially Keep CAP_SETFCAP if running as UID 0 in non-init

[PATCH 0/5] Improvements to "connection" tracking for UDP
 2023-05-18  5:48 UTC  (7+ messages)
` [PATCH 1/5] udp: Don't attempt to translate a 0.0.0.0 source address
` [PATCH 2/5] udp: Small streamline to udp_update_hdr4()
` [PATCH 3/5] udp: Implement IPv6 PORT_GUA logic for IPv4 as well
` [PATCH 4/5] udp: Clarify connection tracking flags
` [PATCH 5/5] udp: Remove PORT_ADDR_SEEN "connection" tracking mode

[PATCH 00/10] RFC/RFT: Optionally copy all routes and addresses for pasta, allow gateway-less routes
 2023-05-18  3:26 UTC  (21+ messages)
` [PATCH 01/10] netlink: Fix comment about response buffer size for nl_req()
` [PATCH 02/10] pasta: Improve error handling on failure to join network namespace
` [PATCH 03/10] netlink: Add functionality to copy routes from outer namespace
` [PATCH 04/10] conf: --config-net option is for pasta mode only
` [PATCH 05/10] conf, pasta: With --config-net, copy all routes by default
` [PATCH 06/10] Revert "conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway"
` [PATCH 07/10] conf: Don't exit if sourced default route has no gateway
` [PATCH 08/10] netlink: Add functionality to copy addresses from outer namespace
` [PATCH 09/10] conf, pasta: With --config-net, copy all addresses by default
` [PATCH 10/10] passt.h: Fix description of pasta_ifi in struct ctx

[PATCH] tap: Don't update ip6.addr_seen to ::
 2023-05-17 19:40 UTC  (2+ messages)

[PATCH v2 00/21] RFCv2: Proof-of-concept conversion of some tests to Avocado framework
 2023-05-16  2:01 UTC  (22+ messages)
` [PATCH v2 01/21] test/nstool: Provide useful error if given a path that's too long
` [PATCH v2 02/21] test/nstool: Fix fd leak in accept() loop
` [PATCH v2 03/21] avocado: Make a duplicate copy of testsuite for comparison purposes
` [PATCH v2 04/21] avocado: Don't double download assets for test/ and oldtest/
` [PATCH v2 05/21] avocado: Move static checkers to avocado
` [PATCH v2 06/21] avocado/tasst: Helper functions for executing commands in different places
` [PATCH v2 07/21] avocado: Convert build tests to avocado
` [PATCH v2 08/21] avocado/tasst: Add helpers for running background commands on sites
` [PATCH v2 09/21] avocado/tasst: Add helper to get network interface names for a site
` [PATCH v2 10/21] avocado/tasst: Add helpers to run commands with nstool
` [PATCH v2 11/21] avocado/tasst: Add ifup and network address helpers to Site
` [PATCH v2 12/21] avocado/tasst: Helper for creating veth devices between namespaces
` [PATCH v2 13/21] avocado/tasst: Add helper for getting MTU of a network interface
` [PATCH v2 14/21] avocado/tasst: Add helper to wait for IP address to appear
` [PATCH v2 15/21] avocado/tasst: Add helpers for getting a site's routes
` [PATCH v2 16/21] avocado/tasst: Helpers for test transferring data between sites
` [PATCH v2 17/21] avocado/tasst: IP address allocation helpers
` [PATCH v2 18/21] avocado/tasst: Helpers for testing NDP behaviour
` [PATCH v2 19/21] avocado/tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH v2 20/21] avocado/tasst: Helpers to construct a simple network environment for tests
` [PATCH v2 21/21] avocado: Convert basic pasta tests

[PATCH] correct -6 option in manpage
 2023-05-10  6:59 UTC  (3+ messages)

passt: new version 2023_05_09.96f8d55 available
 2023-05-10  6:58 UTC 

[PATCH 0/7] RFC: Allow NAT-to-host address to be configured explicitly
 2023-05-04 21:53 UTC  (10+ messages)
` [PATCH 1/7] udp: Simplify setting of source IPv6 address for inbound packets
` [PATCH 2/7] udp: Simplify setting od destination "
` [PATCH 3/7] nat: Split notion of gateway/router from from guest-visible host address
` [PATCH 4/7] nat: Simplify --no-map-gw handling
` [PATCH 5/7] nat: Centralise handling of gateway versus link-local address for host NAT
` [PATCH 6/7] Allow nat-to-host addresses to be overridden
` [PATCH 7/7] nat, test: Test --nat-to-host option

[PATCH 0/7] RFC: Proof-of-concept conversion of some tests to Avocado framework
 2023-04-20  1:11 UTC  (8+ messages)
` [PATCH 1/7] avocado: Make a duplicate copy of testsuite for comparison purposes
` [PATCH 2/7] avocado: Don't double download assets for test/ and oldtest/
` [PATCH 3/7] avocado: Move static checkers to avocado
` [PATCH 4/7] avocado: Convert build tests "
` [PATCH 5/7] avocado: Helper functions and classes to run commands via nstool
` [PATCH 6/7] avocado: Helper to get link-local address and wait for SLAAC to complete
` [PATCH 7/7] avocado: Convert pasta transfer tests to Avocado

passt.c: incorrect signal() return value check
 2023-04-13 17:46 UTC  (4+ messages)

[PATCH] passt: Fix error check for signal(), improve error messages
 2023-04-13 17:45 UTC 

[PATCH] test: Remove race between commands run in the same context
 2023-04-07 23:13 UTC  (4+ messages)

[PATCH v2 00/14] Improved tool for testing across multiple namespaces
 2023-04-07 23:12 UTC  (16+ messages)
` [PATCH v2 01/14] nstool: Rename nsholder to nstool
` [PATCH v2 02/14] nstool: Reverse parameters "
` [PATCH v2 03/14] nstool: Move description of its operation modes from comment to usage
` [PATCH v2 04/14] nstool: Split some command line parsing and socket setup to subcommands
` [PATCH v2 05/14] nstool: Replace "pid" subcommand with "info" subcommand
` [PATCH v2 06/14] nstool: Detect what namespaces target is in
` [PATCH v2 07/14] nstool: Add magic number to advertized information
` [PATCH v2 08/14] nstool: Helpers to iterate through namespace types
` [PATCH v2 09/14] nstool: Add nstool exec command to execute commands in an nstool namespace
` [PATCH v2 10/14] nstool: Add --keep-caps option to nstool exec
` [PATCH v2 11/14] test: Initialise ${TRACE} properly
` [PATCH v2 12/14] test: Use "nstool exec" to slightly simplify tests
` [PATCH v2 13/14] nstool: Advertise the holder's cwd (in its mountns) across the socket
` [PATCH v2 14/14] nstool: Enter holder's cwd when changing mount ns with nstool exec

[PATCH] passt: Relicense to GPL 2.0, or any later version
 2023-04-06 16:06 UTC 

[PATCH 00/14] Improved tool for testing across multiple namespaces
 2023-04-06 10:35 UTC  (36+ messages)
` [PATCH 01/14] nstool: Rename nsholder to nstool
` [PATCH 02/14] nstool: Reverse parameters "
` [PATCH 03/14] nstool: Move description of its operation modes from comment to usage
` [PATCH 04/14] nstool: Split some command line parsing and socket setup to subcommands
` [PATCH 05/14] nstool: Replace "pid" subcommand with "info" subcommand
` [PATCH 06/14] nstool: Detect what namespaces target is in
` [PATCH 07/14] nstool: Add magic number to advertized information
` [PATCH 08/14] nstool: Helpers to iterate through namespace types
` [PATCH 09/14] nstool: Add nstool exec command to execute commands in an nstool namespace
` [PATCH 10/14] nstool: Add --keep-caps option to nstool exec
` [PATCH 11/14] test: Initialise ${TRACE} properly
` [PATCH 12/14] test: Use "nstool exec" to slightly simplify tests
` [PATCH 13/14] nstool: Advertise the holder's cwd (in its mountns) across the socket
` [PATCH 14/14] nstool: Enter holder's cwd when changing mount ns with nstool exec

passt: new version 2023_03_29.b10b983 available
 2023-03-30  6:21 UTC 

[PATCH] fedora: Adjust path for SELinux policy and interface file to latest guidelines
 2023-03-29 11:27 UTC 

[PATCH 1/2] selinux: Drop useless interface file for pasta
 2023-03-27 17:53 UTC  (2+ messages)
` [PATCH 2/2] fedora: Don't install useless SELinux "

[PATCH] conf: Allow binding to ports on an interface without a specific address
 2023-03-27 17:53 UTC 

[PATCH 0/2] tcp: Correct handling of first ACK (or SYN-ACK) packet
 2023-03-27  9:15 UTC  (4+ messages)
` [PATCH 1/2] tcp: Clarify allowed state for tcp_data_from_tap()
` [PATCH 2/2] tcp: Don't special case the handling of the ack of a syn

[PATCH] tcp: Clear and set ACK_FROM_TAP_DUE also on unchanged ACK sequence from peer
 2023-03-24  9:20 UTC  (4+ messages)

[PATCH v2] tcp: Clear ACK_FROM_TAP_DUE also on unchanged ACK sequence from peer
 2023-03-24  8:02 UTC 

passt: new version 2023_03_21.1ee2f7c available
 2023-03-22 15:02 UTC 

Everything Open 2023 passt presentation
 2023-03-22  0:21 UTC  (2+ messages)

[PATCH] pasta: fix tcp port forwarding in auto mode
 2023-03-21 23:30 UTC  (6+ messages)

[PATCH] tcp: Don't reset ACK_TO_TAP_DUE on any ACK, reschedule timer as needed
 2023-03-21 22:47 UTC 

[PATCH] tcp: When a connection flag it set, don't negate it for debug print
 2023-03-21 18:44 UTC 

[PATCH 0/2] Fix some problems with cppcheck-2.9.1 (from Fedora 37)
 2023-03-21 15:42 UTC  (5+ messages)
` [PATCH 1/2] Work around weird false positives with cppcheck-2.9.1
` [PATCH 2/2] Fix false positive if cppcheck doesn't give a false positive

[PATCH] udp: Actually bind detected namespace ports in init namespace
 2023-03-21 15:20 UTC 

[PATCH] passt.1: Fix description of --mtu option
 2023-03-18  2:03 UTC  (2+ messages)

[PATCH] Makefile: Enable external override for TARGET
 2023-03-18  2:01 UTC  (2+ messages)

passt: new version 2023_03_17.dd23496 available
 2023-03-17  9:58 UTC 

[PATCH] fedora: Refresh SELinux labels in scriptlets, require -selinux package
 2023-03-16 19:57 UTC 

[PATCH] log: Avoid time_t/__syscall_slong_t format mismatch with long int on X32 ABI
 2023-03-14 10:25 UTC  (2+ messages)

[PATCH] fedora: Install SELinux interface files to shared include directory
 2023-03-10 18:12 UTC 

[PATCH 0/3] Clean up SELinux policy, split interface in smaller bits
 2023-03-10 18:12 UTC  (4+ messages)
` [PATCH 1/3] contrib/selinux: Drop "example" from headers: this is the actual policy
` [PATCH 2/3] contrib/selinux: Drop unused passt_read_data() interface
` [PATCH 3/3] contrib/selinux: Split interfaces into smaller bits

[libvirt PATCH 0/4] qemu/security: start passt process with correct SELinux label
 2023-03-10 14:39 UTC  (8+ messages)
` [libvirt PATCH 1/4] util: add an API to retrieve the resolved path to a virCommand's binary
` [libvirt PATCH 2/4] security: make args to virSecuritySELinuxContextAddRange() const
` [libvirt PATCH 3/4] security: make it possible to set SELinux label of child process from its binary
` [libvirt PATCH 4/4] qemu: set SELinux label of passt process to its own binary's label

passt: new version 2023_03_09.7c7625d available
 2023-03-09  9:13 UTC 

[PATCH v4 0/2] Implement explicit outbound address and interface selection
 2023-03-09  2:42 UTC  (4+ messages)
` [PATCH v4 2/2] conf, icmp, tcp, udp: Add options to bind to outbound address and interface

[PATCH 0/2] Implement explicit outbound address and interface selection
 2023-03-09  2:41 UTC  (6+ messages)
` [PATCH 2/2] conf, icmp, tcp, udp: Add options to bind to outbound address and interface


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