public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-05-03 01:11:46 to 2024-05-29 02:35:38 UTC [more...]

[PATCH 0/8] Open socket and PID files as root, before switching
 2024-05-29  2:35 UTC  (24+ messages)
` [PATCH 1/8] conf: Don't lecture user about starting us as root
` [PATCH 2/8] tap: Move all-ones initialisation of mac_guest to tap_sock_init()
` [PATCH 3/8] passt, tap: Don't use -1 as uninitialised value for fd_tap_listen
` [PATCH 4/8] tap: Split tap_sock_unix_init() into opening and listening parts
` [PATCH 5/8] util: Rename write_pidfile() to pidfile_write()
` [PATCH 6/8] passt, util: Move opening of PID file to its own function
` [PATCH 7/8] conf, passt, tap: Open socket and PID files before switching UID/GID
` [PATCH 8/8] conf, passt.h: Rename pid_file in struct ctx to pidfile

[PATCH] selinux: Allow access to user_devpts
 2024-05-28 18:11 UTC  (5+ messages)

[PATCH v2 0/8] Add vhost-user support to passt (part 2)
 2024-05-28 17:31 UTC  (9+ messages)
` [PATCH v2 1/8] tcp: inline tcp_l2_buf_fill_headers()
` [PATCH v2 2/8] tcp: extract buffer management from tcp_send_flag()
` [PATCH v2 3/8] tcp: extract buffer management from tcp_conn_tap_mss()
` [PATCH v2 4/8] tcp: move buffers management functions to their own file
` [PATCH v2 5/8] tap: export pool_flush()/tapX_handler()/packet_add()
` [PATCH v2 6/8] udp: move udpX_l2_buf_t and udpX_l2_mh_sock out of udp_update_hdrX()
` [PATCH v2 7/8] udp: rename udp_sock_handler() to udp_buf_sock_handler()
` [PATCH v2 8/8] vhost-user: compare mode MODE_PASTA and not MODE_PASST

[PATCH 0/8] Add vhost-user support to passt (part 2)
 2024-05-27  9:10 UTC  (9+ messages)
` [PATCH 1/8] tcp: inline tcp_l2_buf_fill_headers()
` [PATCH 2/8] tcp: extract buffer management from tcp_send_flag()
` [PATCH 3/8] tcp: extract buffer management from tcp_conn_tap_mss()
` [PATCH 4/8] tcp: move buffers management functions to their own file
` [PATCH 5/8] tap: export pool_flush()/tapX_handler()/packet_add()
` [PATCH 6/8] udp: move udpX_l2_buf_t and udpX_l2_mh_sock out of udp_update_hdrX()
` [PATCH 7/8] udp: rename udp_sock_handler() to udp_buf_sock_handler()
` [PATCH 8/8] vhost-user: compare mode MODE_PASTA and not MODE_PASST

[PATCH] pasta.c: modify hostname when detaching new namespace
 2024-05-24 17:39 UTC  (7+ messages)

[PATCH v7 0/3] Support for SO_PEEK_OFF
 2024-05-24 17:26 UTC  (4+ messages)
` [PATCH v7 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v7 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v7 3/3] tcp: allow retransmit when peer receive window is zero

passt: new version 2024_05_23.765eb0b available
 2024-05-23 18:19 UTC 

[PATCH] apparmor: Fix comments after PID file and AF_UNIX socket creation refactoring
 2024-05-23 13:08 UTC  (2+ messages)

[PATCH] netlink, test: Ignore deprecated addresses
 2024-05-22  7:22 UTC 

[PATCH v6 0/3] Support for SO_PEEK_OFF socket option
 2024-05-21 22:25 UTC  (8+ messages)
` [PATCH v6 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v6 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v6 3/3] tcp: allow retransmit when peer receive window is zero

[PATCH] apparmor: Fix passt abstraction
 2024-05-21  7:50 UTC  (3+ messages)

[PATCH 0/6] Final flow table preliminaries
 2024-05-21  5:57 UTC  (7+ messages)
` [PATCH 1/6] flow: Properly type callbacks to protocol specific handlers
` [PATCH 2/6] inany: Better helpers for using inany and specific family addrs together
` [PATCH 3/6] flow: Clarify and enforce flow state transitions
` [PATCH 4/6] flow: Make side 0 always be the initiating side
` [PATCH 5/6] flow: Record the pifs for each side of each flow
` [PATCH 6/6] tcp: Remove interim 'tapside' field from connection

[PATCH v3] util, tcp: Add helper to display socket addresses
 2024-05-21  4:48 UTC 

[PATCH v5 00/19] RFC: Unified flow table
 2024-05-20  5:56 UTC  (28+ messages)
