public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v2 0/6] Add --dhcp-boot and --dhcp-opt options
 2026-05-27  3:26 UTC  (16+ 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 v7 00/13] Introduce multiple addresses and late binding
 2026-05-27  2:46 UTC  (13+ 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 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  (10+ messages)
` [PATCH v3 06/12] Makefile: Split $(FLAGS) into cpp and cc components

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

[PATCH v2] util: Fix changes to assert_with_msg()
 2026-05-17  1:09 UTC  (2+ messages)
` Ignore "

[PATCH 0/3] Fix broken build with -DNDEBUG
 2026-05-17  1:08 UTC  (10+ messages)
` [PATCH 1/3] test: Extend exeter build tests to cover more recent binaries
` [PATCH 2/3] Fix build with -DNDEBUG
` [PATCH 3/3] test: Add test for builds "

[PATCH] lib/term: Quote tr character ranges to prevent glob expansion
 2026-05-16 15:46 UTC  (2+ messages)

[PATCH 0/2] Fix regression when one IP version is disabled
 2026-05-16 15:46 UTC  (4+ messages)
` [PATCH 1/2] fwd_rule: Don't attempt dual stack listen()s if only one IP family
` [PATCH 2/2] fwd_rule: Allow parsing * as a forwarding address

[PATCH 0/2] Fix a Coverity reported socket leak
 2026-05-15  0:47 UTC  (3+ messages)
` [PATCH 1/2] tcp, tcp_splice: Make helper for setting SO_LINGER socket option

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