public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
checksum: add VSX fast path for POWER8/POWER9
 2026-02-11 11:55 UTC  (6+ messages)

[WIP PATCH] Introduce configuration interface and configuration tool (pesto)
 2026-02-11  9:09 UTC  (3+ messages)

[PATCH v10] conf: Support CIDR notation for -a/--address option
 2026-02-10 23:18 UTC 

[PATCH v9] conf: Support CIDR notation for -a/--address option
 2026-02-10 17:40 UTC  (5+ messages)

[PATCH] tcp: Move tap header update out of tcp_fill_headers()
 2026-02-10 16:08 UTC 

[PATCH v3 00/11] Introduce multiple addresses
 2026-02-09 22:46 UTC  (27+ messages)
` [PATCH v3 01/11] conf: Support CIDR notation for -a/--address option
` [PATCH v3 02/11] ip: Add IN4_MASK() macro for IPv4 netmask calculation
` [PATCH v3 03/11] ip: Introduce unified multi-address data structures
` [PATCH v3 04/11] fwd: Check all configured addresses in guest accessibility functions
` [PATCH v3 05/11] arp: Check all configured addresses in ARP filtering
` [PATCH v3 06/11] pasta: Extract pasta_ns_conf_ip4/6() to reduce nesting
` [PATCH v3 07/11] conf: Allow multiple -a/--address options per address family
` [PATCH v3 08/11] migrate: Rename v1 address functions to v2 for clarity
` [PATCH v3 09/11] ip: Track observed guest IPv4 addresses in unified address array
` [PATCH v3 10/11] ip: Track observed guest IPv6 "
` [PATCH v3 11/11] conf: Select addresses for DHCP and NDP distribution

[PATCH 0/1] migrate: Eliminate listening_sock field from TCP connection state
 2026-02-09 21:53 UTC  (8+ messages)
` [PATCH 1/1] migrate: Use forward table information to close() listening sockets

[PATCH v8] conf: Support CIDR notation for -a/--address option
 2026-02-06 17:21 UTC 

[PATCH v7] conf: Support CIDR notation for -a/--address option
 2026-02-06 14:52 UTC 

[PATCH v2 0/4] Reworks and improvements to TCP activity timers
 2026-02-06  6:17 UTC  (5+ messages)
` [PATCH v2 1/4] tcp: Remove non-working activity timeout mechanism
` [PATCH v2 2/4] tcp: Re-introduce inactivity timeouts based on a clock algorithm
` [PATCH v2 3/4] tcp: Extend tcp_send_flag() to send TCP keepalive segments
` [PATCH v2 4/4] tcp: Send TCP keepalive segments after a period of tap-side inactivity

[PATCH v6] conf: Support CIDR notation for -a/--address option
 2026-02-06  3:06 UTC  (2+ messages)

[PATCH 0/4] RFC: Reworks and improvements to TCP activity timers
 2026-02-06  1:21 UTC  (9+ messages)
` [PATCH 1/4] tcp: Remove non-working activity timeout mechanism
` [PATCH 2/4] tcp: Re-introduce inactivity timeouts based on a clock algorithm
` [PATCH 3/4] tcp: Extend tcp_send_flag() to send TCP keepalive segments
` [PATCH 4/4] tcp: Send TCP keepalive segments after a period of tap-side inactivity

[PATCH] virtio: Remove duplicate VIRTQUEUE_MAX_SIZE definition
 2026-02-04 12:20 UTC  (2+ messages)

[PATCH v2 0/3] Fix errors in FIN timeout logic
 2026-01-31  9:47 UTC  (5+ messages)
` [PATCH v2 1/3] tcp: Retransmit FINs like data segments
` [PATCH v2 2/3] tcp: Eliminate FIN_TIMEOUT
` [PATCH v2 3/3] tcp, tcp_splice: Check for failures of shutdown(2)

[PATCH 0/2] Fix errors in FIN timeout logic
 2026-01-30  0:56 UTC  (5+ messages)
` [PATCH 1/2] tcp: Retransmit FINs like data segments
` [PATCH 2/2] tcp: Eliminate FIN_TIMEOUT

Thoughts on interface modes / multiple guest addresses
 2026-01-29  5:18 UTC  (9+ messages)

[PATCH 0/3] Fix bugs with RST propagation
 2026-01-28  0:12 UTC  (6+ messages)
` [PATCH 1/3] doc: Add test program verifying socket RST behaviour
` [PATCH 2/3] tcp: Properly propagate tap-side RST to socket side
` [PATCH 3/3] tcp_splice: Force TCP RST on abnormal close conditions

[PATCH v2 0/9] Introduce multiple addresses
 2026-01-27 10:31 UTC  (29+ messages)
` [PATCH v2 1/9] conf: Support CIDR notation for -a/--address option
` [PATCH v2 2/9] ip: Introduce unified multi-address data structures
` [PATCH v2 3/9] conf: Refactor conf_print() for multi-address support
` [PATCH v2 4/9] fwd: Check all configured addresses in guest accessibility functions
` [PATCH v2 5/9] arp: Check all configured addresses in ARP filtering
` [PATCH v2 6/9] conf: Allow multiple -a/--address options per address family
` [PATCH v2 7/9] pasta: Unify address configuration paths using address array
` [PATCH v2 8/9] ip: Track observed guest IPv4 addresses in unified "
` [PATCH v2 9/9] ip: Track observed guest IPv6 "

[PATCH] tcp: Add error checking for flow_epoll_set() in tcp_flow_migrate_target()
 2026-01-26 12:13 UTC  (2+ messages)

[PATCH v2 0/3] Register TCP flows with epoll at creation time
 2026-01-21 12:18 UTC  (12+ messages)
` [PATCH v2 1/3] tcp_splice: Register fds with epoll at flow creation
` [PATCH v2 2/3] tcp: "
` [PATCH v2 3/3] flow: Remove EPOLLFD_ID_INVALID

