[PATCH] netlink: Return prefix length for IPv6 addresses in nl_addr_get()
2026-03-04 18:46 UTC (2+ messages)
[PATCH] tcp: Avoid comparison of expressions with different signedness in RTT_SET()
2026-03-04 16:32 UTC
[PATCH] tcp: Avoid comparison of expressions with different signedness in tcp_timer_handler()
2026-03-04 16:32 UTC
Pesto protocol proposals
2026-03-04 4:28 UTC
[PATCH] vu_common: Always set num_buffers in virtio-net header
2026-03-04 1:44 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 0/3] Miscellaneous minor fixes
2026-03-03 22:55 UTC (6+ 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 trivial] checksum: fix clang-tidy error
2026-03-03 22:51 UTC (3+ messages)
[PATCH] Avoid clang warnings in fwd.h
2026-03-03 19:11 UTC (5+ messages)
[PATCH] migrate: Rename v1 address functions to v2 for clarity
2026-03-03 19:04 UTC
[PATCH v2 0/4] Reworks and improvements to TCP activity timers
2026-03-02 4:37 UTC (9+ messages)
` [PATCH v2 1/4] tcp: Remove non-working activity timeout mechanism
` [PATCH v2 2/4] tcp: Re-introduce inactivity timeouts based on a clock algorithm
` [PATCH v2 3/4] tcp: Extend tcp_send_flag() to send TCP keepalive segments
` [PATCH v2 4/4] tcp: Send TCP keepalive segments after a period of tap-side inactivity
[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] Add missing includes to headers
2026-02-25 23:23 UTC (17+ messages)
` [PATCH v2] "
[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 (7+ 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 (11+ messages)
[PATCH v2] udp: Split activity timeouts for UDP flows
2026-02-13 9:56 UTC
[PATCH v10] conf: Support CIDR notation for -a/--address option
2026-02-12 20:09 UTC (2+ messages)
[WIP PATCH] Introduce configuration interface and configuration tool (pesto)
2026-02-11 9:09 UTC (3+ messages)
[PATCH v9] conf: Support CIDR notation for -a/--address option
2026-02-10 17:40 UTC (5+ messages)
[PATCH v3 00/11] Introduce multiple addresses
2026-02-09 22:46 UTC (27+ messages)
` [PATCH v3 01/11] conf: Support CIDR notation for -a/--address option
` [PATCH v3 02/11] ip: Add IN4_MASK() macro for IPv4 netmask calculation
` [PATCH v3 03/11] ip: Introduce unified multi-address data structures
` [PATCH v3 04/11] fwd: Check all configured addresses in guest accessibility functions
` [PATCH v3 05/11] arp: Check all configured addresses in ARP filtering
` [PATCH v3 06/11] pasta: Extract pasta_ns_conf_ip4/6() to reduce nesting
` [PATCH v3 07/11] conf: Allow multiple -a/--address options per address family
` [PATCH v3 08/11] migrate: Rename v1 address functions to v2 for clarity
` [PATCH v3 09/11] ip: Track observed guest IPv4 addresses in unified address array
` [PATCH v3 10/11] ip: Track observed guest IPv6 "
` [PATCH v3 11/11] conf: Select addresses for DHCP and NDP distribution
[PATCH 0/1] migrate: Eliminate listening_sock field from TCP connection state
2026-02-09 21:53 UTC (8+ messages)
` [PATCH 1/1] migrate: Use forward table information to close() listening sockets
[PATCH v8] conf: Support CIDR notation for -a/--address option
2026-02-06 17:21 UTC
[PATCH v7] conf: Support CIDR notation for -a/--address option
2026-02-06 14:52 UTC
[PATCH v6] conf: Support CIDR notation for -a/--address option
2026-02-06 3:06 UTC (2+ messages)
[PATCH 0/4] RFC: Reworks and improvements to TCP activity timers
2026-02-06 1:21 UTC (7+ messages)
` [PATCH 2/4] tcp: Re-introduce inactivity timeouts based on a clock algorithm
` [PATCH 4/4] tcp: Send TCP keepalive segments after a period of tap-side inactivity
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).