public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-08-15 06:53:07 to 2024-08-26 08:22:04 UTC [more...]

[PATCH 0/4] Assorted test fixes for i386/i686 and OpenSSH 9.8
 2024-08-26  8:21 UTC  (12+ messages)
` [PATCH 1/4] test/lib/setup: Transform i686 kernel architecture name into QEMU name (i386)
` [PATCH 2/4] test/passt.mbuto: Run sshd from vsock proxy with absolute path
` [PATCH 3/4] test/passt.mbuto: Install sshd-session OpenSSH's split process
` [PATCH 4/4] test: Duplicate existing recvfrom() valgrind suppression for recv()

[PATCH] Remove incorrect special handling of /usr/libexec
 2024-08-26  7:55 UTC  (2+ messages)

[PATCH v3 0/4] Add vhost-user support to passt. (part 3)
 2024-08-26  7:55 UTC  (18+ messages)
` [PATCH v3 1/4] packet: replace struct desc by struct iovec
` [PATCH v3 2/4] vhost-user: introduce virtio API
` [PATCH v3 3/4] vhost-user: introduce vhost-user API
` [PATCH v3 4/4] vhost-user: add vhost-user

[PATCH v3 00/15] RFC: Proof-of-concept based exeter+Avocado tests
 2024-08-26  2:09 UTC  (16+ messages)
` [PATCH v3 01/15] test: run static checkers with Avocado and JSON definitions
` [PATCH v3 02/15] test: Adjust how we invoke tests with run_avocado
` [PATCH v3 03/15] test: Extend make targets to run Avocado tests
` [PATCH v3 04/15] test: Exeter based static tests
` [PATCH v3 05/15] tasst: Support library and linters for tests in Python
` [PATCH v3 06/15] tasst/cmdsite: Base helpers for running shell commands in various places
` [PATCH v3 07/15] test: Add exeter+Avocado based build tests
` [PATCH v3 08/15] tasst/unshare: Add helpers to run commands in Linux unshared namespaces
` [PATCH v3 09/15] tasst/ip: Helpers for configuring IPv4 and IPv6
` [PATCH v3 10/15] tasst/veth: Helpers for constructing veth devices between namespaces
` [PATCH v3 11/15] tasst: Helpers to test transferring data between sites
` [PATCH v3 12/15] tasst: Helpers for testing NDP behaviour
` [PATCH v3 13/15] tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH v3 14/15] tasst: Helpers to construct a simple network environment for tests
` [PATCH v3 15/15] avocado: Convert basic pasta tests

