public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-09-13 16:20:49 to 2024-10-09 09:07:25 UTC [more...]

[PATCH v7 0/8] Add vhost-user support to passt. (part 3)
 2024-10-09  9:07 UTC  (2+ messages)
` [PATCH v7 1/8] packet: replace struct desc by struct iovec

[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] test/lib/term: Always use printf for messages with escape sequences
 2024-10-08 20:44 UTC 

[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 v4] conf: Add command line switch to enable IP_FREEBIND socket option
 2024-10-03  4:48 UTC 

[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 v3 0/4] Don't expose container loopback services to the host
 2024-10-02  5:48 UTC  (5+ 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 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  (6+ messages)
` [PATCH 1/4] udp: Don't attempt to get dual-stack sockets in nonsensical cases
` [PATCH 2/4] util, pif: Replace sock_l4() with pif_sock_l4()
` [PATCH 3/4] tcp, udp: Make {tcp,udp}_sock_init() take an inany address
` [PATCH 4/4] inany: Add inany_pton() helper

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

[PATCH v3 0/2] tcp: unify IPv4 and IPv6 tap queues
 2024-09-25  0:00 UTC  (7+ messages)
` [PATCH v3 1/2] tcp: set ip and eth headers in l2 tap queues on the fly
` [PATCH v3 2/2] tcp: unify l2 TCPv4 and TCPv6 queues and structures

[PATCH v2 0/4] mbuto: Make it work on Arch Linux
 2024-09-23 10:09 UTC  (13+ messages)
` [PATCH v2 1/4] mbuto: Pick a src when ld reported as link by ldd
` [PATCH v2 2/4] mbuto: Use realpath to copy ld
` [PATCH v2 3/4] mbuto: Don't try to add ld when adding libraries
` [PATCH v2 4/4] mbuto: Automatically add links related to linker

[PATCH v5 0/4] Add vhost-user support to passt. (part 3)
 2024-09-23  4:11 UTC  (8+ messages)
` [PATCH v5 3/4] vhost-user: introduce vhost-user API
` [PATCH v5 4/4] vhost-user: add vhost-user

[PATCH] tcp: Use tcp_payload_t rather than tcphdr
 2024-09-23  3:43 UTC  (2+ messages)

[PATCH] tcp: unify payload and flags l2 frames array
 2024-09-23  2:03 UTC  (3+ messages)

[PATCH v3 0/2] util: Fix some problems in write_remainder()
 2024-09-19 16:19 UTC  (7+ messages)
` [PATCH v3 1/2] util: Add helper to write() all of a buffer
` [PATCH v3 2/2] util: Remove possible quadratic behaviour from write_remainder()

[PATCH v3 0/2] Allow UDP and TCP checksum to be disabled
 2024-09-18 18:13 UTC  (4+ messages)
` [PATCH v3 1/2] udp: Allow "
` [PATCH v3 2/2] tcp: "

[PATCH 0/4] Some small TCP cleanups
 2024-09-18 18:13 UTC  (6+ messages)
` [PATCH 1/4] tcp: Make some extra functions private
` [PATCH 2/4] tcp: Clean up tcpi_snd_wnd probing
` [PATCH 3/4] tcp: Simplify ifdef logic in tcp_update_seqack_wnd()
` [PATCH 4/4] tcp: Make tcp_update_seqack_wnd()s force_seq parameter explicitly boolean

[PATCH v2 0/2] util: Fix some problems in write_remainder()
 2024-09-18 10:27 UTC  (7+ messages)
` [PATCH v2 1/2] util: Add helper to write() all of a buffer
` [PATCH v2 2/2] util: Remove possible quadratic behaviour from write_remainder()

[PATCH v2 0/2] Allow UDP and TCP checksum to be disabled
 2024-09-18  6:04 UTC  (7+ messages)
` [PATCH v2 1/2] udp: Allow "
` [PATCH v2 2/2] tcp: "

[PATCH v2 00/10] RFC: Clean up TCP epoll mask handling
 2024-09-18  1:31 UTC  (7+ messages)
` [PATCH v2 02/10] tcp: Clean up tcpi_snd_wnd probing
` [PATCH v2 03/10] tcp: Simplify ifdef logic in tcp_update_seqack_wnd()

[PATCH v2 0/2] tcp: unify IPv4 and IPv6 tap queues
 2024-09-17 22:34 UTC  (7+ messages)
` [PATCH v2 1/2] tcp: set ip and eth headers in l2 tap queues on the fly
` [PATCH v2 2/2] tcp: unify l2 TCPv4 and TCPv6 queues and structures

[PATCH 0/2] Allow UDP and TCP checksum to be disabled
 2024-09-17  1:23 UTC  (5+ messages)
` [PATCH 1/2] udp: Allow "
` [PATCH 2/2] tcp: "


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