public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-06-13 12:58:47 to 2024-06-27 01:13:23 UTC [more...]

[PATCH 0/4] Small, assorted "hardening" fixes
 2024-06-27  1:13 UTC  (6+ messages)
` [PATCH 1/4] conf: Copy up to MAXDNSRCH - 1 bytes, not MAXDNSRCH
` [PATCH 2/4] tcp_splice: Check return value of setsockopt() for SO_RCVLOWAT
` [PATCH 3/4] util, lineread, tap: Overflow checks on long signed sums and subtractions
` [PATCH 4/4] tap: Drop frames from guest whose length is more than remaining buffer

[PATCH v6 00/26] RFC: Unified flow table
 2024-06-26 22:49 UTC  (34+ messages)
` [PATCH v6 01/26] flow: Common address information for initiating side
` [PATCH v6 02/26] flow: Common address information for target side
` [PATCH v6 03/26] tcp, flow: Remove redundant information, repack connection structures
` [PATCH v6 04/26] tcp: Obtain guest address from flowside
` [PATCH v6 05/26] tcp: Manage outbound address via flow table
` [PATCH v6 06/26] tcp: Simplify endpoint validation using flowside information
` [PATCH v6 07/26] tcp_splice: Eliminate SPLICE_V6 flag
` [PATCH v6 08/26] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v6 09/26] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v6 10/26] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v6 11/26] icmp: Remove redundant id field from flow table entry
` [PATCH v6 12/26] icmp: Obtain destination addresses from the flowsides
` [PATCH v6 13/26] icmp: Look up ping flows using flow hash
` [PATCH v6 14/26] icmp: Eliminate icmp_id_map
` [PATCH v6 15/26] icmp: Manage outbound socket address via flow table
` [PATCH v6 16/26] flow, tcp: Flow based NAT and port forwarding for TCP
` [PATCH v6 17/26] flow, icmp: Use general flow forwarding rules for ICMP
` [PATCH v6 18/26] fwd: Update flow forwarding logic for UDP
` [PATCH v6 19/26] udp: Create flow table entries "
` [PATCH v6 20/26] udp: Direct traffic from tap according to flow table
` [PATCH v6 21/26] udp: Direct traffic from host to guest "
` [PATCH v6 22/26] udp: Direct spliced traffic "
` [PATCH v6 23/26] udp: Remove 'splicesrc' tracking
` [PATCH v6 24/26] udp: Remove tap port flags field
` [PATCH v6 25/26] udp: Remove rdelta port forwarding maps
` [PATCH v6 26/26] udp: Eliminate 'splice' flag from epoll reference

[PATCH v5 0/9] Fixes for early logging/prints and related cleanups
 2024-06-26  1:50 UTC  (17+ messages)
` [PATCH v5 1/9] conf, passt: Don't try to log to stderr after we close it
` [PATCH v5 2/9] conf, passt: Make --stderr do nothing, and deprecate it
` [PATCH v5 3/9] conf, log: Instead of abusing log levels, add log_conf_parsed flag
` [PATCH v5 4/9] log, passt: Always print to stderr before initialisation is complete
` [PATCH v5 5/9] log: Add _perror() logging function variants
` [PATCH v5 6/9] treewide: Replace perror() calls with calls to logging functions
` [PATCH v5 7/9] treewide: Replace strerror() calls
` [PATCH v5 8/9] conf, passt: Don't call __openlog() if a log file is used
` [PATCH v5 9/9] log: Don't report syslog failures to stderr after initialisation

[PATCH] pasta.c: modify hostname when detaching new namespace
 2024-06-25 22:27 UTC  (4+ messages)

[PATCH 0/2] Fix bug #80 again
 2024-06-24 19:08 UTC  (6+ messages)
` [PATCH 1/2] Revert "udp: Make rport calculation more local"
` [PATCH 2/2] udp: Reduce scope of rport in udp_invert_portmap()

passt: new version 2024_06_24.1ee2eca available
 2024-06-24 19:06 UTC 

[PATCH 0/5] Add vhost-user support to passt. (part 3)
 2024-06-24  6:59 UTC  (12+ messages)
` [PATCH 1/5] packet: replace struct desc by struct iovec
` [PATCH 2/5] vhost-user: introduce virtio API
` [PATCH 3/5] vhost-user: introduce vhost-user API
` [PATCH 4/5] iov: add iov_count()
` [PATCH 5/5] vhost-user: add vhost-user

[PATCH v3] conf: Accept duplicate and conflicting options, the last one wins
 2024-06-21  9:55 UTC  (4+ messages)

[PATCH 0/8] Open socket and PID files as root, before switching
 2024-06-21  1:02 UTC  (8+ messages)
` [PATCH 7/8] conf, passt, tap: Open socket and PID files before switching UID/GID

[PATCH v2] conf: Accept duplicate and conflicting options, the last one wins
 2024-06-20 10:09 UTC  (4+ messages)

[PATCH v4 0/8] Fixes for early logging/prints and related cleanups
 2024-06-20  4:34 UTC  (10+ messages)
