public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-08-21 02:51:18 to 2024-09-06 16:05:07 UTC [more...]

[PATCH v4 0/4] Add vhost-user support to passt. (part 3)
 2024-09-06 16:04 UTC  (4+ messages)
` [PATCH v4 1/4] packet: replace struct desc by struct iovec
` [PATCH v4 2/4] vhost-user: introduce virtio API
` [PATCH v4 3/4] vhost-user: introduce vhost-user API

passt: new version 2024_09_06.6b38f07 available
 2024-09-06 15:15 UTC 

[PATCH 0/2] LSM rules for /proc/sys/net/ipv4/ip_local_port_range
 2024-09-06 13:56 UTC  (3+ messages)
` [PATCH 1/2] selinux: Allow read access to /proc/sys/net/ipv4/ip_local_port_range
` [PATCH 2/2] apparmor: "

[PATCH 0/4] Fix possible truncation of frames from /dev/net/tun
 2024-09-06 12:20 UTC  (6+ messages)
` [PATCH 1/4] tap: Split out handling of EPOLLIN events
` [PATCH 2/4] tap: Improve handling of EINTR in tap_passt_input()
` [PATCH 3/4] tap: Restructure in tap_pasta_input()
` [PATCH 4/4] tap: Don't risk truncating frames on full buffer "

[PATCH 0/6] RFC: Possible fixes for bug 94 and bug 95
 2024-09-06 11:29 UTC  (8+ messages)
` [PATCH 1/6] flow: Fix incorrect hash probe in flowside_lookup()
` [PATCH 2/6] udp: Allow UDP flows to be prematurely closed
` [PATCH 3/6] flow: Helpers to log details of a flow
` [PATCH 4/6] udp: Split socket error handling out from udp_sock_recv()
` [PATCH 5/6] udp: Treat errors getting errors as unrecoverable
` [PATCH 6/6] udp: Handle more error conditions in udp_sock_errs()

[PATCH v2] cppcheck: Work around some cppcheck 2.15.0 redundantInitialization warnings
 2024-09-06 11:29 UTC  (2+ messages)

[PATCH] util: Fix missing carry of one second, as nanoseconds, in timespec_diff_us()
 2024-09-06 11:06 UTC  (4+ messages)

[PATCH] tcp: Use EPOLLET for any state of not established connections
 2024-09-06  9:01 UTC 

[PATCH 0/6] RFC: Clean up tap-side event handling
 2024-09-05 11:33 UTC  (23+ messages)
` [PATCH 1/6] tap: Split out handling of EPOLLIN events
` [PATCH 2/6] tap: Improve handling of EINTR in tap_passt_input()
` [PATCH 3/6] tap: Restructure in tap_pasta_input()
` [PATCH 4/6] tap: Don't risk truncating frames on full buffer "
` [PATCH 5/6] tap: Re-introduce EPOLLET for tap connections
` [PATCH 6/6] tap: Stub EPOLLOUT handling

[PATCH v3 0/4] Add vhost-user support to passt. (part 3)
 2024-09-05  9:58 UTC  (19+ messages)
` [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] log: Don't prefix log file messages with time and severity if they're continuations
 2024-09-05  0:27 UTC  (2+ messages)

[PATCH 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-09-01  0:32 UTC  (9+ 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] Makefile: Enable _FORTIFY_SOURCE iff needed
 2024-08-30  7:54 UTC  (4+ messages)

[PATCH v3 0/3] Probe host's ephemeral ports, rather than using RFC values
 2024-08-30  7:07 UTC  (6+ messages)
` [PATCH v3 1/3] conf, fwd: Make ephemeral port logic more flexible
` [PATCH v3 2/3] conf, fwd: Don't attempt to forward port 0
` [PATCH v3 3/3] fwd, conf: Probe host's ephemeral ports

[net-next, v3 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-08-30  3:45 UTC  (5+ messages)
` [net-next, v3 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [net-next, v3 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

[PATCH v2 0/3] Probe host's ephemeral ports, rather than using RFC values
 2024-08-29  6:53 UTC  (6+ messages)
` [PATCH v2 1/3] conf, fwd: Make ephemeral port logic more flexible
` [PATCH v2 2/3] conf, fwd: Don't attempt to forward port 0
` [PATCH v2 3/3] fwd, conf: Probe host's ephemeral ports

[PATCH 0/3] Probe host's ephemeral ports, rather than using RFC values
 2024-08-29  4:14 UTC  (10+ messages)
` [PATCH 1/3] conf, fwd: Make ephemeral port logic more flexible
` [PATCH 2/3] conf, fwd: Don't attempt to forward port 0
` [PATCH 3/3] fwd, conf: Probe host's ephemeral ports

[net-next, v2 0/2] Adding SO_PEEK_OFF for TCPv6
 2024-08-28 17:43 UTC  (8+ messages)
` [net-next, v2 1/2] tcp: add SO_PEEK_OFF socket option tor TCPv6
` [net-next, v2 2/2] selftests: add selftest for tcp SO_PEEK_OFF support

[PATCH v2 0/3] Dual stack sockets for UDP
 2024-08-27 12:06 UTC  (5+ messages)
` [PATCH v2 1/3] udp: Merge udp[46]_mh_recv arrays
` [PATCH v2 2/3] udp: Remove unnnecessary local from udp_sock_init()
` [PATCH v2 3/3] udp: Use dual stack sockets for port forwarding when possible

[PATCH] seccomp.sh: Try to account for terminal width while formatting list of system calls
 2024-08-27  6:26 UTC 

[PATCH 0/3] Dual stack sockets for UDP
 2024-08-27  6:04 UTC  (9+ messages)
` [PATCH 1/3] udp: Merge udp[46]_mh_recv arrays
` [PATCH 2/3] udp: Remove unnnecessary local from udp_sock_init()
` [PATCH 3/3] udp: Use dual stack sockets for port forwarding when possible

[PATCH] mbuto: Fix handling of binaries in /usr/libexec
 2024-08-27  0:59 UTC  (2+ messages)

[PATCH] test: Look for possible sshd-session paths (if it's there at all) in mbuto's profile
 2024-08-27  0:55 UTC  (2+ messages)

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

[PATCH 0/4] Assorted test fixes for i386/i686 and OpenSSH 9.8
 2024-08-26  8:21 UTC  (5+ messages)
` [PATCH 3/4] test/passt.mbuto: Install sshd-session OpenSSH's split process

[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 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  (17+ messages)
` [PATCH 17/22] fwd: Split notion of "our tap address" from gateway for IPv4
` [PATCH 20/22] conf: Allow address remapped to host to be configured
` [PATCH 22/22] fwd, conf: Allow NAT of the guest's assigned address


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