public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v4] log: Add rate-limiting macros for log messages
 2026-03-29 12:02 UTC  (3+ messages)

[PATCH 00/18] More pesto preliminaries
 2026-03-29 12:02 UTC  (21+ messages)
` [PATCH 01/18] conf: runas can be const
` [PATCH 02/18] fwd: Comparing rule "
` [PATCH 03/18] vhost_user: Fix assorted minor cppcheck warnings
` [PATCH 04/18] serialise: Split functions user for serialisation from util.c
` [PATCH 05/18] serialise: Add helpers for serialising unsigned integers
` [PATCH 06/18] fwd: Move selecting correct scan bitmap into fwd_sync_one()
` [PATCH 07/18] fwd: Look up rule index in fwd_sync_one()
` [PATCH 08/18] fwd: Store forwarding tables indexed by (origin) pif
` [PATCH 09/18] fwd: Allow FWD_DUAL_STACK_ANY flag to be passed directly to fwd_rule_add()
` [PATCH 10/18] fwd, conf: Expose ephemeral ports as bitmap rather than function
` [PATCH 11/18] conf: Don't bother complaining about overlapping excluded ranges
` [PATCH 12/18] conf: Move check for mapping port 0 to caller
` [PATCH 13/18] conf: Move check for disabled interfaces earlier
` [PATCH 14/18] conf: Remove redundant warning when SO_BINDTODEVICE is unavailable
` [PATCH 15/18] pif: Limit pif names to IFNAMSIZ (16) bytes
` [PATCH 16/18] ip: Define a bound for the string returned by ipproto_name()
` [PATCH 17/18] bitmap: Split bitmap helper functions into their own module
` [PATCH 18/18] fwd: Split forwading rule specification from its implementation state

[PATCH v2] conf: use a single buffer for print formatting in conf_print()
 2026-03-27 19:55 UTC 

[PATCH v2 0/5] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-03-27 18:09 UTC  (6+ messages)
` [PATCH v2 1/5] tcp: Encode checksum computation flags in a single parameter
` [PATCH v2 2/5] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v2 3/5] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v2 4/5] iov: Add iov_memcopy() to copy data between iovec arrays
` [PATCH v2 5/5] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()

[PATCH v5 0/8] vhost-user,udp: Handle multiple iovec entries per virtqueue element
 2026-03-27 17:58 UTC  (9+ messages)
` [PATCH v5 1/8] iov: Introduce iov_memset()
` [PATCH v5 2/8] vu_common: Move vnethdr setup into vu_flush()
` [PATCH v5 3/8] vhost-user: Centralise Ethernet frame padding in vu_collect(), vu_pad() and vu_flush()
` [PATCH v5 4/8] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v5 5/8] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH v5 6/8] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v5 7/8] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v5 8/8] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()

[PATCH v3] log: Add rate-limiting macros for log messages
 2026-03-26  0:16 UTC  (3+ messages)

[PATCH v3 00/25] RFC: Read-only dynamic update implementation
 2026-03-25 23:54 UTC  (49+ 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 0/7] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-03-25  5:07 UTC  (15+ 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 v6 00/13] Introduce multiple addresses and late binding
 2026-03-25  1:46 UTC  (26+ 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] tcp: Encode checksum computation flags in a single parameter
 2026-03-24 23:56 UTC  (2+ messages)

[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  (5+ 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 "

[RFC PATCH] tcp: Replace send buffer boost with EPOLLOUT monitoring
 2026-03-20 10:32 UTC 

page: 

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