public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v4 0/7] Refactor epoll handling in preparation for multithreading
 2025-10-17 17:43 UTC  (12+ messages)
` [PATCH v4 1/7] util: Simplify epoll_del() interface to take epollfd directly
` [PATCH v4 2/7] epoll_ctl: Extract epoll operations
` [PATCH v4 3/7] util: Move epoll registration out of sock_l4_sa()
` [PATCH v4 4/7] tcp, flow: Replace per-connection in_epoll flag with threadnb in flow_common
` [PATCH v4 5/7] icmp: Use thread-based epoll management for ICMP flows
` [PATCH v4 6/7] udp: Use thread-based epoll management for UDP flows
` [PATCH v4 7/7] passt: Move main event loop processing into passt_worker()

[PATCH v5 0/4] Retry SYNs for inbound connections
 2025-10-17  8:21 UTC  (10+ messages)
` [PATCH v5 1/4] tcp: Rename "retrans" to "retries"
` [PATCH v5 2/4] util: Introduce read_file() and read_file_integer() function
` [PATCH v5 3/4] tcp: Resend SYN for inbound connections
` [PATCH v5 4/4] tcp: Update data retransmission timeout

[PATCH v6 0/4] Retry SYNs for inbound connections
 2025-10-17  6:28 UTC  (5+ messages)
` [PATCH v6 1/4] tcp: Rename "retrans" to "retries"
` [PATCH v6 2/4] util: Introduce read_file() and read_file_integer() function
` [PATCH v6 3/4] tcp: Resend SYN for inbound connections
` [PATCH v6 4/4] tcp: Update data retransmission timeout

[PATCH 0/3] RFC: Preview of tunbridge based tests
 2025-10-17  4:30 UTC  (13+ messages)
` [PATCH 1/3] test: Prepare for "
` [PATCH 3/3] test: Re-implement pasta NDP tests using tunbridge & exeter

[PATCH v14 00/10] Use true MAC address of LAN local remote hosts
 2025-10-17  3:08 UTC  (15+ messages)
` [PATCH v14 01/10] netlink: add subscription on changes in NDP/ARP table
` [PATCH v14 02/10] passt: add no_map_gw flag to struct ctx
` [PATCH v14 03/10] fwd: Add cache table for ARP/NDP contents
` [PATCH v14 04/10] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v14 05/10] arp/ndp: send ARP announcement / unsolicited NA when neigbour entry added
` [PATCH v14 06/10] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v14 07/10] udp: forward external source MAC address through tap interface
` [PATCH v14 08/10] tcp: "
` [PATCH v14 09/10] tap: change signature of function tap_push_l2h()
` [PATCH v14 10/10] icmp: let icmp use mac address from flowside structure

[PATCH v4 0/4] Retry SYNs for inbound connections
 2025-10-17  2:44 UTC  (16+ messages)
` [PATCH v4 1/4] tcp: Rename "retrans" to "retries"
` [PATCH v4 2/4] util: Introduce read_file() and read_file_integer() function
` [PATCH v4 3/4] tcp: Resend SYN for inbound connections
` [PATCH v4 4/4] tcp: Update data retransmission timeout

[PATCH 0/3] RFC: Reduce differences between inbound and outbound socket binding
 2025-10-17  0:34 UTC  (4+ messages)
` [PATCH 1/3] tcp: Merge tcp_ns_sock_init[46]() into tcp_sock_init_one()
` [PATCH 2/3] udp: Unify some more inbound/outbound parts of udp_sock_init()
` [PATCH 3/3] tcp, udp: Bind outbound listening sockets by interface instead of address

[PATCH v3 0/6] Refactor epoll handling in preparation for multithreading
 2025-10-16 23:07 UTC  (13+ messages)
` [PATCH v3 1/6] util: Simplify epoll_del() interface to take epollfd directly
` [PATCH v3 2/6] epoll_ctl: Extract epoll operations
` [PATCH v3 3/6] util: Move epoll registration out of sock_l4_sa()
` [PATCH v3 4/6] tcp, flow: Replace per-connection in_epoll flag with threadnb in flow_common
` [PATCH v3 5/6] icmp: Use thread-based epoll management for ICMP flows
` [PATCH v3 6/6] udp: Use thread-based epoll management for UDP flows

[PATCH] contrib/selinux: use regex instead of non-standard bash macro
 2025-10-16 10:56 UTC  (3+ messages)

[PATCH] test: Fix the escaping issue in memory/passt test
 2025-10-16  1:05 UTC  (2+ messages)

[PATCH v2] tap: Update some function comments for accuracy
 2025-10-16  0:47 UTC  (3+ messages)

[PATCH v2] passt: Rename EPOLL_EVENTS to NUM_EPOLL_EVENTS
 2025-10-15 23:46 UTC  (3+ messages)

[PATCH] Fix the wrong command in CONTRIBUTING.md
 2025-10-15 23:45 UTC  (3+ messages)

