public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v9 0/5] Retry SYNs for inbound connections
 2025-11-25  7:26 UTC  (3+ messages)
` [PATCH v9 1/5] tcp: Rename "retrans" to "retries"
` [PATCH v9 2/5] util: Introduce read_file() and read_file_integer() function

[PATCH] spec: use %selinux_requires macro, drop overlapping dependencies
 2025-11-23  7:37 UTC  (7+ messages)
      ` [PATCH v2] spec: use %selinux_requires_min "

[PATCH v2 0/6] vhost-user: Add multiqueue support
 2025-11-21 16:59 UTC  (7+ messages)
` [PATCH v2 1/6] tap: Remove pool parameter from tap4_handler() and tap6_handler()
` [PATCH v2 2/6] vhost-user: Enable multiqueue
` [PATCH v2 3/6] vhost-user: Add queue pair parameter throughout the network stack
` [PATCH v2 4/6] tap: Add queue pair parameter throughout the packet processing path
` [PATCH v2 5/6] flow: Add queue pair tracking to flow management
` [PATCH v2 6/6] test: Add multiqueue support to vhost-user test infrastructure

[PATCH v4 0/9] Reduce differences between inbound and outbound socket binding
 2025-11-21  5:39 UTC  (13+ messages)
` [PATCH v4 1/9] flow: Remove bogus @path field from flowside_sock_args
` [PATCH v4 2/9] inany: Let length of sockaddr_inany be implicit from the family
` [PATCH v4 3/9] util, flow, pif: Simplify sock_l4_sa() interface
` [PATCH v4 4/9] tcp: Merge tcp_ns_sock_init[46]() into tcp_sock_init_one()
` [PATCH v4 5/9] udp: Unify some more inbound/outbound parts of udp_sock_init()
` [PATCH v4 6/9] udp: Move udp_sock_init() special case to its caller
` [PATCH v4 7/9] util: Fix setting of IPV6_V6ONLY socket option
` [PATCH v4 8/9] tcp, udp: Remove fallback if creating dual stack socket fails
` [PATCH v4 9/9] tcp, udp: Bind outbound listening sockets by interface instead of address

[PATCH 0/3] Fix regression in auto port forwarding
 2025-11-21  4:45 UTC  (5+ messages)
` [PATCH 1/3] Revert "fwd: Update all port maps before applying exclusions"
` [PATCH 2/3] fwd: Exclude ports based on prior mapping state
` [PATCH 3/3] fwd: Don't explicitly exclude reverse-direction TCP ports for UDP

[PATCH 0/3] Fix bug 113
 2025-11-20  4:34 UTC  (4+ messages)
` [PATCH 1/3] util: Rename sock_l4_dualstack() to sock_l4_dualstack_any()
` [PATCH 2/3] tcp: Always populate oaddr field for socket initiated flows
` [PATCH 3/3] fwd: Preserve non-standard loopback address when splice forwarding

[PATCH v3 0/8] Reduce differences between inbound and outbound socket binding
 2025-11-20  2:22 UTC  (19+ messages)
` [PATCH v3 1/8] inany: Let length of sockaddr_inany be implicit from the family
` [PATCH v3 2/8] util, flow, pif: Simplify sock_l4_sa() interface
` [PATCH v3 4/8] udp: Unify some more inbound/outbound parts of udp_sock_init()
` [PATCH v3 6/8] util: Fix setting of IPV6_V6ONLY socket option

[PATCH v8 0/6] Retry SYNs for inbound connections
 2025-11-19  9:38 UTC  (32+ messages)
` [PATCH v8 1/6] tcp: Rename "retrans" to "retries"
` [PATCH v8 2/6] util: Introduce read_file() and read_file_integer() function
` [PATCH v8 3/6] tcp: Add parameter struct ctx *c to tcp_timer_ctl()
` [PATCH v8 4/6] tcp: Resend SYN for inbound connections
` [PATCH v8 5/6] tcp: Update data retransmission timeout
` [PATCH v8 6/6] tcp: Clamp the retry timeout

[PATCH 0/4] vhost-user: Add multiqueue support
 2025-11-18  0:16 UTC  (13+ messages)
