[PATCH 0/8] multithreading: Prepare data structures for concurrent queue pair workers
2026-06-16 17:10 UTC (9+ messages)
` [PATCH 1/8] tap: Convert packet pools to per-queue-pair arrays for multiqueue
` [PATCH 2/8] tap: Make L4 sequence pools per-qpair for thread safety
` [PATCH 3/8] tcp: Make static buffers stack-local "
` [PATCH 4/8] udp_vu: Make virtqueue "
` [PATCH 5/8] flow: Make flow timer per-caller "
` [PATCH 6/8] tcp: Make TCP timer state per-caller and guard global tasks
` [PATCH 7/8] tcp: Protect init socket pools with mutex for thread safety
` [PATCH 8/8] flow: Add mutex and per-qpair filtering to flow table operations
[PATCH v2] tap: Trim Ethernet padding from short IPv4 frames instead of dropping them
2026-06-16 16:37 UTC
[PATCH v5 00/12] vhost-user: Add multiqueue support
2026-06-16 12:51 UTC (13+ messages)
` [PATCH v5 01/12] tap: Remove pool parameter from tap4_handler() and tap6_handler()
` [PATCH v5 02/12] vhost-user: Advertise multiqueue support
` [PATCH v5 03/12] test: Add multiqueue support to vhost-user test infrastructure
` [PATCH v5 04/12] tap: Thread queue pair through all remaining tap paths
` [PATCH v5 05/12] arp: Pass queue pair explicitly through ARP send path
` [PATCH v5 06/12] tcp: Pass queue pair explicitly through TCP "
` [PATCH v5 07/12] udp: Pass queue pair explicitly through UDP "
` [PATCH v5 08/12] dhcp/dhcpv6: Pass queue pair explicitly through DHCP "
` [PATCH v5 09/12] icmp: Pass queue pair explicitly through ICMP "
` [PATCH v5 10/12] ndp: Pass queue pair explicitly through NDP "
` [PATCH v5 11/12] flow: Add queue pair tracking to flow management
` [PATCH v5 12/12] flow: Derive epoll fd from queue pair, removing epollid field
[PATCH v2 0/4] Assorted minor socket creation cleanups
2026-06-16 1:09 UTC (5+ messages)
` [PATCH v2 1/4] flow: Correct misleading signature of flowside_sock_l4()
` [PATCH v2 2/4] Makefile: Remove unused DUAL_STACK_SOCKETS define
` [PATCH v2 3/4] fwd, pif: Remove duplicated logic between tcp_listen() and udp_listen()
` [PATCH v2 4/4] pif, util: Move listen(2) call from sock_l4_() to pif_listen()
[PATCH 0/5] Fix cppcheck-2.21.0 warnings
2026-06-15 8:50 UTC (7+ messages)
` [PATCH 1/5] cppcheck: Remove unused CPPCHECK_6936
` [PATCH 2/5] cppcheck: Add workaround for cppcheck bug 14847
` [PATCH 3/5] tcp: Merge common sequence logic from tcp_{buf,vu}_data_from_sock()
` [PATCH 4/5] tcp: Avoid SEQ_*() comparisons against 0
` [PATCH 5/5] tcp: MAX_WINDOW should be unsigned
[PATCH] tap: Trim Ethernet padding from short IPv4 frames instead of dropping them
2026-06-15 8:47 UTC (3+ messages)
[PATCH v3 0/6] Add --dhcp-boot and --dhcp-opt options
2026-06-15 6:42 UTC (23+ messages)
` [PATCH v3 1/6] conf: Add --dhcp-opt command-line option
` [PATCH v3 2/6] conf: Add --dhcp-boot "
` [PATCH v3 3/6] dhcp: Add option type table and value parser
` [PATCH v3 4/6] dhcp: Refactor fill_one() to operate on a generic buffer
` [PATCH v3 5/6] dhcp: Add option overload
` [PATCH v3 6/6] doc: Add --dhcp-boot and --dhcp-opt to man page
[PATCH 0/4] Assorted minor socket creation cleanups
2026-06-15 2:52 UTC (7+ messages)
` [PATCH 1/4] flow: Correct misleading signature of flowside_sock_l4()
` [PATCH 2/4] Makefile: Remove unused DUAL_STACK_SOCKETS define
` [PATCH 3/4] fwd, pif: Remove duplicated logic between tcp_listen() and udp_listen()
` [PATCH 4/4] pif, util: Move listen(2) call from sock_l4_() to pif_listen()
[PATCH v2] udp: Provide dummy iov in udp_peek_addr() to avoid Coverity warning
2026-06-15 2:06 UTC (4+ messages)
[PATCH 0/6] Fix race condition while closing spliced connections
2026-06-15 2:04 UTC (7+ messages)
` [PATCH 3/6] tcp_splice: Clean up flow control path for splice forwarding
passt: new version 2026_06_11.a9c61ff available
2026-06-13 6:39 UTC
[PATCH v3] util, passt: Close daemon-lifetime fds on exit to avoid Coverity warning
2026-06-12 8:06 UTC (2+ messages)
[PATCH] tap: don't let overheard traffic move addr_seen when serving a fixed address
2026-06-11 4:26 UTC (4+ messages)
[PATCH] conf, util: Disable IPv6 if explicit IPv6 socket probe fails
2026-06-10 1:32 UTC (4+ messages)
[PATCH 0/4] RFC: Improvements to flow specific logging
2026-06-09 2:32 UTC (5+ messages)
` [PATCH 1/4] flow: Regularise flow specific logging helpers
` [PATCH 2/4] flow: Include flow details with higher priority log messages
` [PATCH 3/4] flow: Safer errno handling in flowside_connect() callers
` [PATCH 4/4] flow, treewide: Promote priority of selected flow-linked messages
[PATCH v2] util, passt: Close daemon-lifetime fds on exit to avoid Coverity warning
2026-06-09 0:06 UTC (2+ messages)
[PATCH 0/8] splice() forwarding cleanups
2026-06-05 16:26 UTC (21+ 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 v2 8/8] tcp_splice: Improve EOF and read stall exit conditions
[PATCH] passt, tcp: Inline CALL_PROTO_HANDLER() and merge tcp_timer()
2026-06-05 6:28 UTC (3+ messages)
[PATCH 0/3] [PATCH 0/3] dhcpv6: Add --dhcpv6-opt for custom DHCPv6 options
2026-06-05 1:16 UTC (8+ messages)
` [PATCH 1/3] conf: Add --dhcpv6-opt command-line option
` [PATCH 2/3] dhcpv6: Add option type table and value parser
` [PATCH 3/3] dhcpv6: Inject custom options into DHCPv6 replies
Startup fd to avoid busywaits
2026-06-03 16:38 UTC (8+ messages)
[PATCH] udp: Provide dummy iov in udp_peek_addr() to avoid Coverity warning
2026-06-02 1:55 UTC (2+ messages)
[PATCH] util, passt: Close daemon-lifetime fds on exit to avoid Coverity warning
2026-06-02 1:28 UTC (2+ messages)
[PATCH v2 0/6] Add --dhcp-boot and --dhcp-opt options
2026-06-02 0:56 UTC (32+ 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] apparmor: Fix signaling issues from podman
2026-06-01 21:08 UTC (2+ messages)
[PATCH 0/2] Fix a Coverity reported socket leak
2026-05-28 0:40 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 (17+ messages)
` [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 (3+ messages)
[PATCH v2 0/4] Fix race condition while closing spliced connections
2026-05-26 12:44 UTC (2+ messages)
[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 (2+ messages)
[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 (4+ messages)
` [PATCH 1/2] netlink: Use regular request/response netlink socket for initial neighbour sync
[PATCH v4 00/10] vhost-user: Preparatory series for multiple iovec entries per virtqueue element
2026-05-26 8:54 UTC (14+ 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).