[PATCH v2 0/3] Fixes to exeter test integration
 2025-10-15 23:45 UTC  (5+ messages)
` [PATCH v2 1/3] test: Use ${} consistently in lib/exeter
` [PATCH v2 2/3] test: Add some missing quoting in exeter runner
` [PATCH v2 3/3] test: For missing static checkers, skip rather than failing tests

[PATCH v3 0/4] Retry SYNs for inbound connections
 2025-10-15 22:54 UTC  (15+ messages)
` [PATCH v3 1/4] tcp: Rename "retrans" to "retries"
` [PATCH v3 2/4] util: Introduce read_file() and read_file_long() function
` [PATCH v3 3/4] tcp: Resend SYN for inbound connections
` [PATCH v3 4/4] tcp: Update data retransmission timeout

[PATCH v13 00/10] Use true MAC address of LAN local remote hosts
 2025-10-14  5:02 UTC  (17+ messages)
` [PATCH v13 01/10] netlink: add subscription on changes in NDP/ARP table
` [PATCH v13 02/10] passt: add no_map_gw flag to struct ctx
` [PATCH v13 03/10] fwd: Add cache table for ARP/NDP contents
` [PATCH v13 04/10] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v13 05/10] arp/ndp: send ARP announcement / unsolicited NA when neigbour entry added
` [PATCH v13 06/10] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v13 07/10] udp: forward external source MAC address through tap interface
` [PATCH v13 08/10] tcp: "
` [PATCH v13 09/10] tap: change signature of function tap_push_l2h()
` [PATCH v13 10/10] icmp: let icmp use mac address from flowside structure

[PATCH v2 0/3] Retry SYNs for inbound connections
 2025-10-14  0:44 UTC  (11+ messages)
` [PATCH v2 1/3] tcp: Rename "retrans" to "retries"
` [PATCH v2 2/3] tcp: Resend SYN for inbound connections
` [PATCH v2 3/3] tcp: Update data retransmission timeout

[PATCH v2] test: Update the threshold value for some perf tests
 2025-10-14  0:37 UTC  (5+ messages)

[PATCH] test: Update the threshold value for some perf tests
 2025-10-13  2:21 UTC  (3+ messages)

[PATCH] tap: Update some function comments for accuracy
 2025-10-12 23:42 UTC 

[PATCH v11 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
 2025-10-12 23:34 UTC  (6+ messages)
` [PATCH v11 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v11 3/4] tap: break out building of udp header from tap_udp6_send function

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

[PATCH v2 00/14] Clean up checksum and header generation for inbound packets
 2025-10-10  8:40 UTC  (3+ messages)
` [PATCH v2 10/14] tap: Split tap_ip6_send() into UDP and ICMP variants

[PATCH] passt: Rename EPOLL_EVENTS to PASST_EPOLL_EVENTS
 2025-10-10  8:02 UTC  (3+ messages)

[PATCH 0/2] Fixes to exeter test integration
 2025-10-10  3:11 UTC  (7+ messages)
` [PATCH 1/2] test: Add some missing quoting in exeter runner
` [PATCH 2/2] test: For missing static checkers, skip rather than failing tests

[PATCH v12 0/9] Use true MAC address of LAN local remote hosts
 2025-10-09 23:46 UTC  (9+ messages)
` [PATCH v12 3/9] arp/ndp: send ARP announcement / unsolicited NA when neigbour entry added

[PATCH 0/4] tcp: Fix bad switch to CLOSE-WAIT state and surrounding issues
 2025-10-09 19:28 UTC  (21+ messages)
` [PATCH 1/4] tcp: Fix ACK sequence on FIN to tap
` [PATCH 3/4] tcp: Don't consider FIN flags with mismatching sequence

[PATCH v2] isolation: keep CAP_DAC_OVERRIDE initially
 2025-10-09  8:14 UTC  (2+ messages)

[PATCH 0/5] Refactor epoll handling in preparation for multithreading
 2025-10-09  7:14 UTC  (10+ messages)
` [PATCH 3/5] tcp, flow: Replace per-connection in_epoll flag with epollfd in flow_common

[PATCH] test: Update passt.mbuto and passt.mem.mbuto
 2025-10-09  2:16 UTC  (3+ messages)

[PATCH v2] tcp: Clarify logic calculating how much guest data to ack
 2025-10-08 15:07 UTC  (2+ messages)

[PATCH] isolation: keep CAP_DAC_OVERRIDE initially
 2025-10-08 15:06 UTC  (7+ messages)

[PATCH 0/1] RFC: Clarifying seq_ack_to_tap logic
 2025-10-08  1:21 UTC  (4+ messages)
` [PATCH 1/1] tcp: Clarify logic calculating how much guest data to ack

[PATCH v3 0/6] Test and linter fixups
 2025-10-08  0:22 UTC  (3+ 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).