public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-09-25 06:40:33 to 2024-10-18 19:06:15 UTC [more...]

[PATCH v5 0/7] Don't expose container loopback services to the host
 2024-10-18 19:06 UTC  (9+ messages)
` [PATCH v5 1/7] arp: Fix a handful of small warts
` [PATCH v5 2/7] test: Explicitly wait for DAD to complete on SLAAC addresses
` [PATCH v5 3/7] test: Wait for DAD on DHCPv6 addresses
` [PATCH v5 4/7] passt.1: Mark --stderr as deprecated more prominently
` [PATCH v5 5/7] passt.1: Clarify and update "Handling of local addresses" section
` [PATCH v5 6/7] test: Clarify test for spliced inbound transfers
` [PATCH v5 7/7] fwd: Direct inbound spliced forwards to the guest's external address

[PATCH v4 0/7] Don't expose container loopback services to the host
 2024-10-18  1:13 UTC  (12+ messages)
` [PATCH v4 1/7] arp: Fix a handful of small warts
` [PATCH v4 2/7] test: Explicitly wait for DAD to complete on SLAAC addresses
` [PATCH v4 3/7] test: Wait for DAD on DHCPv6 addresses
` [PATCH v4 4/7] passt.1: Mark --stderr as deprecated more prominently
` [PATCH v4 5/7] passt.1: Clarify and update "Handling of local addresses" section
` [PATCH v4 6/7] test: Clarify test for spliced inbound transfers
` [PATCH v4 7/7] fwd: Direct inbound spliced forwards to the guest's external address

[PATCH v8 0/8] Add vhost-user support to passt. (part 3)
 2024-10-17 21:21 UTC  (32+ messages)
` [PATCH v8 1/8] packet: replace struct desc by struct iovec
` [PATCH v8 2/8] vhost-user: introduce virtio API
` [PATCH v8 3/8] vhost-user: introduce vhost-user API
` [PATCH v8 4/8] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v8 5/8] tcp: Export headers functions
` [PATCH v8 6/8] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v8 7/8] vhost-user: add vhost-user
` [PATCH v8 8/8] test: Add tests for passt in vhost-user mode

[PATCH v3 0/4] Don't expose container loopback services to the host
 2024-10-17  8:31 UTC  (15+ messages)
` [PATCH v3 1/4] passt.1: Mark --stderr as deprecated more prominently
` [PATCH v3 2/4] passt.1: Clarify and update "Handling of local addresses" section
` [PATCH v3 3/4] test: Clarify test for spliced inbound transfers
` [PATCH v3 4/4] fwd: Direct inbound spliced forwards to the guest's external address

[PATCH v7 0/8] Add vhost-user support to passt. (part 3)
 2024-10-17  0:10 UTC  (18+ messages)
` [PATCH v7 1/8] packet: replace struct desc by struct iovec
` [PATCH v7 2/8] vhost-user: introduce virtio API
` [PATCH v7 3/8] vhost-user: introduce vhost-user API
` [PATCH v7 4/8] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v7 5/8] tcp: Export headers functions
` [PATCH v7 6/8] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v7 7/8] vhost-user: add vhost-user
` [PATCH v7 8/8] test: Add tests for passt in vhost-user mode

[PATCH] tcp: Send "empty" handshake ACK before first data segment
 2024-10-15  0:01 UTC  (2+ messages)

[PATCH v4 0/2] tcp: unify IPv4 and IPv6 tap queues
 2024-10-14  4:24 UTC  (5+ messages)
` [PATCH v4 1/2] tcp: set ip and eth headers in l2 tap queues on the fly
` [PATCH v4 2/2] tcp: unify l2 TCPv4 and TCPv6 queues and structures

Performance with unified IPv4/IPv6 tap queues
 2024-10-11 18:07 UTC  (2+ messages)

[PATCH] test/lib/term: Always use printf for messages with escape sequences
 2024-10-10  1:23 UTC  (2+ messages)

[PATCH] test: Pass TRACE from run_term() into ./run from_term
 2024-10-10  1:22 UTC  (2+ messages)

[PATCH v4] conf: Add command line switch to enable IP_FREEBIND socket option
 2024-10-09 13:07 UTC  (2+ messages)

[PATCH v6 0/7] Add vhost-user support to passt. (part 3)
 2024-10-09  8:23 UTC  (9+ messages)
