public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2022-10-22 01:09:04 to 2022-11-16 04:42:18 UTC [more...]

[PATCH 00/32] Use dual stack sockets to listen for inbound TCP connections
 2022-11-16  4:41 UTC  (3+ messages)
` [PATCH 02/32] style: Minor corrections to function comments
` [PATCH 04/32] tcp: Remove unused TCP_MAX_SOCKS constant

[PATCH 0/8] Fixes for Debian package functionality and build
 2022-11-15  5:15 UTC  (11+ messages)
` [PATCH 1/8] Makefile: Honour passed CPPFLAGS, not just CFLAGS
` [PATCH 2/8] Makefile: Don't filter out -O2 from supplied flags for AVX2 builds
` [PATCH 3/8] Makefile: It's AUDIT_ARCH_MIPSEL64, not AUDIT_ARCH_MIPS64EL
` [PATCH 4/8] Makefile: Change HPPA into PARISC while building PASST_AUDIT_ARCH
` [PATCH 5/8] util, pasta: Use __clone2() instead of clone() on ia64
` [PATCH 6/8] README: Add links to Debian package tracker
` [PATCH 7/8] contrib/apparmor: Merge pasta and passt profiles, update rules
` [PATCH 8/8] Remove contrib/debian, Debian package development now happens on Salsa

[PATCH 00/14] RFC: tcp: Don't use separate listening sockets for spliced and non-spliced connections
 2022-11-15  4:57 UTC  (17+ messages)
` [PATCH 01/14] style: Minor corrections to function comments
` [PATCH 02/14] tcp: Remove unused TCP_MAX_SOCKS constant
` [PATCH 03/14] tcp: Better helpers for converting between connection pointer and index
` [PATCH 04/14] tcp_splice: Helpers for converting from index to/from tcp_splice_conn
` [PATCH 05/14] tcp: Move connection state structures into a shared header
` [PATCH 06/14] tcp: Add connection union type
` [PATCH 07/14] tcp: Improved helpers to update connections after moving
` [PATCH 08/14] tcp: Unify spliced and non-spliced connection tables
` [PATCH 09/14] tcp: Unify tcp_defer_handler and tcp_splice_defer_handler()
` [PATCH 10/14] tcp: Partially unify tcp_timer() and tcp_splice_timer()
` [PATCH 11/14] tcp: Unify the IN_EPOLL flag
` [PATCH 12/14] tcp: Separate helpers to create ns listening sockets
` [PATCH 13/14] tcp: Unify part of spliced and non-spliced conn_from_sock path
` [PATCH 14/14] tcp: Use the same sockets to listen for spliced and non-spliced connections

[PATCH] conf, udp: Drop mostly duplicated dns_send arrays, rename related fields
 2022-11-15  2:36 UTC  (2+ messages)

[PATCH] arp, tap, util: Don't use perror() after seccomp filter is installed
 2022-11-15  1:24 UTC 

passt: new version 2022_11_10.4129764 available
 2022-11-10 15:28 UTC 

[PATCH 0/2] Try harder to avoid inconsistent qemu packet stream
 2022-11-10 12:59 UTC  (6+ messages)
` [PATCH 1/2] tap: Keep stream consistent if qemu length descriptor spans two recv() calls
` [PATCH 2/2] tap: Return -EIO from tap_handler_passt() on inconsistent packet stream

[PATCH 0/3] Fixes and workarounds for pasta with Podman in Google Cloud
 2022-11-10  4:30 UTC  (19+ messages)