passt: new version 2026_01_20.386b5f5 available
 2026-01-21  4:53 UTC 

[PATCH] tcp: Close timer fd when removing it from epoll
 2026-01-20  8:08 UTC  (3+ messages)

[PATCH v2] conf, pasta: Add --splice-only option
 2026-01-19  9:08 UTC  (3+ messages)

[PATCH 0/3] Register TCP flows with epoll at creation time
 2026-01-19  8:56 UTC  (10+ messages)
` [PATCH 1/3] tcp_splice: Register fds with epoll at flow creation
` [PATCH 2/3] tcp: "
` [PATCH 3/3] flow: Remove EPOLLFD_ID_INVALID

[PATCH v5 00/14] Introduce forwarding table
 2026-01-18 13:49 UTC  (16+ messages)
` [PATCH v5 01/14] inany: Extend inany_ntop() to treat NULL as a fully unspecified address
` [PATCH v5 02/14] conf, fwd: Keep a table of our port forwarding configuration
` [PATCH v5 03/14] conf: Accurately record ifname and address for outbound forwards
` [PATCH v5 04/14] conf, fwd: Record "auto" port forwards in forwarding table
` [PATCH v5 05/14] fwd: Make space to store listening sockets in forward table
` [PATCH v5 06/14] ip: Add ipproto_name() function
` [PATCH v5 07/14] fwd, tcp, udp: Set up listening sockets based on forward table
` [PATCH v5 08/14] tcp, udp: Remove old auto-forwarding socket arrays
` [PATCH v5 09/14] conf, fwd: Check forwarding table for conflicting rules
` [PATCH v5 10/14] fwd: Generate auto-forward exclusions from socket fd tables
` [PATCH v5 11/14] flow, fwd: Consult rules table when forwarding a new flow from socket
` [PATCH v5 12/14] fwd: Remap ports based directly on forwarding rule
` [PATCH v5 13/14] fwd, tcp, udp: Add forwarding rule to listening socket epoll references
` [PATCH v5 14/14] flow, fwd: Optimise forwarding rule lookup using epoll ref when possible

passt: new version 2026_01_17.81c97f6 available
 2026-01-18 11:31 UTC 

[PATCH] hooks/pre-push: Use mandoc(1) to get HTML anchors to command-line options
 2026-01-17 14:56 UTC 

[PATCH] selinux: Enable open permissions on netns directory, operations on container_var_run_t
 2026-01-16 16:11 UTC 

PASST/PASST Dynamic Networking Features
 2026-01-16  3:24 UTC  (2+ messages)

[PATCH v4 00/14] Introduce forwarding table
 2026-01-16  0:48 UTC  (19+ messages)
` [PATCH v4 01/14] inany: Extend inany_ntop() to treat NULL as a fully unspecified address
` [PATCH v4 02/14] conf, fwd: Keep a table of our port forwarding configuration
` [PATCH v4 03/14] conf: Accurately record ifname and address for outbound forwards
` [PATCH v4 04/14] conf, fwd: Record "auto" port forwards in forwarding table
` [PATCH v4 05/14] fwd: Make space to store listening sockets in forward table
` [PATCH v4 06/14] ip: Add ipproto_name() function
` [PATCH v4 07/14] fwd, tcp, udp: Set up listening sockets based on forward table
` [PATCH v4 08/14] tcp, udp: Remove old auto-forwarding socket arrays
` [PATCH v4 09/14] conf, fwd: Check forwarding table for conflicting rules
` [PATCH v4 10/14] fwd: Generate auto-forward exclusions from socket fd tables
` [PATCH v4 11/14] flow, fwd: Consult rules table when forwarding a new flow from socket
` [PATCH v4 12/14] fwd: Remap ports based directly on forwarding rule
` [PATCH v4 13/14] fwd, tcp, udp: Add forwarding rule to listening socket epoll references
` [PATCH v4 14/14] flow, fwd: Optimise forwarding rule lookup using epoll ref when possible

[PATCH] conf, pasta: Add --no-tap option
 2026-01-14 10:59 UTC  (9+ messages)

[PATCH 0/3] cppcheck-2.19.1 fixes
 2026-01-14  1:11 UTC  (4+ messages)
` [PATCH 3/3] igmp: Remove apparently unneeded suppression

[PATCH v3 00/14] Introduce forwarding table
 2026-01-14  1:06 UTC  (23+ messages)
` [PATCH v3 02/14] conf, fwd: Keep a table of our port forwarding configuration
` [PATCH v3 07/14] fwd, tcp, udp: Set up listening sockets based on forward table
` [PATCH v3 11/14] flow, fwd: Consult rules table when forwarding a new flow from socket
` [PATCH v3 12/14] fwd: Remap ports based directly on forwarding rule
` [PATCH v3 13/14] fwd, tcp, udp: Add forwarding rule to listening socket epoll references
` [PATCH v3 14/14] flow, fwd: Optimise forwarding rule lookup using epoll ref when possible

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