` [PATCH v6 1/7] packet: replace struct desc by struct iovec
` [PATCH v6 2/7] vhost-user: introduce virtio API
` [PATCH v6 3/7] vhost-user: introduce vhost-user API
` [PATCH v6 4/7] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v6 5/7] tcp: Export headers functions
` [PATCH v6 6/7] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v6 7/7] vhost-user: add vhost-user

[PATCH] conf: Add --dns-host option to configure host side nameserver
 2024-10-09  8:21 UTC  (2+ messages)

[PATCH v2] test: Add tests for passt in vhost-user mode
 2024-10-07 14:30 UTC  (3+ messages)

[PATCH v6 0/5] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-10-04 13:10 UTC  (9+ messages)
` [PATCH v6 1/5] tcp: Use tcp_payload_t rather than tcphdr
` [PATCH v6 2/5] pcap: Add an offset argument in pcap_iov()
` [PATCH v6 3/5] checksum: Add an offset argument in csum_iov()
` [PATCH v6 4/5] tcp: Update TCP checksum using an iovec array
` [PATCH v6 5/5] udp: Update UDP "

[PATCH v5 0/5] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-10-03 12:58 UTC  (16+ messages)
` [PATCH v5 1/5] tcp: Use tcp_payload_t rather than tcphdr
` [PATCH v5 2/5] pcap: Add an offset argument in pcap_iov()
` [PATCH v5 3/5] checksum: Add an offset argument in csum_iov()
` [PATCH v5 4/5] tcp: Update TCP checksum using an iovec array
` [PATCH v5 5/5] udp: Update UDP "

[PATCH v3] conf: Add command line switch to enable IP_FREEBIND socket option
 2024-10-03  4:20 UTC 

[PATCH v2] conf: Add command line switch to enable IP_FREEBIND socket option
 2024-10-03  3:57 UTC 

[PATCH] conf: Add command line switch to enable IP_FREEBIND socket option
 2024-10-03  3:25 UTC  (3+ messages)

[PATCH v2 0/4] Don't expose container loopback services to the host
 2024-10-02  5:32 UTC  (8+ messages)
` [PATCH v2 1/4] passt.1: Mark --stderr as deprecated more prominently
` [PATCH v2 2/4] passt.1: Clarify and update "Handling of local addresses" section
` [PATCH v2 3/4] test: Clarify test for spliced inbound transfers
` [PATCH v2 4/4] fwd: Direct inbound spliced forwards to the guest's external address

[PATCH] test: Add tests for passt in vhost-user mode
 2024-09-30  9:58 UTC 

[PATCH] test: Kernel binary can now be passed via the KERNEL environmental variable
 2024-09-30  8:39 UTC  (3+ messages)

[PATCH v2 0/4] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-09-30  2:59 UTC  (13+ messages)
` [PATCH v2 1/4] tcp: Use tcp_payload_t rather than tcphdr
` [PATCH v2 2/4] pcap: Add an offset argument in pcap_iov()
` [PATCH v2 3/4] checksum: Add an offset argument in csum_iov()
` [PATCH v2 4/4] tcp: Update TCP checksum using an iovec array

[PATCH v4 0/5] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-09-27  6:22 UTC  (7+ messages)
` [PATCH v4 1/5] tcp: Use tcp_payload_t rather than tcphdr
` [PATCH v4 2/5] pcap: Add an offset argument in pcap_iov()
` [PATCH v4 3/5] checksum: Add an offset argument in csum_iov()
` [PATCH v4 4/5] tcp: Update TCP checksum using an iovec array
` [PATCH v4 5/5] udp: Update UDP "

[PATCH v3 0/5] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-09-26 13:41 UTC  (7+ messages)
` [PATCH v3 1/5] tcp: Use tcp_payload_t rather than tcphdr
` [PATCH v3 2/5] pcap: Add an offset argument in pcap_iov()
` [PATCH v3 3/5] checksum: Add an offset argument in csum_iov()
` [PATCH v3 4/5] tcp: Update TCP checksum using an iovec array
` [PATCH v3 5/5] udp: Update UDP "

Problematic throughput numbers
 2024-09-26  3:50 UTC  (5+ messages)

[PATCH 0/2] Don't expose container loopback services to the host
 2024-09-26  2:02 UTC  (6+ messages)
` [PATCH 1/2] test: Clarify test for spliced inbound transfers
` [PATCH 2/2] fwd: Direct inbound spliced forwards to the guest's external address

[PATCH 0/4] Use inany addresses through port forwarding configuration
 2024-09-25 17:39 UTC  (2+ messages)

[PATCH 0/4] tcp: use csum_iov() in tcp_update_check_tcp[4|6]()
 2024-09-25  7:31 UTC  (7+ messages)
` [PATCH 4/4] tcp: Update TCP checksum using an iovec array


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