` [PATCH 1/3] conf: Consistency check between configured IPv4 netmask and gateway
` [PATCH 2/3] conf: Split the notions of read DNS addresses and offered ones
` [PATCH 3/3] udp: Check for answers to forwarded DNS queries before handling local redirects

[PATCH] tcp, udp: Don't initialise IPv6/IPv4 sockets if IPv4/IPv6 are not enabled
 2022-11-10  0:15 UTC  (2+ messages)

[PATCH] conf: Fix mask calculation from prefix_len in conf_print()
 2022-11-10  0:14 UTC  (2+ messages)

[PATCH] passt: Move __setlogmask() calls before output unrelated to configuration
 2022-11-08  8:54 UTC 

[PATCH 00/10] RFC: Preliminaries for using share IPv4 & IPv6 sockets
 2022-11-08  0:59 UTC  (22+ messages)
` [PATCH 01/10] tcp: no v6 flag in ref
` [PATCH 02/10] tcp: Helper to encode IPv4-mapped IPv6 addresses
` [PATCH 03/10] tcp: Partially unify IPv4 and IPv6 paths in tcp_hash_match()
` [PATCH 04/10] tcp: Hash IPv4 and IPv4-mapped-IPv6 addresses the same
` [PATCH 05/10] tcp: Take tcp_hash_insert() address from struct tcp_conn
` [PATCH 06/10] tcp: Unify IPv4 and IPv6 paths for hashing and matching
` [PATCH 07/10] tcp: Remove ugly address union from struct tcp_conn
` [PATCH 08/10] tcp: Unify initial sequence numbers for IPv4 and IPv6
` [PATCH 09/10] tcp: Have tcp_seq_init() take its parameters from struct tcp_conn
` [PATCH 10/10] tcp: Fix small error in tcp_seq_init() time handling

[PATCH] test: Wait for network before starting passt in two_guests setup
 2022-11-07 18:59 UTC  (5+ messages)

[PATCH] pasta: Workaround: wait for execvp() to be done in child before entering netns
 2022-11-07 18:40 UTC  (4+ messages)

passt: new version 2022_11_04.e308018 available
 2022-11-04 13:11 UTC 

[PATCH v2 0/6] Improve IPv4 address endian handling and related bug fixes
 2022-11-04  3:10 UTC  (7+ messages)
` [PATCH v2 1/6] Correct some missing endian conversions of IPv4 addresses
` [PATCH v2 2/6] Minor improvements to IPv4 netmask handling
` [PATCH v2 3/6] Use IPV4_IS_LOOPBACK more widely
` [PATCH v2 4/6] Use typing to reduce chances of IPv4 endianness errors
` [PATCH v2 5/6] Use endian-safer typing in struct tap4_l4_t
` [PATCH v2 6/6] tcp: Correct function comments for address types

[PATCH 0/3] Prepare for native AF_UNIX socket support in qemu 7.2
 2022-11-04  1:54 UTC  (4+ messages)
` [PATCH 1/3] test: Switch to qemu -netdev stream option instead of using qrap
` [PATCH 2/3] test/perf: Finally drop workaround for virtio_net TX stall
` [PATCH 3/3] passt, qrap, README: Update notes and documentation for AF_UNIX support in qemu

[PATCH v4 0/5] Test cases to display memory usage in kernel and userspace
 2022-11-04  0:27 UTC  (7+ messages)
` [PATCH v4 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH v4 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH v4 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH v4 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH v4 5/5] test: Add memory/passt test cases

[PATCH v3 0/3] Fixes and workarounds for pasta with Podman in Google Cloud
 2022-11-03  8:42 UTC  (4+ messages)
` [PATCH v3 1/3] conf: Adjust netmask on mismatch between IPv4 address/netmask and gateway
` [PATCH v3 2/3] conf: Split the notions of read DNS addresses and offered ones
` [PATCH v3 3/3] udp: Check for answers to forwarded DNS queries before handling local redirects

[PATCH v2 0/3] Fixes and workarounds for pasta with Podman in Google Cloud
 2022-11-03  7:10 UTC  (5+ messages)
