public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-07-23 20:30:37 to 2024-08-12 09:54:05 UTC [more...]

[PATCH 0/3] Assorted fixes related to addressing
 2024-08-12  9:53 UTC  (3+ messages)
` [PATCH 1/3] Correct inaccurate comments on ip[46]_ctx::addr
` [PATCH 3/3] fwd: Rework inconsistencies in translation of inbound flows

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

[PATCH] ndp.c: Turn NDP responder into more declarative implementation
 2024-08-10 16:00 UTC 

[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  (33+ messages)
` [PATCH 01/11] tap: Don't quit if pasta gets EIO on writev() to tap, interface might be down
` [PATCH 02/11] tcp: Change SO_PEEK_OFF support message to debug()
` [PATCH 03/11] log: Drop newlines in the middle of the perror()-like messages
` [PATCH 04/11] log: Fix sub-second part in relative log time calculation
` [PATCH 05/11] log: Initialise timestamp for relative log time also if we use a log file
` [PATCH 06/11] test: Fix memory/passt tests, --netns-only is not a valid option for passt
` [PATCH 07/11] test: Update names of symbols and slabinfo entries
` [PATCH 08/11] test: iperf3 3.16 introduces multiple threads, drop our own implementation of that
` [PATCH 09/11] tap: Exit if we fail to bind a UNIX domain socket with explicit path
` [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  (8+ messages)
` [PATCH v2 1/2] fwd: Refactor tests in fwd_nat_from_tap() for clarity
` [PATCH v2 2/2] fwd: Broaden what we consider for DNS specific forwarding rules

[PATCH 0/2] Small fixes for SO_PEEK_OFF
 2024-07-24  8:16 UTC  (4+ messages)
` [PATCH 1/2] tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6
` [PATCH 2/2] tcp: Correctly update SO_PEEK_OFF when tcp_send_frames() drops frames

[PATCH 0/2] Broaden DNS forwarding
 2024-07-24  7:46 UTC  (6+ messages)
` [PATCH 1/2] fwd: Refactor tests in fwd_nat_from_tap() for clarity
` [PATCH 2/2] fwd: Broaden what we consider for DNS specific forwarding rules

[PATCH v2] tcp: probe for SO_PEEK_OFF both in tcpv4 and tcp6
 2024-07-24  7:29 UTC  (5+ 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).