` [PATCH v4 1/8] conf, passt: Don't try to log to stderr after we close it
` [PATCH v4 2/8] conf, passt: Make --stderr do nothing, and deprecate it
` [PATCH v4 3/8] conf, log: Instead of abusing log levels, add log_conf_parsed flag
` [PATCH v4 4/8] log, passt: Always print to stderr before initialisation is complete
` [PATCH v4 5/8] log: Add _perror() logging function variants
` [PATCH v4 6/8] treewide: Replace perror() calls with calls to logging functions
` [PATCH v4 7/8] treewide: Replace strerror() calls
` [PATCH v4 8/8] conf, passt: Don't call __openlog() if a log file is used

[PATCH v3 0/8] Fixes for early logging/prints and related cleanups
 2024-06-20  0:49 UTC  (17+ messages)
` [PATCH v3 1/8] conf, passt: Don't try to log to stderr after we close it
` [PATCH v3 2/8] conf, passt: Make --stderr do nothing, and deprecate it
` [PATCH v3 3/8] conf, log: Instead of abusing log levels, add log_conf_parsed flag
` [PATCH v3 4/8] log, passt: Always print to stderr before initialisation is complete
` [PATCH v3 5/8] log: Add _perror() logging function variants
` [PATCH v3 6/8] treewide: Replace perror() calls with calls to logging functions
` [PATCH v3 7/8] treewide: Replace strerror() calls
` [PATCH v3 8/8] conf, passt: Don't call __openlog() if a log file is used

[PATCH v2] netlink: Strip nexthop identifiers when duplicating routes
 2024-06-20  0:22 UTC  (2+ messages)

[PATCH v2 0/6] Fixes for early logging/prints and related cleanups
 2024-06-20  0:16 UTC  (15+ messages)
` [PATCH v2 1/6] conf, passt: Don't try to log to stderr after we close it
` [PATCH v2 2/6] conf, log: Instead of abusing log levels, add log_conf_parsed flag
` [PATCH v2 3/6] log, passt: Always print to stderr before initialisation is complete
` [PATCH v2 4/6] log: Add _perror() logging function variants
` [PATCH v2 5/6] treewide: Replace perror() calls with calls to logging functions
` [PATCH v2 6/6] treewide: Replace strerror() calls

[PATCH 0/6] Fixes for early logging/prints and related cleanups
 2024-06-20  0:13 UTC  (27+ messages)
` [PATCH 1/6] conf, passt: Don't try to log to stderr after we close it
` [PATCH 2/6] conf, log: Introduce internal log flags, instead of abusing log levels
` [PATCH 3/6] log, passt: Always print to stderr before initialisation is complete
` [PATCH 4/6] log: Add _perror() logging function variants
` [PATCH 5/6] treewide: Replace perror() calls with calls to logging functions
` [PATCH 6/6] treewide: Replace strerror() calls

[PATCH] conf: Accept duplicate and conflicting options, the last one wins
 2024-06-20  0:03 UTC  (6+ messages)

[PATCH] passt.1, qrap.1: align license description with SPDX identifier
 2024-06-19 14:04 UTC  (5+ messages)

[PATCH] siphash: Remove stale prototypes
 2024-06-19 14:03 UTC  (2+ messages)

[PATCH] netlink: With no default route, pick the first interface with a route
 2024-06-19  8:31 UTC  (3+ messages)

[PATCH] netlink: Ignore EHOSTUNREACH failures when duplicating routes
 2024-06-19  1:56 UTC  (2+ messages)

[PATCH v2] tcp: Don't rely on bind() to fail to decide that connection target is valid
 2024-06-19  1:27 UTC  (2+ messages)

[PATCH] netlink: Strip nexthop identifiers when duplicating routes
 2024-06-19  1:22 UTC  (2+ messages)

[PATCH] tcp: Don't rely on bind() to fail to decide that connection target is valid
 2024-06-18 10:48 UTC 

[PATCH v2 0/4] Even more flow table preliminaries
 2024-06-14 11:14 UTC  (6+ messages)
` [PATCH v2 1/4] util: Split construction of bind socket address from the rest of sock_l4()
` [PATCH v2 2/4] udp: Fold checking of splice flag into udp_mmh_splice_port()
` [PATCH v2 3/4] udp: Rework how we divide queued datagrams between sending methods
` [PATCH v2 4/4] udp: Move management of udp[46]_localname into udp_splice_send()

[PATCH 0/4] Even more flow table preliminaries
 2024-06-14  1:08 UTC  (10+ messages)
` [PATCH 1/4] util: Split construction of bind socket address from the rest of sock_l4()
` [PATCH 2/4] udp: Fold checking of splice flag into udp_mmh_splice_port()
` [PATCH 3/4] udp: Rework how we divide queued datagrams between sending methods

[PATCH v6 0/8] Add vhost-user support to passt (part 2)
 2024-06-13 14:36 UTC  (6+ messages)
` [PATCH v6 1/8] tcp: extract buffer management from tcp_send_flag()

[PATCH v7 0/8] Add vhost-user support to passt (part 2)
 2024-06-13 14:34 UTC  (5+ messages)
` [PATCH v7 1/8] tcp: extract buffer management from tcp_send_flag()


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