[PATCH 00/12] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-03-11 13:05 UTC (26+ messages)
` [PATCH 01/12] iov: Add iov_tail_truncate() and iov_tail_zero_end()
` [PATCH 02/12] vhost-user: Use ARRAY_SIZE(elem) instead of VIRTQUEUE_MAX_SIZE
` [PATCH 03/12] udp_vu: Use iov_tail to manage virtqueue buffers
` [PATCH 04/12] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [PATCH 05/12] iov: Add IOV_PUT_HEADER() to write header data back to iov_tail
` [PATCH 06/12] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
` [PATCH 07/12] udp_vu: Use iov_tail in udp_vu_prepare()
` [PATCH 08/12] vu_common: Pass iov_tail to vu_set_vnethdr()
` [PATCH 09/12] vu_common: Accept explicit iovec counts in vu_set_element()
` [PATCH 10/12] vu_common: Accept explicit iovec count per element in vu_init_elem()
` [PATCH 11/12] vu_common: Prepare to use multibuffer with guest RX
` [PATCH 12/12] vhost-user,udp: Use 2 iovec entries per element
[PATCH v2 0/9] Unify TCP and UDP forwarding tables
2026-03-11 12:03 UTC (10+ messages)
` [PATCH v2 1/9] conf, fwd: Make overall forwarding mode local to conf path
` [PATCH v2 2/9] tcp: Remove stale description of port_to_tap field
` [PATCH v2 3/9] fwd: Don't initialise unused port bitmaps
` [PATCH v2 4/9] Fix misnamed field in struct ctx comments
` [PATCH v2 5/9] fwd: Split forwarding table from port scanning state
` [PATCH v2 6/9] fwd: Unify TCP and UDP forwarding tables
` [PATCH v2 7/9] fwd: Always open /proc/net{tcp,tcp6,udp,udp6} in pasta mode
` [PATCH v2 8/9] conf: Don't defer handling of --dns option
` [PATCH v2 9/9] conf: Parse all forwarding options at the same time
[PATCH] netlink: Allow NULL to be passed as addr parameter to nl_addr_get (again)
2026-03-11 4:13 UTC
[PATCH 0/6] Unify TCP and UDP forwarding tables
2026-03-11 1:39 UTC (11+ messages)
` [PATCH 1/6] conf, fwd: Make overall forwarding mode local to conf path
` [PATCH 2/6] tcp: Remove stale description of port_to_tap field
` [PATCH 3/6] fwd: Don't initialise unused port bitmaps
` [PATCH 4/6] Fix misnamed field in struct ctx comments
` [PATCH 5/6] fwd: Split forwarding table from port scanning state
` [PATCH 6/6] fwd: Unify TCP and UDP forwarding tables
[PATCH v4] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
2026-03-10 15:11 UTC (3+ messages)
[PATCH v4] iov: Add iov_truncate() helper and use it in vu handlers
2026-03-10 15:11 UTC (3+ messages)
[PATCH v5 00/13] Introduce multiple addresses and late binding
2026-03-10 4:04 UTC (30+ messages)
` [PATCH v5 01/13] ip: Introduce unified multi-address data structures
` [PATCH v5 02/13] ip: Introduce for_each_addr() macro for address iteration
` [PATCH v5 03/13] fwd: Unify guest accessibility checks with unified address array
` [PATCH v5 04/13] arp: Check all configured addresses in ARP filtering
` [PATCH v5 05/13] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
` [PATCH v5 06/13] conf: Allow multiple -a/--address options per address family
` [PATCH v5 07/13] ip: Track observed guest IPv4 addresses in unified address array
` [PATCH v5 08/13] ip: Track observed guest IPv6 "
` [PATCH v5 09/13] migrate: Rename v1 address functions to v2 for clarity
` [PATCH v5 10/13] migrate: Update protocol to v3 for multi-address support
` [PATCH v5 11/13] dhcp, dhcpv6: Select addresses for DHCP distribution
` [PATCH v5 12/13] ndp: Support advertising multiple prefixes in Router Advertisement
` [PATCH v5 13/13] netlink: Add host-side monitoring for late template interface binding
[PATCH v3] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
2026-03-10 1:54 UTC (7+ messages)
[PATCH v2 00/13] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-03-09 9:47 UTC (14+ messages)
` [PATCH v2 01/13] iov: Add iov_truncate() helper and use it in vu handlers
` [PATCH v2 02/13] vhost-user: Centralise 802.3 frame padding in vu_collect() and vu_flush()
` [PATCH v2 03/13] vhost-user: Use ARRAY_SIZE(elem) instead of VIRTQUEUE_MAX_SIZE
` [PATCH v2 04/13] udp_vu: Use iov_tail to manage virtqueue buffers
` [PATCH v2 05/13] udp_vu: Move virtqueue management from udp_vu_sock_recv() to its caller
` [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 10/13] vu_common: Accept explicit iovec counts in vu_set_element()
` [PATCH v2 11/13] vu_common: Accept explicit iovec count per element in vu_init_elem()
` [PATCH v2 12/13] vu_common: Prepare to use multibuffer with guest RX
` [PATCH v2 13/13] vhost-user,udp: Use 2 iovec entries per element
[PATCH v2] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
2026-03-06 20:09 UTC
Pesto Protocol Proposals, imProved
2026-03-06 13:18 UTC (4+ messages)
Pesto protocol proposals
2026-03-06 12:23 UTC (5+ messages)
[PATCH] tcp: Avoid comparison of expressions with different signedness in RTT_SET()
2026-03-06 12:05 UTC (4+ messages)
[PATCH v2] tcp: Avoid comparison of expressions with different signedness in RTT_SET()
2026-03-06 12:02 UTC (2+ messages)
[PATCH v3] iov: Add iov_truncate() helper and use it in vu handlers
2026-03-06 11:01 UTC (10+ messages)
[PATCH v2] iov: Add iov_truncate() helper and use it in vu handlers
2026-03-05 7:57 UTC
[PATCH] tcp: Avoid comparison of expressions with different signedness in tcp_timer_handler()
2026-03-05 2:20 UTC (2+ messages)
[PATCH] migrate: Rename v1 address functions to v2 for clarity
2026-03-05 1:27 UTC (3+ messages)
[PATCH] vu_common: Always set num_buffers in virtio-net header
2026-03-05 0:38 UTC (3+ messages)
[PATCH 0/3] Miscellaneous minor fixes
2026-03-05 0:38 UTC (9+ messages)
` [PATCH 1/3] tcp: Use flow_foreach_of_type() in tcp_{keepalive,inactivity}
` [PATCH 2/3] fwd, pif: Replace with pif_sock_l4() with pif_listen()
` [PATCH 3/3] clang-tidy: Don't insist on #ifdef over #if defined()
[PATCH] Add missing includes to headers
2026-03-05 0:38 UTC (18+ messages)
` [PATCH v2] "
[PATCH] iov: Add iov_truncate() helper and use it in udp_vu_sock_recv()
2026-03-04 19:21 UTC
[PATCH] Avoid clang warnings in fwd.h
2026-03-04 19:14 UTC (6+ messages)
[PATCH] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
2026-03-04 18:46 UTC (2+ messages)
[PATCH trivial] checksum: fix clang-tidy error
2026-03-03 22:51 UTC (3+ messages)
[PATCH v2 0/4] Reworks and improvements to TCP activity timers
2026-03-02 4:37 UTC (6+ messages)
` [PATCH v2 2/4] tcp: Re-introduce inactivity timeouts based on a clock algorithm
Support for equivalent to slirp guestfwd
2026-02-27 13:36 UTC (4+ messages)
[PATCH trivial] tcp_vu, udp_vu: Fix comment headers for header length functions
2026-02-24 17:57 UTC (4+ messages)
[PATCH v11] conf: Support CIDR notation for -a/--address option
2026-02-24 16:17 UTC (3+ messages)
[PATCH] Fix build when HAS_GETRANDOM is undefined
2026-02-24 11:57 UTC (4+ messages)
[PATCH v2 0/2] Fix minimum frame size checks in vhost-user paths
2026-02-24 11:57 UTC (5+ messages)
` [PATCH v2 1/2] tcp_vu: vu_pad() expects l2 length
` [PATCH v2 2/2] tcp_vu, udp_vu: Account for virtio net header in minimum frame size
[PATCH 0/2] Fix minimum frame size checks in vhost-user paths
2026-02-23 10:06 UTC (5+ messages)
` [PATCH 2/2] tcp_vu, udp_vu: Account for virtio net header in minimum frame size
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).