public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH 00/18] Rework forwarding option parsing
 2026-04-08 21:40 UTC  (35+ messages)
` [PATCH 01/18] conf: Split parsing of port specifiers from the rest of -[tuTU] parsing
` [PATCH 02/18] conf: Simplify handling of default forwarding mode
` [PATCH 03/18] conf: Move first pass handling of -[TU] next to handling of -[tu]
` [PATCH 04/18] doc: Consolidate -[tu] option descriptions for passt and pasta
` [PATCH 05/18] conf: Permit -[tTuU] all in pasta mode
` [PATCH 06/18] fwd: Better split forwarding rule specification from associated sockets
` [PATCH 07/18] fwd_rule: Move forwarding rule formatting
` [PATCH 08/18] conf: Pass protocol explicitly to conf_ports_range_except()
` [PATCH 09/18] fwd: Split rule building from rule adding
` [PATCH 10/18] fwd_rule: Move rule conflict checking from fwd_rule_add() to caller
` [PATCH 11/18] fwd: Improve error handling in fwd_rule_add()
` [PATCH 12/18] conf: Don't be strict about exclusivity of forwarding mode
` [PATCH 13/18] conf: Rework stepping through chunks of port specifiers
` [PATCH 14/18] conf: Rework checking for garbage after a range
` [PATCH 15/18] conf: Move "all" handling to port specifier
` [PATCH 16/18] conf: Allow user-specified auto-scanned port forwarding ranges
` [PATCH 17/18] conf: Move SO_BINDTODEVICE workaround to conf_ports()
` [PATCH 18/18] conf: Don't pass raw commandline argument to conf_ports_spec()

[PATCH] SELinux: Dontaudit access to dri devices
 2026-04-07 17:51 UTC  (12+ messages)

[PATCH 0/2] vhost-user, dhcp: Fix iPXE network boot over vhost-user
 2026-04-07  3:46 UTC  (5+ messages)
` [PATCH 1/2] vhost_user: Offer VIRTIO_NET_F_GUEST_CSUM
` [PATCH 2/2] dhcp: Add --dhcp-boot option to set boot filename in DHCP replies

[PATCH v2] tap, tcp, udp: Use rate-limited logging
 2026-04-07  3:28 UTC  (3+ messages)

[PATCH v1 2/2] tap, tcp, udp: Use rate-limited logging
 2026-04-07  0:46 UTC  (5+ messages)

[PATCH v6 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
 2026-04-03 17:14 UTC  (9+ messages)
` [PATCH v6 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v6 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v6 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()

[PATCH v5 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-04-03 17:04 UTC  (5+ messages)
` [PATCH v5 1/4] tcp: Encode checksum computation flags in a single parameter
` [PATCH v5 2/4] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v5 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v5 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()

[PATCH v7 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
 2026-04-03 16:42 UTC  (4+ messages)
` [PATCH v7 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v7 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v7 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()

[PATCH v2 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
 2026-04-03 16:38 UTC  (11+ messages)
` [PATCH v2 01/10] iov: Introduce iov_memset()
` [PATCH v2 02/10] iov: Add iov_memcpy() to copy data between iovec arrays
` [PATCH v2 03/10] vu_common: Move vnethdr setup into vu_flush()
` [PATCH v2 04/10] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH v2 05/10] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH v2 06/10] checksum: Pass explicit L4 length to checksum functions
` [PATCH v2 07/10] pcap: Pass explicit L2 length to pcap_iov()
` [PATCH v2 08/10] vu_common: Pass explicit frame length to vu_flush()
` [PATCH v2 09/10] tcp: Pass explicit data length to tcp_fill_headers()
` [PATCH v2 10/10] vhost-user: Centralise Ethernet frame padding in vu_collect() and vu_pad()

[PATCH 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
 2026-04-03 12:35 UTC  (20+ messages)
` [PATCH 01/10] iov: Introduce iov_memset()
` [PATCH 02/10] iov: Add iov_memcopy() to copy data between iovec arrays
` [PATCH 03/10] vu_common: Move vnethdr setup into vu_flush()
` [PATCH 04/10] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH 05/10] udp_vu: Pass iov explicitly to helpers instead of using file-scoped array
` [PATCH 06/10] checksum: Pass explicit L4 length to checksum functions
` [PATCH 07/10] pcap: Pass explicit L2 length to pcap_iov()
` [PATCH 08/10] vu_common: Pass explicit frame length to vu_flush()
` [PATCH 09/10] tcp: Pass explicit data length to tcp_fill_headers()
` [PATCH 10/10] vhost-user: Centralise Ethernet frame padding in vu_collect() and vu_pad()

[PATCH v6 00/13] Introduce multiple addresses and late binding
 2026-04-03  6:36 UTC  (35+ 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 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 v4 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-04-01 21:55 UTC  (5+ messages)
` [PATCH v4 1/4] tcp: Encode checksum computation flags in a single parameter
` [PATCH v4 2/4] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v4 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v4 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()

[PATCH v3 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-04-01 19:26 UTC  (5+ messages)
` [PATCH v3 1/4] tcp: Encode checksum computation flags in a single parameter
` [PATCH v3 2/4] tcp_vu: Build headers on the stack and write them into the iovec
` [PATCH v3 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v3 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()

[PATCH 00/18] More pesto preliminaries
 2026-03-30  8:45 UTC  (23+ 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 v4] log: Add rate-limiting macros for log messages
 2026-03-29 12:02 UTC  (3+ messages)

[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  (29+ messages)
` [PATCH v3 03/25] serialise: Split functions user for serialisation from util.c
` [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 14/25] pesto: Add command line option parsing and debug messages
` [PATCH v3 15/25] pesto: Expose list of pifs to pesto
` [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 0/7] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
 2026-03-25  5:07 UTC  (6+ messages)
` [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()

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