public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v4] iov: Add iov_truncate() helper and use it in vu handlers
 2026-03-09  9:50 UTC  (2+ messages)

[PATCH v3] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
 2026-03-09  9:47 UTC  (2+ 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 v5 00/13] Introduce multiple addresses and late binding
 2026-03-03 22:56 UTC  (28+ 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 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

[PATCH 00/12] vhost-user,udp: Handle multiple iovec entries per virtqueue element
 2026-03-02  1:03 UTC  (25+ 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

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  (8+ messages)
` [PATCH 1/2] virtio: Introduce VNET_HLEN macro for virtio net header length
` [PATCH 2/2] tcp_vu, udp_vu: Account for virtio net header in minimum frame size

[PATCH v4 00/12] Introduce multiple addresses
 2026-02-18 14:14 UTC  (14+ messages)
` [PATCH v4 01/12] ip: Introduce unified multi-address data structures
` [PATCH v4 02/12] ip: Introduce for_each_addr() macro for address iteration
` [PATCH v4 03/12] fwd: Unify guest accessibility checks with unified address array
` [PATCH v4 04/12] arp: Check all configured addresses in ARP filtering
` [PATCH v4 05/12] pasta: Extract pasta_ns_conf_ip4/6() to reduce nesting
` [PATCH v4 06/12] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
` [PATCH v4 07/12] conf: Allow multiple -a/--address options per address family
` [PATCH v4 08/12] ip: Track observed guest IPv4 addresses in unified address array
` [PATCH v4 09/12] ip: Track observed guest IPv6 "
` [PATCH v4 10/12] fwd: Unify fwd_set_observed_ip4() and fwd_set_observed_ip6()
` [PATCH v4 11/12] migrate: Rename v1 address functions to v2 for clarity
` [PATCH v4 12/12] migrate: Update protocol to v3 for multi-address support

[PATCH v3] udp: Split activity timeouts for UDP flows
 2026-02-15 10:57 UTC  (2+ messages)

checksum: add VSX fast path for POWER8/POWER9
 2026-02-15 10:56 UTC  (2+ messages)

[PATCH] tcp: Move tap header update out of tcp_fill_headers()
 2026-02-15 10:56 UTC  (2+ messages)

[PATCH] udp: Split activity timeouts for UDP flows
 2026-02-14  9:15 UTC  (10+ messages)

[PATCH v2] udp: Split activity timeouts for UDP flows
 2026-02-13  9:56 UTC 

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