public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-08-06 18:38:22 to 2024-08-20 00:50:02 UTC [more...]

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

[PATCH 0/4] Assorted test fixes for i386/i686 and OpenSSH 9.8
 2024-08-20  0:46 UTC  (8+ 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] treewide: Allow additional system calls for i386/i686
 2024-08-20  0:44 UTC  (2+ messages)

[PATCH 00/22] RFC: Allow configuration of special case NATs
 2024-08-20  0:42 UTC  (41+ 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 v3 0/4] Add vhost-user support to passt. (part 3)
 2024-08-20  0:27 UTC  (6+ 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] test: Update list of dependencies in README.md
 2024-08-19 23:27 UTC 

[PATCH 0/2] Build fixes for musl, glibc < 2.34
 2024-08-19 23:15 UTC  (3+ 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 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  (17+ messages)
` [PATCH 1/7] netlink: Fix typo in function comment for nl_addr_get()
` [PATCH 2/7] netlink, pasta: Split MTU setting functionality out of nl_link_up()
` [PATCH 3/7] netlink, pasta: Turn nl_link_up() into a generic function to set link flags
` [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
` [PATCH 6/7] pasta: Disable neighbour solicitations on device up to prevent DAD
` [PATCH 7/7] netlink: Fix typo in function comment for nl_addr_set()

[PATCH 0/3] Assorted fixes related to addressing
 2024-08-15  5:01 UTC  (6+ messages)
` [PATCH 1/3] Correct inaccurate comments on ip[46]_ctx::addr
` [PATCH 2/3] conf: Delay handling -D option until after addresses are configured
` [PATCH 3/3] fwd: Rework inconsistencies in translation of inbound flows

[PATCH v2 0/4] Add vhost-user support to passt. (part 3)
 2024-08-15  4:52 UTC  (8+ messages)
` [PATCH v2 2/4] vhost-user: introduce virtio API
` [PATCH v2 3/4] vhost-user: introduce vhost-user API

[PATCH] test: Speed up by cutting on eye candy and performance test duration
 2024-08-15  3:43 UTC  (2+ messages)

[net] tcp: add SO_PEEK_OFF socket option tor TCPv6
 2024-08-14 17:47 UTC  (4+ messages)

passt: new version 2024_08_14.61c0b0d available
 2024-08-14 12:30 UTC 

[PATCH 00/16] Cleanups and fixes related to "our" addresses
 2024-08-14 12:18 UTC  (20+ messages)
` [PATCH 01/16] conf: Don't ignore -t and -u options after -D
` [PATCH 02/16] treewide: Use "our address" instead of "forwarding address"
` [PATCH 03/16] util: Helper for formatting MAC addresses
` [PATCH 04/16] treewide: Rename MAC address fields for clarity
` [PATCH 05/16] treewide: Use struct assignment instead of memcpy() for IP addresses
` [PATCH 06/16] conf: Use array indices rather than pointers for DNS array slots
` [PATCH 07/16] conf: More accurately count entries added in get_dns()
` [PATCH 08/16] conf: Move DNS array bounds checks into add_dns[46]
` [PATCH 09/16] conf: Move adding of a nameserver from resolv.conf into subfunction
` [PATCH 10/16] conf: Correct setting of dns_match address in add_dns6()
` [PATCH 11/16] conf: Treat --dns addresses as guest visible addresses
` [PATCH 12/16] conf: Remove incorrect initialisation of addr_ll_seen
` [PATCH 13/16] util: Correct sock_l4() binding for link local addresses
` [PATCH 14/16] treewide: Change misleading 'addr_ll' name
` [PATCH 15/16] Clarify which addresses in ip[46]_ctx are meaningful where
` [PATCH 16/16] Initialise our_tap_ll to ip6.gw when suitable

[PATCH] flow: Don't crash if guest attempts to connect to port 0
 2024-08-14 11:03 UTC  (2+ messages)

[PATCH v2] ndp.c: Turn NDP responder into more declarative implementation
 2024-08-13 19:19 UTC  (3+ messages)

[PATCH] ndp.c: Turn NDP responder into more declarative implementation
 2024-08-12 15:44 UTC  (2+ messages)

[PATCH] log: Don't prefix message with timestamp on --debug if it's a continuation
 2024-08-12  9:49 UTC  (2+ messages)

[PATCH v3] conf: Stop parsing options at first non-option argument
 2024-08-09  0:47 UTC  (7+ messages)

[PATCH v2 00/22] RFC: Proof-of-concept based exeter+Avocado tests
 2024-08-08 22:55 UTC  (11+ messages)
` [PATCH v2 02/22] nstool: Propagate SIGTERM to processes executed in the namespace
` [PATCH v2 06/22] test: Add exeter+Avocado based build tests

[PATCH v7] passt, util: Close any open file that the parent might have leaked
 2024-08-08  9:19 UTC  (3+ messages)

[PATCH v2] conf: Stop parsing options at first non-option argument
 2024-08-08  4:43 UTC  (4+ messages)

[PATCH v6] passt, util: Close any open file that the parent might have leaked
 2024-08-08  1:02 UTC  (2+ messages)

[PATCH v5] passt, util: Close any open file that the parent might have leaked
 2024-08-07 12:21 UTC 

[PATCH v3] passt, util: Close any open file that the parent might have leaked
 2024-08-07 11:37 UTC  (3+ messages)

[PATCH v4] passt, util: Close any open file that the parent might have leaked
 2024-08-07 11:25 UTC 

[PATCH] conf: Stop parsing options at first non-option argument
 2024-08-07 11:11 UTC 

[PATCH v2] passt, util: Close any open file that the parent might have leaked
 2024-08-07 11:10 UTC  (4+ messages)

[PATCH] conf, pasta: Make -g and -a skip route/addresses copy for matching IP version only
 2024-08-07  9:11 UTC  (3+ messages)

[PATCH v2 0/4] Fix several small errors in log time handling
 2024-08-07  8:17 UTC  (5+ messages)
` [PATCH v2 2/4] log: Correct formatting of timestamps

[PATCH] passt, util: Close any open file that the parent might have leaked
 2024-08-07  7:29 UTC  (3+ messages)

[PATCH] tcp_splice: Fix side in OUT_WAIT flag setting
 2024-08-06 12:28 UTC  (2+ messages)

[PATCH] util: In ASSERT(), use "fprintf(stderr, ...)" rather than err(...)
 2024-08-06 12:28 UTC  (4+ 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).