` [PATCH v2 1/3] conf: Consistency check between configured IPv4 netmask and gateway
` [PATCH v2 2/3] conf: Split the notions of read DNS addresses and offered ones
` [PATCH v2 3/3] udp: Check for answers to forwarded DNS queries before handling local redirects

[PATCH v3 0/5] Test cases to display memory usage in kernel and userspace
 2022-11-03  6:35 UTC  (8+ messages)
` [PATCH v3 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH v3 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH v3 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH v3 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH v3 5/5] test: Add memory/passt test cases

[PATCH 0/4] Improve IPv4 address endian handling and related bug fixes
 2022-11-03  3:09 UTC  (5+ messages)
` [PATCH 1/4] Correct some missing endian conversions of IPv4 addresses
` [PATCH 2/4] Minor improvements to IPv4 netmask handling
` [PATCH 3/4] Use IPV4_IS_LOOPBACK more widely
` [PATCH 4/4] Use typing to reduce chances of IPv4 endianness errors

[PATCH 0/2] Refinements to memory usage tests
 2022-11-01  8:02 UTC  (4+ messages)
` [PATCH 1/2] test: Correct passt binary path for "
` [PATCH 2/2] test: Don't use "outer" passt "

[PATCH v2 0/5] Test cases to display memory usage in kernel and userspace
 2022-11-01  7:59 UTC  (12+ messages)
` [PATCH v2 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH v2 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH v2 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH v2 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH v2 5/5] test: Add memory/passt test cases

[PATCH 0/5] Test cases to display memory usage in kernel and userspace
 2022-10-31 11:10 UTC  (7+ messages)
` [PATCH 1/5] test/lib: Move screen-scraping setup and layout functions to _ugly files
` [PATCH 2/5] tap: Support for detection of existing sockets on ramfs
` [PATCH 3/5] test/lib/perf_report: Use own flag to track initialisation
` [PATCH 4/5] test/lib: Add "td" directive, handled by table_value()
` [PATCH 5/5] test: Add memory/passt test cases

[PATCH] passt.1: Fix typo: "addressses", reported by Lintian
 2022-10-28  6:55 UTC  (2+ messages)

new bugs, new features
 2022-10-27 21:23 UTC 

new version 2022_10_26.f212044 available
 2022-10-27 10:56 UTC  (3+ messages)

[PATCH] test/run: Temporarily disable distribution tests
 2022-10-26 22:11 UTC  (2+ messages)

[PATCH 0/4] Debugging improvements, fix for 0 sequence echo reply
 2022-10-26 21:59 UTC  (9+ messages)
` [PATCH 1/4] conf, passt.1: Don't imply --foreground with --debug
` [PATCH 2/4] tap: Trace received (outbound) ICMP packets in debug mode, too
` [PATCH 3/4] icmp: Add debugging messages for handled replies and requests
` [PATCH 4/4] icmp: Don't discard first reply sequence for a given echo ID

[PATCH] checksum: Fix calculation for ICMP checksum on IPv4
 2022-10-26 14:28 UTC  (6+ messages)

[PATCH 0/8] Add support for log file, version display, and tests
 2022-10-26  7:26 UTC  (6+ messages)
` [PATCH 8/8] test: Add log file tests for pasta plus corresponding layout and setup

[PATCH] hooks: Temporarily disable demo generation in pre-push
 2022-10-26  5:12 UTC 

[PATCH] conf: Don't pass leading ~ to parse_port_range() on exclusions
 2022-10-24 23:59 UTC  (2+ messages)

[PATCH] qrap: Support JSON syntax for -device
 2022-10-24 12:12 UTC  (4+ messages)

[PATCH] util: Set NS_FN_STACK_SIZE to one eighth of ulimit-reported maximum stack size
 2022-10-24  0:36 UTC  (5+ messages)

passt crashes on CentOS Stream 9
 2022-10-22  8:57 UTC  (2+ messages)

[PATCH v2 00/14] Clean up checksum and header generation for inbound packets
 2022-10-22  8:21 UTC  (2+ messages)

[PATCH] Add git-publish configuration file
 2022-10-22  8:20 UTC  (3+ 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).