` [PATCH v5 01/19] flow: Clarify and enforce flow state transitions
` [PATCH v5 02/19] flow: Make side 0 always be the initiating side
` [PATCH v5 03/19] flow: Record the pifs for each side of each flow
` [PATCH v5 04/19] tcp: Remove interim 'tapside' field from connection
` [PATCH v5 05/19] flow: Common data structures for tracking flow addresses
` [PATCH v5 06/19] flow: Populate address information for initiating side
` [PATCH v5 07/19] flow: Populate address information for non-initiating side
` [PATCH v5 08/19] tcp, flow: Remove redundant information, repack connection structures
` [PATCH v5 09/19] tcp: Obtain guest address from flowside
` [PATCH v5 10/19] tcp: Simplify endpoint validation using flowside information
` [PATCH v5 11/19] tcp_splice: Eliminate SPLICE_V6 flag
` [PATCH v5 12/19] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v5 13/19] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v5 14/19] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v5 15/19] icmp: Use flowsides as the source of truth wherever possible
` [PATCH v5 16/19] icmp: Look up ping flows using flow hash
` [PATCH v5 17/19] icmp: Eliminate icmp_id_map
` [PATCH v5 18/19] flow, tcp: Flow based NAT and port forwarding for TCP
` [PATCH v5 19/19] flow, icmp: Use general flow forwarding rules for ICMP

[PATCH v6 0/3] Support for SO_PEEK_OFF socket option
 2024-05-17 15:06 UTC  (4+ messages)
` [PATCH v6 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v6 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v6 3/3] tcp: allow retransmit when peer receive window is zero

[PATCH v5 3/3] tcp: allow retransmit when peer receive window is zero
 2024-05-17 14:13 UTC  (2+ messages)

[PATCH v4 0/3] Support for SO_PEEK_OFF socket option
 2024-05-16 11:22 UTC  (15+ messages)
` [PATCH v4 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v4 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v4 3/3] tcp: allow retransmit when peer receive window is zero

[PATCH] util, tcp: Add helper to display socket addresses
 2024-05-16  7:49 UTC  (3+ messages)

[PATCH v4] tcp: move seq_to_tap update to when frame is queued
 2024-05-15 15:19 UTC  (4+ messages)

[PATCH v3 0/3] Support for SO_PEEK_OFF socket option
 2024-05-14 21:09 UTC  (13+ messages)
` [PATCH v3 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v3 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v3 3/3] tcp: allow retransmit when peer receive window is zero

[PATCH v4 00/16] RFC: Unified flow table
 2024-05-14  0:18 UTC  (21+ messages)
` [PATCH v4 01/16] flow: Common data structures for tracking flow addresses
` [PATCH v4 02/16] tcp: Maintain flowside information for "tap" connections
` [PATCH v4 04/16] tcp: Obtain guest address from flowside
` [PATCH v4 05/16] tcp: Simplify endpoint validation using flowside information
` [PATCH v4 07/16] tcp_splice: Eliminate SPLICE_V6 flag
` [PATCH v4 08/16] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v4 09/16] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v4 10/16] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v4 11/16] icmp: Populate flowside information
` [PATCH v4 12/16] icmp: Use flowsides as the source of truth wherever possible
` [PATCH v4 13/16] icmp: Look up ping flows using flow hash
` [PATCH v4 14/16] icmp: Eliminate icmp_id_map
` [PATCH v4 15/16] flow, tcp: flow based NAT and port forwarding for TCP
` [PATCH v4 16/16] flow, icmp: Use general flow forwarding rules for ICMP

[PATCH] apparmor: allow netns paths on /tmp
 2024-05-13 21:37 UTC  (2+ messages)

[PATCH v2 0/2] LLVM 18.1.1 / Fedora 40 clang-tidy fixes
 2024-05-13 21:36 UTC  (4+ messages)
` [PATCH v2 1/2] conf: Fix clang-tidy warning about using an undefined enum value
` [PATCH v2 2/2] clang-tidy: Suppress macro to enum conversion warnings

[PATCH] passt.c: explicitly include libgen.h for basename
 2024-05-13 21:36 UTC  (3+ messages)

Setting hostname while spawning pasta
 2024-05-13 16:02 UTC  (7+ messages)

[PATCH] tcp: move seq_to_tap update to when frame is queued
 2024-05-13  1:32 UTC  (5+ messages)

passt: new version 2024_05_10.7288448 available
 2024-05-10 20:57 UTC 

[PATCH] apparmor: allow read access on /tmp for pasta
 2024-05-10 15:37 UTC  (2+ messages)

[PATCH] tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied
 2024-05-09  0:28 UTC  (2+ messages)

[PATCH v2] netlink: Don't duplicate routes referring to unrelated host interfaces
 2024-05-06  7:22 UTC  (2+ messages)

[PATCH v2 0/2] SO_PEEK_OFF support
 2024-05-06  7:15 UTC  (10+ messages)
` [PATCH v2 1/2] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v2 2/2] tcp: allow retransmit when peer receive window is zero


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