[PATCH v6 00/13] Introduce multiple addresses and late binding
2026-03-25 1:08 UTC (22+ messages)
` [PATCH v6 01/13] conf: use a single buffer for print formatting in conf_print()
` [PATCH v6 02/13] ip: Introduce unified multi-address data structures
` [PATCH v6 03/13] fwd: Unify guest accessibility checks with unified address array
` [PATCH v6 04/13] arp: Check all configured addresses in ARP filtering
` [PATCH v6 05/13] conf: Allow multiple -a/--address options per address family
` [PATCH v6 06/13] netlink, conf: Read all addresses from template interface at startup
` [PATCH v6 07/13] ip: refactor function pasta_ns_conf()
` [PATCH v6 08/13] ip: Track observed guest IPv4 addresses in unified address array
` [PATCH v6 09/13] ip: Track observed guest IPv6 "
` [PATCH v6 10/13] migrate: Update protocol to v3 for multi-address support
` [PATCH v6 11/13] dhcp: Select address for DHCP distribution
` [PATCH v6 12/13] dhcpv6: Select addresses for DHCPv6 distribution
` [PATCH v6 13/13] ndp: Support advertising multiple prefixes in Router Advertisements
[PATCH v3 00/25] RFC: Read-only dynamic update implementation
2026-03-25 1:00 UTC (37+ messages)
` [PATCH v3 01/25] conf: runas can be const
` [PATCH v3 02/25] vhost_user: Fix assorted minor cppcheck warnings
` [PATCH v3 03/25] serialise: Split functions user for serialisation from util.c
` [PATCH v3 04/25] serialise: Add helpers for serialising unsigned integers
` [PATCH v3 05/25] fwd: Move selecting correct scan bitmap into fwd_sync_one()
` [PATCH v3 06/25] fwd: Look up rule index in fwd_sync_one()
` [PATCH v3 07/25] fwd: Store forwarding tables indexed by (origin) pif
` [PATCH v3 08/25] fwd: Allow FWD_DUAL_STACK_ANY flag to be passed directly to fwd_rule_add()
` [PATCH v3 09/25] fwd, conf: Expose ephemeral ports as bitmap rather than function
` [PATCH v3 10/25] conf: Don't bother complaining about overlapping excluded ranges
` [PATCH v3 11/25] conf: Move check for mapping port 0 to caller
` [PATCH v3 12/25] conf: Move check for disabled interfaces earlier
` [PATCH v3 13/25] pesto: Introduce stub configuration interface and tool
` [PATCH v3 14/25] pesto: Add command line option parsing and debug messages
` [PATCH v3 15/25] pesto: Expose list of pifs to pesto
` [PATCH v3 16/25] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v3 17/25] inany: Prepare inany.[ch] "
` [PATCH v3 18/25] fwd: Split forwading rule specification from its implementation state
` [PATCH v3 19/25] ip: Define a bound for the string returned by ipproto_name()
` [PATCH v3 20/25] fwd_rule: Move forwarding rule text formatting to common code
` [PATCH v3 21/25] pesto: Read current ruleset from passt/pasta and display it
` [PATCH v3 22/25] conf: Move port parsing functions to own file, ports.c
` [PATCH v3 23/25] conf, fwd, ports, util: Move things around for pesto
` [PATCH v3 24/25] pesto, conf: Parse, send and receive new rules
` [PATCH v3 25/25] conf, fwd: Allow switching to new rules received from pesto
[PATCH] tcp: Encode checksum computation flags in a single parameter
2026-03-24 23:56 UTC (2+ messages)
[PATCH 0/7] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
2026-03-24 23:49 UTC (12+ messages)
` [PATCH 1/7] tcp: pass ipv4h checksum, not a pointer to the checksum
` [PATCH 2/7] tcp: use iov_tail to access headers in tcp_fill_headers()
` [PATCH 3/7] tcp_vu: Use iov_tail helpers to build headers in tcp_vu_prepare()
` [PATCH 4/7] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH 5/7] tcp: Use iov_tail to access headers in tcp_prepare_flags()
` [PATCH 6/7] iov: introduce iov_memcopy()
` [PATCH 7/7] tcp_vu: Use iov_tail helpers to build headers in tcp_vu_send_flag()
[PATCH v4 0/5] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-03-24 23:46 UTC (17+ messages)
` [PATCH v4 1/5] vhost-user: Centralise Ethernet frame padding in vu_collect(), vu_pad() and vu_flush()
` [PATCH v4 2/5] udp_vu: Use iov_tail to manage virtqueue buffers
` [PATCH v4 3/5] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v4 4/5] iov: Add IOV_PUT_HEADER() and with_header() to write header data back to iov_tail
` [PATCH v4 5/5] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH v2] Bug 134: message rate limiting
2026-03-24 20:01 UTC (2+ messages)
[PATCH] Bug 134: message rate limiting https://bugs.passt.top/show_bug.cgi?id=134
2026-03-24 9:58 UTC (4+ messages)
[PATCH trivial 0/3] tcp_vu: Remove redundant header field assignments
2026-03-23 23:11 UTC (7+ messages)
` [PATCH trivial 1/3] tcp_vu: Remove redundant eh->h_proto assignments
` [PATCH trivial 2/3] tcp_vu: Remove redundant eh->h_source assignment in tcp_vu_send_flag()
` [PATCH trivial 3/3] tcp_vu: Remove redundant th->doff and th->ack "
[PATCH trivial] vu_common: Detach element from virtqueue on invalid TX buffer
2026-03-23 22:55 UTC (2+ messages)
[PATCH] vhost_user: Offer VIRTIO_NET_F_GUEST_CSUM
2026-03-23 22:41 UTC (4+ messages)
[PATCH v2 00/15] RFC: Read-only dynamic update implementation
2026-03-23 0:51 UTC (24+ messages)
` [PATCH v2 01/15] treewide: Spell ASSERT() as assert()
` [PATCH v2 02/15] serialise: Split functions user for serialisation from util.c
` [PATCH v2 03/15] serialise: Add helpers for serialising unsigned integers
` [PATCH v2 04/15] fwd: Move selecting correct scan bitmap into fwd_sync_one()
` [PATCH v2 05/15] fwd: Look up rule index in fwd_sync_one()
` [PATCH v2 06/15] fwd: Store forwarding tables indexed by (origin) pif
` [PATCH v2 07/15] pesto: Introduce stub configuration interface and tool
` [PATCH v2 08/15] pesto: Add command line option parsing and debug messages
` [PATCH v2 09/15] pesto: Expose list of pifs to pesto
` [PATCH v2 10/15] ip: Prepare ip.[ch] for sharing with pesto tool
` [PATCH v2 11/15] inany: Prepare inany.[ch] "
` [PATCH v2 12/15] fwd: Split forwading rule specification from its implementation state
` [PATCH v2 13/15] ip: Define a bound for the string returned by ipproto_name()
` [PATCH v2 14/15] fwd_rule: Move forwarding rule text formatting to common code
` [PATCH v2 15/15] pesto: Read current ruleset from passt/pasta and display it
` [PATCH 16/18] conf: Move port parsing functions to own file, ports.c
` [PATCH 17/18] conf, fwd, ports, util: Move things around for pesto
` [PATCH 18/18] [DO NOT USE] pesto, conf: Parse, send and receive rules, try to sync forwards
[PATCH v3 0/3] Decouple iovec management from virtqueue elements
2026-03-21 7:40 UTC (6+ messages)
` [PATCH v3 1/3] virtio: Pass iovec arrays as separate parameters to vu_queue_pop()
` [PATCH v3 2/3] vu_handle_tx: Pass actual remaining out_sg capacity "
` [PATCH v3 3/3] vu_common: Move iovec management into vu_collect()
[RFC PATCH] tcp: Replace send buffer boost with EPOLLOUT monitoring
2026-03-20 10:32 UTC
[PATCH v2 0/3] Decouple iovec management from virtqueue elements
2026-03-18 9:07 UTC (20+ messages)
` [PATCH v2 1/3] virtio: Pass iovec arrays as separate parameters to vu_queue_pop()
` [PATCH v2 2/3] vu_handle_tx: Pass actual remaining out_sg capacity "
` [PATCH v2 3/3] vu_common: Move iovec management into vu_collect()
[PATCH 0/5] RFC: Stub dynamic update implementation
2026-03-18 1:13 UTC (16+ messages)
` [PATCH 1/5] Makefile: Use $^ to avoid duplication in static checker rules
` [PATCH 2/5] doc: Fix formatting of (DEPRECATED) notes in man page
` [PATCH 3/5] pif: Remove unused PIF_NAMELEN
` [PATCH 4/5] treewide: Spell ASSERT() as assert()
` [PATCH 5/5] pesto: Introduce stub configuration interface and tool
[PATCH v3 0/8] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-03-16 18:07 UTC (9+ messages)
` [PATCH v3 1/8] virtio: Pass iovec arrays as separate parameters to vu_queue_pop()
` [PATCH v3 2/8] vu_handle_tx: Pass actual remaining out_sg capacity "
` [PATCH v3 3/8] vu_common: Move iovec management into vu_collect()
` [PATCH v3 4/8] vhost-user: Centralise Ethernet frame padding in vu_collect(), vu_pad() and vu_flush()
` [PATCH v3 5/8] udp_vu: Use iov_tail to manage virtqueue buffers
` [PATCH v3 6/8] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v3 7/8] iov: Add IOV_PUT_HEADER() and with_header() to write header data back to iov_tail
` [PATCH v3 8/8] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH 0/3] Decouple iovec management from virtqueue elements
2026-03-13 7:21 UTC (4+ messages)
` [PATCH 1/3] virtio: Pass iovec arrays as separate parameters to vu_queue_pop()
` [PATCH 2/3] vu_handle_tx: Pass actual remaining out_sg capacity "
` [PATCH 3/3] vu_common: Move iovec management into vu_collect()
[PATCH v2 00/13] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-03-12 10:42 UTC (17+ messages)
` [PATCH v2 06/13] iov: Add IOV_PUT_HEADER() to write header data back to iov_tail
` [PATCH v2 07/13] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
` [PATCH v2 08/13] udp_vu: Use iov_tail in udp_vu_prepare()
` [PATCH v2 09/13] vu_common: Pass iov_tail to vu_set_vnethdr()
` [PATCH v2 13/13] vhost-user,udp: Use 2 iovec entries per element
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).