[PATCH v2 0/6] Add --dhcp-boot and --dhcp-opt options
2026-05-28 7:18 UTC (27+ messages)
` [PATCH v2 1/6] conf: Add --dhcp-opt command-line option
` [PATCH v2 2/6] conf: Add --dhcp-boot "
` [PATCH v2 3/6] dhcp: Add option type table and value parser
` [PATCH v2 4/6] dhcp: Refactor fill_one() to operate on a generic buffer
` [PATCH v2 5/6] dhcp: Add option overload
` [PATCH v2 6/6] doc: Add --dhcp-boot and --dhcp-opt to man page
[PATCH 0/8] splice() forwarding cleanups
2026-05-28 5:02 UTC (9+ messages)
` [PATCH 1/8] tcp_splice: Remove never-invoked SO_RCVLOWAT logic
` [PATCH 2/8] tcp_splice: Simplify EPOLLRDHUP / eof / FIN handling
` [PATCH 3/8] tcp_splice: Improve EOF exit condition for the loop
` [PATCH 4/8] tcp_splice: Remove goto from forwarding loop
` [PATCH 5/8] tcp_splice: Simplify shutdown(2) handling
` [PATCH 6/8] tcp_splice: Simplify / correct OUT_WAIT flag handling
` [PATCH 7/8] tcp_splice: Remove questionable "optimisation" of pending bytes tracking
` [PATCH 8/8] tcp_splice: Exit forwarding earlier when stalled read side
[PATCH 0/2] Fix a Coverity reported socket leak
2026-05-28 0:40 UTC (3+ messages)
Startup fd to avoid busywaits
2026-05-27 19:39 UTC (3+ messages)
passt: new version 2026_05_26.038c51e available
2026-05-27 7:36 UTC
[PATCH v7 00/13] Introduce multiple addresses and late binding
2026-05-27 4:52 UTC (23+ messages)
` [PATCH v7 02/13] passt, pasta: Introduce unified multi-address data structures
` [PATCH v7 03/13] fwd: Unify guest accessibility checks with unified address array
` [PATCH v7 05/13] conf: Allow multiple -a/--address options per address family
` [PATCH v7 07/13] netlink, pasta: refactor function pasta_ns_conf()
` [PATCH v7 08/13] conf, pasta: Track observed guest IPv4 addresses in unified address array
` [PATCH v7 09/13] conf, pasta: Track observed guest IPv6 "
` [PATCH v7 10/13] migrate: Update protocol to v3 for multi-address support
` [PATCH v7 11/13] dhcp: Select address for DHCP distribution
` [PATCH v7 12/13] dhcpv6: Select addresses for DHCPv6 distribution
` [PATCH v7 13/13] ndp: Support advertising multiple prefixes in Router Advertisements
[PATCH v2 0/2] vhost-user, dhcp: Fix iPXE network boot over vhost-user
2026-05-26 16:36 UTC (8+ messages)
` [PATCH v2 1/2] vhost_user: Offer VIRTIO_NET_F_GUEST_CSUM
[PATCH] ip: Wrap CASE macro body in braces for pre-C23 compatibility
2026-05-26 12:45 UTC (5+ messages)
[PATCH v2 0/4] Fix race condition while closing spliced connections
2026-05-26 12:44 UTC (7+ messages)
` [PATCH v2 1/4] tcp_splice: Improve error reporting
` [PATCH v2 2/4] tcp_splice: Avoid missing EOF recognition while forwarding
` [PATCH v2 3/4] tcp_splice: Clean up flow control path for splice forwarding
` [PATCH v2 4/4] tcp_splice: Simplify tracking of read/written bytes
[PATCH v7 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
2026-05-26 12:44 UTC (5+ messages)
` [PATCH v7 1/4] tcp: Encode checksum computation flags in a single parameter
[PATCH v11 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-05-26 12:44 UTC (5+ messages)
` [PATCH v11 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v11 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v11 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH] Makefile: Remove misleading comments on BASE_*FLAGS
2026-05-26 12:44 UTC (2+ messages)
[PATCH 0/2] Fix equence collision with neighbour notification, and one nit
2026-05-26 10:15 UTC (6+ messages)
` [PATCH 1/2] netlink: Use regular request/response netlink socket for initial neighbour sync
` [PATCH 2/2] netlink: Fix comments to variables for netlink sockets and sequence
[PATCH v4 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
2026-05-26 8:54 UTC (19+ messages)
[PATCH v7 2/4] tcp_vu: Build headers on the stack and write them into the iovec
2026-05-22 9:41 UTC (6+ messages)
` [PATCH v7 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v7 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()
[PATCH 0/6] Fix race condition while closing spliced connections
2026-05-22 1:29 UTC (27+ messages)
` [PATCH 1/6] tcp_splice: Improve error reporting
` [PATCH 2/6] tcp_splice: Avoid missing EOF recognition while forwarding
` [PATCH 3/6] tcp_splice: Clean up flow control path for splice forwarding
` [PATCH 4/6] tcp_splice: Simplify tracking of read/written bytes
` [PATCH 5/6] tcp_splice: Simplify EPOLLRDHUP / eof / FIN handling
` [PATCH 6/6] tcp_splice: Simplify shutdown(2) handling
[PATCH v6 0/4] vhost-user,tcp: Handle multiple iovec entries per virtqueue element
2026-05-21 6:00 UTC (8+ messages)
` [PATCH v6 3/4] tcp_vu: Support multibuffer frames in tcp_vu_sock_recv()
` [PATCH v6 4/4] tcp_vu: Support multibuffer frames in tcp_vu_send_flag()
[PATCH 0/3] More caution with NONBLOCK flag on Unix sockets
2026-05-21 2:31 UTC (17+ messages)
` [PATCH 1/3] treewide: Add SOCK_CLOEXEC to accept() calls that are missing it
` [PATCH 2/3] conf, tap, repair: Uniformly use non-blocking accept() on Unix sockets
` [PATCH 3/3] conf, repair, tap: More caution about blocking flag "
[PATCH 0/6] Add --dhcp-boot and --dhcp-opt options
2026-05-20 21:23 UTC (19+ messages)
` [PATCH 1/6] conf: Add --dhcp-opt command-line option
` [PATCH 2/6] conf: Add --dhcp-boot "
` [PATCH 3/6] dhcp: Add option type table and value parser
` [PATCH 4/6] dhcp: Refactor fill_one() to operate on a generic buffer
` [PATCH 5/6] dhcp: Add option overload
` [PATCH 6/6] doc: Add --dhcp-boot and --dhcp-opt to man page
[PATCH RFT] fwd: Only do inbound IPv6 NAT to map_host_loopback / map_guest_addr with matching scope
2026-05-20 7:24 UTC (8+ messages)
[PATCH HACK] fwd, fwd_rule: Implement configurable destination address mapping
2026-05-20 4:02 UTC (6+ messages)
[PATCH v3 00/12] Improvements to static checker invocation
2026-05-20 2:01 UTC (3+ messages)
[PATCH v10 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-05-20 1:30 UTC (5+ messages)
` [PATCH v10 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v10 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v10 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH v9 0/3] vhost-user,udp: Handle multiple iovec entries per virtqueue element
2026-05-20 1:17 UTC (8+ messages)
` [PATCH v9 1/3] udp_vu: Allow virtqueue elements with multiple iovec entries
` [PATCH v9 2/3] iov: Introduce IOV_PUSH_HEADER() macro
` [PATCH v9 3/3] udp: Pass iov_tail to udp_update_hdr4()/udp_update_hdr6()
[PATCH v2 0/3] More caution with NONBLOCK flag on Unix sockets
2026-05-20 1:13 UTC (7+ messages)
` [PATCH v2 1/3] treewide: Add SOCK_CLOEXEC to accept() calls that are missing it
` [PATCH v2 2/3] tap: Report accept() errors
` [PATCH v2 3/3] conf, repair, tap: Document reasons for blocking Unix sockets
[PATCH] selinux: Allow pasta to create and use its control socket when started by Podman
2026-05-19 17:36 UTC
[PATCH] util: Fix changes to assert_with_msg()
2026-05-18 1:57 UTC (3+ messages)
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).