messages from 2024-08-21 16:55:56 to 2024-09-12 14:08:48 UTC [more...]
[PATCH v4 0/4] Add vhost-user support to passt. (part 3)
2024-09-12 14:08 UTC (15+ 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
` [PATCH v4 4/4] vhost-user: add vhost-user
[PATCH 0/2] Avoid overlapping mempcy() in DUP_ACK handling
2024-09-12 7:54 UTC (4+ messages)
` [PATCH 1/2] tcp: Remove redundant initialisation of iov[TCP_IOV_ETH].iov_base
` [PATCH 2/2] tcp: Avoid overlapping memcpy() in DUP_ACK handling
Porting to macOS
2024-09-12 7:00 UTC (6+ messages)
[PATCH 0/4] tcp: unify IPv4 and IPv6 l2 tap queues
2024-09-09 8:31 UTC (9+ messages)
` [PATCH 1/4] tcp: create unified struct for IPv4 and IPv6 header
` [PATCH 2/4] tcp: update ip address in l2 tap queues on the fly
` [PATCH 3/4] tcp: unify l2 TCPv4 and TCPv6 queues and structures
` [PATCH 4/4] tcp: change prefix tcp4_ to tcp_ where applicable
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
page: next (older) | prev (newer) | latest
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).