` [PATCH 1/4] vhost-user: Enable multiqueue
` [PATCH 2/4] vhost-user: Add queue parameter throughout the network stack
` [PATCH 3/4] multiqueue: Add queue-aware flow management for multiqueue support
` [PATCH 4/4] test: Add multiqueue support to vhost-user test infrastructure

[PATCH] seccomp.sh: Quote tr character ranges to prevent glob expansion
 2025-11-14  0:50 UTC  (8+ messages)

[PATCH] udp: Use IP_FREEBIND for flow sockets as well as listening sockets
 2025-11-14  0:46 UTC  (3+ messages)

[PATCH] tcp: Properly remove sockets from epoll loop when connection is closed
 2025-11-13 22:21 UTC  (2+ messages)

[PATCH v7 0/5] Retry SYNs for inbound connections
 2025-11-10  4:25 UTC  (34+ messages)
` [PATCH v7 1/5] tcp: Rename "retrans" to "retries"
` [PATCH v7 2/5] util: Introduce read_file() and read_file_integer() function
` [PATCH v7 3/5] tcp: Resend SYN for inbound connections
` [PATCH v7 4/5] tcp: Update data retransmission timeout
` [PATCH v7 5/5] tcp: Clamp the retry timeout

[PATCH] contrib/selinux: use regex instead of non-standard bash macro
 2025-11-06 12:09 UTC  (7+ messages)
` [PATCH v2] contrib/selinux: use regex instead of SELinux template

[RFC PATCH 0/3] Fill exceeding size of vhost-user buffers explicitly
 2025-11-05  4:01 UTC  (11+ messages)
` [RFC PATCH 1/3] vu_common: Stick to size of input buffer in vu_send_single()
` [RFC PATCH 2/3] iov: Fix coding style of basic (non-IOV_TAIL) parts
` [RFC PATCH 3/3] iov, vu_common: Make iov_from_buf() fill destination iov entirely

[RFC PATCH 0/5] Pad all inbound frames to 802.3 minimum size if needed
 2025-11-05  3:49 UTC  (21+ messages)
` [RFC PATCH 1/5] tap: Pad non-batched frames to 802.3 minimum (60 bytes) "
` [RFC PATCH 2/5] tcp: Fix coding style for comment to enum tcp_iov_parts
` [RFC PATCH 3/5] udp: Fix coding style for comment to enum udp_iov_idx
` [RFC PATCH 4/5] tcp, udp: Pad batched frames to 60 bytes (802.3 minimum) in non-vhost-user modes
` [RFC PATCH 5/5] tcp, udp: Pad batched frames for vhost-user modes to 60 bytes (802.3 minimum)

[PATCH 0/8] RFC: Cleanups to auto port scanning
 2025-11-03  1:43 UTC  (9+ messages)
` [PATCH 4/8] fwd: Move port exclusion handling from procfs_scan_listen() to callers
` [PATCH 7/8] fwd: Update all port maps before applying exclusions

[PATCH v2 0/8] Cleanups to auto port scanning
 2025-11-01  7:22 UTC  (10+ messages)
` [PATCH v2 1/8] icmp: Remove vestiges of ICMP timer
` [PATCH v2 2/8] tcp, udp, fwd: Run all port scanning from a single timer
` [PATCH v2 3/8] fwd: Consolidate scans (not rebinds) in fwd.c
` [PATCH v2 4/8] fwd: Move port exclusion handling from procfs_scan_listen() to callers
` [PATCH v2 5/8] fwd: Share port scanning logic between init and timer cases
` [PATCH v2 6/8] fwd: Check forwarding mode in fwd_scan_ports_*() rather than caller
` [PATCH v2 7/8] fwd: Update all port maps before applying exclusions
` [PATCH v2 8/8] tcp, udp: Don't exclude ports in {tcp,udp}_port_rebind()

[PATCH 3/3] test: Re-implement pasta NDP tests using tunbridge & exeter
 2025-10-31  5:21 UTC  (11+ messages)

[PATCH v5 0/7] Refactor epoll handling in preparation for multithreading
 2025-10-30 17:00 UTC  (2+ messages)

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