[PATCH 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-08-24  8:55 UTC  (6+ messages)
` [PATCH 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [PATCH 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

[PATCH v2 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-08-23  7:43 UTC  (6+ messages)
` [PATCH v2 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [PATCH v2 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

selftests: add selftest for tcp SO_PEEK_OFF support
 2024-08-22  8:37 UTC  (2+ messages)

passt: new version 2024_08_21.1d6142f available
 2024-08-21 16:55 UTC 

[PATCH v2 00/23] Allow configuration of special case NATs
 2024-08-21 10:38 UTC  (25+ messages)
` [PATCH v2 01/23] treewide: Use "our address" instead of "forwarding address"
` [PATCH v2 02/23] util: Helper for formatting MAC addresses
` [PATCH v2 03/23] treewide: Rename MAC address fields for clarity
` [PATCH v2 04/23] treewide: Use struct assignment instead of memcpy() for IP addresses
` [PATCH v2 05/23] conf: Use array indices rather than pointers for DNS array slots
` [PATCH v2 06/23] conf: More accurately count entries added in get_dns()
` [PATCH v2 07/23] conf: Move DNS array bounds checks into add_dns[46]
` [PATCH v2 08/23] conf: Move adding of a nameserver from resolv.conf into subfunction
` [PATCH v2 09/23] conf: Correct setting of dns_match address in add_dns6()
` [PATCH v2 10/23] conf: Treat --dns addresses as guest visible addresses
` [PATCH v2 11/23] conf: Remove incorrect initialisation of addr_ll_seen
` [PATCH v2 12/23] util: Correct sock_l4() binding for link local addresses
` [PATCH v2 13/23] treewide: Change misleading 'addr_ll' name
` [PATCH v2 14/23] Clarify which addresses in ip[46]_ctx are meaningful where
` [PATCH v2 15/23] Initialise our_tap_ll to ip6.gw when suitable
` [PATCH v2 16/23] fwd: Helpers to clarify what host addresses aren't guest accessible
` [PATCH v2 17/23] fwd: Split notion of "our tap address" from gateway for IPv4
` [PATCH v2 18/23] Don't take "our" MAC address from the host
` [PATCH v2 19/23] conf, fwd: Split notion of gateway/router from guest-visible host address
` [PATCH v2 20/23] test: Reconfigure IPv6 address after changing MTU
` [PATCH v2 21/23] conf: Allow address remapped to host to be configured
` [PATCH v2 22/23] fwd: Distinguish translatable from untranslatable addresses on inbound
` [PATCH v2 23/23] fwd, conf: Allow NAT of the guest's assigned address

[PATCH v2] util: Don't stop on unrelated values when looking for --fd in close_open_files()
 2024-08-21  2:56 UTC  (2+ messages)

[PATCH 00/22] RFC: Allow configuration of special case NATs
 2024-08-21  2:51 UTC  (55+ messages)
` [PATCH 01/22] treewide: Use "our address" instead of "forwarding address"
` [PATCH 02/22] util: Helper for formatting MAC addresses
` [PATCH 03/22] treewide: Rename MAC address fields for clarity
` [PATCH 04/22] treewide: Use struct assignment instead of memcpy() for IP addresses
` [PATCH 05/22] conf: Use array indices rather than pointers for DNS array slots
` [PATCH 06/22] conf: More accurately count entries added in get_dns()
` [PATCH 07/22] conf: Move DNS array bounds checks into add_dns[46]
` [PATCH 08/22] conf: Move adding of a nameserver from resolv.conf into subfunction
` [PATCH 09/22] conf: Correct setting of dns_match address in add_dns6()
` [PATCH 10/22] conf: Treat --dns addresses as guest visible addresses
` [PATCH 11/22] conf: Remove incorrect initialisation of addr_ll_seen
` [PATCH 12/22] util: Correct sock_l4() binding for link local addresses
` [PATCH 13/22] treewide: Change misleading 'addr_ll' name
` [PATCH 14/22] Clarify which addresses in ip[46]_ctx are meaningful where
` [PATCH 15/22] Initialise our_tap_ll to ip6.gw when suitable
` [PATCH 16/22] fwd: Helpers to clarify what host addresses aren't guest accessible
` [PATCH 17/22] fwd: Split notion of "our tap address" from gateway for IPv4
` [PATCH 18/22] Don't take "our" MAC address from the host
` [PATCH 19/22] conf, fwd: Split notion of gateway/router from guest-visible host address
` [PATCH 20/22] conf: Allow address remapped to host to be configured
` [PATCH 21/22] fwd: Distinguish translatable from untranslatable addresses on inbound
` [PATCH 22/22] fwd, conf: Allow NAT of the guest's assigned address

[PATCH v2 0/2] Build fixes for musl, glibc < 2.34
 2024-08-21  1:38 UTC  (4+ messages)
` [PATCH v2 1/2] udp_flow: Add missing unistd.h include for close()
` [PATCH v2 2/2] util: Provide own version of close_range(), and no-op fallback

[PATCH] README: pasta is indeed a supported back-end for rootless Docker
 2024-08-21  1:37 UTC  (2+ messages)

[PATCH] util: Fix licensing information display in --version
 2024-08-20 22:29 UTC  (2+ messages)

[PATCH] util: Don't stop on unrelated values when looking for --fd in close_open_files()
 2024-08-20 20:50 UTC 

[PATCH] test: Update list of dependencies in README.md
 2024-08-20  0:49 UTC  (2+ messages)

[PATCH] tcp, udp: Allow timerfd_gettime64() and recvmmsg_time64() on arm (armhf)
 2024-08-20  0:48 UTC  (2+ messages)

[PATCH 0/2] Build fixes for musl, glibc < 2.34
 2024-08-20  0:48 UTC  (5+ messages)
` [PATCH 1/2] udp_flow: Add missing unistd.h include for close()
` [PATCH 2/2] util: Provide own version of close_range(), and no-op fallback

[PATCH] treewide: Allow additional system calls for i386/i686
 2024-08-20  0:44 UTC  (2+ messages)

[PATCH v4 0/7] Prevent DAD for link-local addresses in containers
 2024-08-17  9:45 UTC  (9+ messages)
` [PATCH v4 1/7] netlink: Fix typo in function comment for nl_addr_get()
` [PATCH v4 2/7] netlink, pasta: Split MTU setting functionality out of nl_link_up()
` [PATCH v4 3/7] netlink, pasta: Turn nl_link_up() into a generic function to set link flags
` [PATCH v4 4/7] netlink, pasta: Disable DAD for link-local addresses on namespace interface
` [PATCH v4 5/7] netlink, pasta: Fetch link-local address from namespace interface once it's up
` [PATCH v4 6/7] pasta: Disable neighbour solicitations on device up to prevent DAD
` [PATCH v4 7/7] netlink: Fix typo in function comment for nl_addr_set()

[PATCH v3 0/7] Prevent DAD for link-local addresses in containers
 2024-08-17  8:41 UTC  (11+ messages)
` [PATCH v3 1/7] netlink: Fix typo in function comment for nl_addr_get()
` [PATCH v3 2/7] netlink, pasta: Split MTU setting functionality out of nl_link_up()
` [PATCH v3 3/7] netlink, pasta: Turn nl_link_up() into a generic function to set link flags
` [PATCH v3 4/7] netlink, pasta: Disable DAD for link-local addresses on namespace interface
` [PATCH v3 5/7] netlink, pasta: Fetch link-local address from namespace interface once it's up
` [PATCH v3 6/7] pasta: Disable neighbour solicitations on device up to prevent DAD
` [PATCH v3 7/7] netlink: Fix typo in function comment for nl_addr_set()

[PATCH v2 0/7] Prevent DAD for link-local addresses in containers
 2024-08-16  5:45 UTC  (13+ messages)
` [PATCH v2 1/7] netlink: Fix typo in function comment for nl_addr_get()
` [PATCH v2 2/7] netlink, pasta: Split MTU setting functionality out of nl_link_up()
` [PATCH v2 3/7] netlink, pasta: Turn nl_link_up() into a generic function to set link flags
` [PATCH v2 4/7] netlink, pasta: Disable DAD for link-local addresses on namespace interface
` [PATCH v2 5/7] netlink, pasta: Fetch link-local address from namespace interface once it's up
` [PATCH v2 6/7] pasta: Disable neighbour solicitations on device up to prevent DAD
` [PATCH v2 7/7] netlink: Fix typo in function comment for nl_addr_set()

[PATCH 0/7] Prevent DAD for link-local addresses in containers
 2024-08-15  6:53 UTC  (7+ messages)
` [PATCH 4/7] netlink, pasta: Disable DAD for link-local addresses on namespace interface
` [PATCH 5/7] netlink, pasta: Fetch link-local address from namespace interface once it's up


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