public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-07-25 11:27:15 to 2024-08-15 04:59:34 UTC [more...]

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

[PATCH 0/7] Prevent DAD for link-local addresses in containers
 2024-08-15  3:07 UTC  (15+ 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()

[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 0/3] Assorted fixes related to addressing
 2024-08-12 21:51 UTC  (5+ 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] 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  (31+ messages)
` [PATCH v2 01/22] nstool: Fix some trivial typos
` [PATCH v2 02/22] nstool: Propagate SIGTERM to processes executed in the namespace
` [PATCH v2 03/22] test: run static checkers with Avocado and JSON definitions
` [PATCH v2 04/22] test: Extend make targets to run Avocado tests
` [PATCH v2 05/22] test: Exeter based static tests
` [PATCH v2 06/22] test: Add exeter+Avocado based build tests
` [PATCH v2 07/22] test: Add linters for Python code
` [PATCH v2 08/22] tasst: Introduce library of common test helpers
` [PATCH v2 09/22] tasst: "snh" module for simulated network hosts
` [PATCH v2 10/22] tasst: Add helper to get network interface names for a site
` [PATCH v2 11/22] tasst: Add helpers to run commands with nstool
` [PATCH v2 12/22] tasst: Add ifup and network address helpers to SimNetHost
` [PATCH v2 13/22] tasst: Helper for creating veth devices between namespaces
` [PATCH v2 14/22] tasst: Add helper for getting MTU of a network interface
` [PATCH v2 15/22] tasst: Add helper to wait for IP address to appear
` [PATCH v2 16/22] tasst: Add helpers for getting a SimNetHost's routes
` [PATCH v2 17/22] tasst: Helpers to test transferring data between sites
` [PATCH v2 18/22] tasst: IP address allocation helpers
` [PATCH v2 19/22] tasst: Helpers for testing NDP behaviour
` [PATCH v2 20/22] tasst: Helpers for testing DHCP & DHCPv6 behaviour
` [PATCH v2 21/22] tasst: Helpers to construct a simple network environment for tests
` [PATCH v2 22/22] avocado: Convert basic pasta 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  (8+ messages)
` [PATCH v2 1/4] util: Some corrections for timespec_diff_us
` [PATCH v2 2/4] log: Correct formatting of timestamps
` [PATCH v2 3/4] log: Handle errors from clock_gettime()
` [PATCH v2 4/4] log: Avoid duplicate calls to logtime()

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

passt: new version 2024_08_06.ee36266 available
 2024-08-06 14:21 UTC 

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

[PATCH] util: In ASSERT(), use "fprintf(stderr, ...)" rather than err(...)
 2024-08-06 12:28 UTC  (8+ messages)

[PATCH] log, passt: Keep printing to stderr when passt is running in foreground
 2024-08-06 12:13 UTC 

[PATCH] util: Use unsigned (size_t) value for iov length
 2024-08-06  1:21 UTC 

[PATCH 0/2] udp_flow: move all udp_flow functions to udp_flow.c
 2024-08-05 19:02 UTC  (8+ messages)
` [PATCH 1/2] udp_flow: Remove udp_meta_t from the parameters of udp_flow_from_sock()
` [PATCH 2/2] udp_flow: move all udp_flow functions to udp_flow.c

[PATCH 0/2] Avoid duplicated clock_gettime() in logging
 2024-08-05 19:02 UTC  (6+ messages)
` [PATCH 1/2] log: Make logfile_write() private
` [PATCH 2/2] log: Avoid duplicate calls to clock_gettime()

[PATCH] pasta: Save errno on signal handler entry, restore on return when needed
 2024-08-03  3:59 UTC  (3+ messages)

[PATCH v2] pasta.c: modify hostname when detaching new namespace
 2024-07-30 17:09 UTC  (2+ messages)

[PATCH v2] Fix typo in README file
 2024-07-29 17:55 UTC  (3+ messages)

[PATCH] pasta.c: modify hostname when detaching new namespace
 2024-07-29 17:54 UTC  (5+ messages)

[PATCH 0/5] Fix assorted errors in the Qemu socket tap receive handler
 2024-07-29  1:15 UTC  (18+ messages)
` [PATCH 1/5] tap: Better report errors receiving from QEMU socket
` [PATCH 2/5] tap: Don't attempt to carry on if we get a bad frame length from qemu
` [PATCH 3/5] tap: Don't use EPOLLET on Qemu sockets
` [PATCH 4/5] tap: Correctly handle frames of odd length
` [PATCH 5/5] tap: Improve handling of partially received frames on qemu socket

[PATCH 0/3] Fixes for log timestamps
 2024-07-29  1:12 UTC  (8+ messages)
` [PATCH 1/3] log, util: Fix sub-second part in relative log time calculation
` [PATCH 2/3] log: Initialise timestamp for relative log time also if we use a log file
` [PATCH 3/3] log: Fetch log times with CLOCK_MONOTONIC, not CLOCK_REALTIME

[PATCH] Fix typo in README file
 2024-07-27 10:01 UTC 

passt: new version 2024_07_26.57a21d2 available
 2024-07-26 15:08 UTC 

[PATCH 00/11] Minor assorted fixes, mostly logging and tests
 2024-07-26  1:22 UTC  (15+ messages)
` [PATCH 03/11] log: Drop newlines in the middle of the perror()-like messages
` [PATCH 10/11] tap: Discard guest data on length descriptor mismatch
` [PATCH 11/11] conf: Accept addresses enclosed by square brackets in port forwarding specifiers

[PATCH] test: Fix spurious test failure with systemd-resolved
 2024-07-25 11:27 UTC  (2+ messages)

[PATCH v2 0/2] Broaden DNS forwarding
 2024-07-25 11:27 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).