public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH 0/3] Register TCP flows with epoll at creation time
 2026-01-16 15:52 UTC  (2+ messages)
` [PATCH 2/3] tcp: Register fds with epoll at flow creation

[PATCH] tcp: Close timer fd when removing it from epoll
 2026-01-16 12:55 UTC 

[PATCH v2] conf, pasta: Add --splice-only option
 2026-01-16  3:44 UTC  (2+ messages)

Thoughts on interface modes / multiple guest addresses
 2026-01-16  3:24 UTC  (8+ messages)

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

[PATCH v5 00/14] Introduce forwarding table
 2026-01-16  0:59 UTC  (15+ 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

[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  (23+ messages)

[PATCH 0/3] cppcheck-2.19.1 fixes
 2026-01-14  1:11 UTC  (7+ messages)
` [PATCH 1/3] treewide: Fix more pointers which can be const
` [PATCH 2/3] epoll_ctl: Move u64 variant first for safer initialisation
` [PATCH 3/3] igmp: Remove apparently unneeded suppression

[PATCH v3 00/14] Introduce forwarding table
 2026-01-14  1:06 UTC  (42+ messages)
` [PATCH v3 01/14] inany: Extend inany_ntop() to treat NULL as a fully unspecified address
` [PATCH v3 02/14] conf, fwd: Keep a table of our port forwarding configuration
` [PATCH v3 03/14] conf: Accurately record ifname and address for outbound forwards
` [PATCH v3 04/14] conf, fwd: Record "auto" port forwards in forwarding table
` [PATCH v3 05/14] fwd: Make space to store listening sockets in forward table
` [PATCH v3 06/14] ip: Add ipproto_name() function
` [PATCH v3 07/14] fwd, tcp, udp: Set up listening sockets based on forward table
` [PATCH v3 08/14] tcp, udp: Remove old auto-forwarding socket arrays
` [PATCH v3 09/14] conf, fwd: Check forwarding table for conflicting rules
` [PATCH v3 10/14] fwd: Generate auto-forward exclusions from socket fd tables
` [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

[PATCH v3 0/6] flow: Introduce flow_epoll_set() to centralize epoll operations
 2026-01-14  0:08 UTC  (10+ messages)
` [PATCH v3 1/6] tcp: remove timer update in tcp_epoll_ctl()
` [PATCH v3 2/6] tcp: cleanup timer creation
` [PATCH v3 3/6] udp_flow: remove unneeded epoll_ref indirection
` [PATCH v3 4/6] udp_flow: Assign socket to flow inside udp_flow_sock()
` [PATCH v3 5/6] tcp_splice: Refactor tcp_splice_conn_epoll_events() to per-side computation
` [PATCH v3 6/6] flow: Introduce flow_epoll_set() to centralize epoll operations

[PATCH v2 0/2] Allow listen functions to return fds
 2026-01-14  0:07 UTC  (4+ messages)
` [PATCH v2 1/2] tcp, udp, conf: Don't silently ignore listens on unsupported IP versions
` [PATCH v2 2/2] tcp, udp: Make {tcp,udp}_listen() return socket fds

[PATCH] apparmor: Upgrade ABI version to 4.0, explicitly enable user namespace creation
 2026-01-13 22:25 UTC  (5+ messages)

[PATCH 0/3] Allow listen functions to return fds
 2026-01-13 22:13 UTC  (15+ messages)
` [PATCH 1/3] conf: Introduce --no-bindtodevice option for testing
` [PATCH 2/3] tcp, udp, conf: Don't silently ignore listens on unsupported IP versions
` [PATCH 3/3] tcp, udp: Make {tcp,udp}_listen() return socket fds

[PATCH] treewide: Fix places where we incorrectly indented with spaces
 2026-01-12 12:51 UTC  (2+ messages)

[PATCH] tcp: Remove some no longer used includes
 2026-01-12 12:51 UTC  (2+ messages)

[PATCH 0/2] Small cleanups to splice forwarding logic
 2026-01-12 12:50 UTC  (2+ messages)

[PATCH] tcp: Fix rounding issue in check for approximating window to zero
 2026-01-12  4:02 UTC  (2+ messages)

[PATCH] tcp: cleanup timer creation
 2026-01-12  3:59 UTC  (2+ messages)

[PATCH v4] conf: Support CIDR notation for -a/--address option
 2026-01-12  3:16 UTC  (2+ messages)

[PATCH v3 0/5] Fixes for Fedora 43
 2026-01-11  2:32 UTC  (9+ messages)
` [PATCH v3 1/5] util: Be more defensive about buffer overruns in read_file()
` [PATCH v3 2/5] migrate: Don't use terminator element for versions[] array
` [PATCH v3 3/5] treewide: Don't rely on terminator records in ip[46].dns arrays
` [PATCH v3 4/5] test: Handle Operating System Command escapes in terminal output
` [PATCH v3 5/5] test: Include sshd-auth in mbuto guest image

[PATCH v2] udp_vu: Discard datagrams when RX virtqueue is not usable
 2026-01-10 23:33 UTC  (5+ messages)

[PATCH v2 0/3] Clean ups to epoll references
 2026-01-10 23:33 UTC  (8+ messages)
` [PATCH v2 1/3] tcp: Remove unused tcp_epoll_ref
` [PATCH v2 2/3] epoll_ctl: Add missing description for flowside field of epoll_ref
` [PATCH v2 3/3] fwd, tcp, udp: Consolidate epoll refs for listening sockets

[PATCH v2 0/5] flow: Introduce flow_epoll_set() to centralize epoll operations
 2026-01-09  9:26 UTC  (10+ messages)
` [PATCH v2 1/5] tcp: remove timer update in tcp_epoll_ctl()
` [PATCH v2 2/5] udp_flow: remove unneeded epoll_ref indirection
` [PATCH v2 3/5] udp_flow: Assign socket to flow inside udp_flow_sock()
` [PATCH v2 4/5] tcp_splice: Refactor tcp_splice_conn_epoll_events() to per-side computation
` [PATCH v2 5/5] flow: Introduce flow_epoll_set() to centralize epoll operations

[PATCH] tcp: remove timer update in tcp_epoll_ctl()
 2026-01-08 23:08 UTC  (2+ messages)

[PATCH] apparmor: Allow reading TCP RTO sysctl parameters
 2026-01-08 14:23 UTC 

[PATCH] udp_flow: remove unneeded epoll_ref indirection
 2026-01-07 23:41 UTC  (2+ messages)

[PATCH v2 0/5] Fixes for Fedora 43
 2026-01-07  1:46 UTC  (7+ messages)
` [PATCH v2 1/5] util: Be more defensive about buffer overruns in read_file()
` [PATCH v2 2/5] migrate: Don't use terminator element for versions[] array
` [PATCH v2 3/5] treewide: Don't rely on terminator records in ip[46].dns arrays
` [PATCH v2 4/5] test: Handle Operating System Command escapes in terminal output
` [PATCH v2 5/5] test: Include sshd-auth in mbuto guest image
` IGNORE, SORRY Re: [PATCH v2 0/5] Fixes for Fedora 43

[PATCH] udp_vu: Discard datagrams when RX virtqueue is not usable
 2026-01-07  0:17 UTC  (4+ messages)

[PATCH 0/5] Fixes for Fedora 43 (or other bitrot)
 2026-01-07  0:11 UTC  (11+ messages)
` [PATCH 2/5] migrate: Don't use terminator element for versions[] array
` [PATCH 3/5] treewide: Don't rely on terminator records in ip[46].dns arrays
` [PATCH 4/5] test: Handle Operating System Command escapes in terminal output
` [PATCH 5/5] test: Include sshd-auth in mbuto guest image

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