[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] Fix the wrong command in CONTRIBUTING.md
2025-10-10 7:51 UTC
[PATCH v2 0/3] Retry SYNs for inbound connections
2025-10-10 7:47 UTC (4+ 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 0/3] Fixes to exeter test integration
2025-10-10 3:45 UTC (4+ 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 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 0/3] RFC: Preview of tunbridge based tests
2025-10-10 2:17 UTC (13+ messages)
` [PATCH 1/3] test: Prepare for "
` [PATCH 2/3] test: Add some missing quoting in exeter runner
` [PATCH 3/3] test: Re-implement pasta NDP tests using tunbridge & exeter
[PATCH v12 0/9] Use true MAC address of LAN local remote hosts
2025-10-09 23:46 UTC (33+ messages)
` [PATCH v12 1/9] netlink: add subsciption on changes in NDP/ARP table
` [PATCH v12 2/9] fwd: Add cache table for ARP/NDP contents
` [PATCH v12 3/9] arp/ndp: send ARP announcement / unsolicited NA when neigbour entry added
` [PATCH v12 4/9] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v12 5/9] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v12 6/9] udp: forward external source MAC address through tap interface
` [PATCH v12 7/9] tcp: "
` [PATCH v12 8/9] tap: change signature of function tap_push_l2h()
` [PATCH v12 9/9] icmp: let icmp use mac address from flowside structure
[PATCH 0/4] tcp: Fix bad switch to CLOSE-WAIT state and surrounding issues
2025-10-09 19:28 UTC (25+ messages)
` [PATCH 1/4] tcp: Fix ACK sequence on FIN to tap
` [PATCH 2/4] tcp: Completely ignore data segment in CLOSE-WAIT state, log a message
` [PATCH 3/4] tcp: Don't consider FIN flags with mismatching sequence
` [PATCH 4/4] tcp: On partial send (incomplete sendmsg()), request a retransmission right away
[PATCH v3 0/6] Refactor epoll handling in preparation for multithreading
2025-10-09 13:04 UTC (7+ 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 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 (16+ messages)
` [PATCH 1/5] util: Simplify epoll_del() interface to take epollfd directly
` [PATCH 2/5] util: Move epoll registration out of sock_l4_sa()
` [PATCH 3/5] tcp, flow: Replace per-connection in_epoll flag with epollfd in flow_common
` [PATCH 4/5] icmp: Use epollfd from flow_common structure
` [PATCH 5/5] udp: "
[PATCH] test: Update passt.mbuto and passt.mem.mbuto
2025-10-09 2:16 UTC (7+ 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 (8+ 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 (10+ messages)
` [PATCH v3 1/6] clang-tidy: Suppress redundant expression warning
` [PATCH v3 2/6] cppcheck: Suppress the suppression of a suppression
` [PATCH v3 3/6] cppcheck: Suppress a buggy cppcheck warning
` [PATCH v3 4/6] cppcheck: Suppress variable scope warnings in dhcpv6()
` [PATCH v3 5/6] test: Don't delete exetool on make clean
` [PATCH v3 6/6] test: Add linting of Python test scripts
[PATCH v2 0/6] Refactor epoll handling in preparation for multithreading
2025-10-07 16:40 UTC (7+ messages)
` [PATCH v2 1/6] util: Simplify epoll_del() interface to take epollfd directly
` [PATCH v2 2/6] epoll_ctl: Extract epoll operations
` [PATCH v2 3/6] util: Move epoll registration out of sock_l4_sa()
` [PATCH v2 4/6] tcp, flow: Replace per-connection in_epoll flag with epollfd in flow_common
` [PATCH v2 5/6] icmp: Use epollfd from flow_common structure
` [PATCH v2 6/6] udp: "
[PATCH v2 0/6] Test and linter fixups
2025-10-02 4:50 UTC (7+ messages)
` [PATCH v2 1/6] test: Add linting of Python test scripts
` [PATCH v2 2/6] clang-tidy: Suppress redundant expression warning
` [PATCH v2 3/6] cppcheck: Suppress the suppression of a suppression
` [PATCH v2 4/6] cppcheck: Suppress a buggy cppcheck warning
` [PATCH v2 5/6] cppcheck: Suppress variable scope warnings in dhcpv6()
` [PATCH v2 6/6] test: Don't delete exetool on make clean
[PATCH 0/6] Test and linter fixups
2025-10-02 3:26 UTC (13+ messages)
` [PATCH 1/6] test: Convince make not to accidentally delete exetool
` [PATCH 2/6] test: Add linting of Python test scripts
` [PATCH 3/6] clang-tidy: Suppress redundant expression warning
` [PATCH 4/6] cppcheck: Suppress the suppression of a suppression
` [PATCH 5/6] cppcheck: Suppress a buggy cppcheck warning
` [PATCH 6/6] cppcheck: Suppress variable scope warnings in dhcpv6()
[PATCH] netlink: Don't require address to be global, just not link local
2025-10-01 0:26 UTC (3+ messages)
[PATCH v11 0/9] Use true MAC address of LAN local remote hosts
2025-10-01 0:23 UTC (22+ messages)
` [PATCH v11 2/9] fwd: Add cache table for ARP/NDP contents
` [PATCH v11 3/9] arp/ndp: send gratuitous ARP / unsolicitated NA when MAC cache entry added
` [PATCH v11 4/9] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v11 5/9] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v11 6/9] udp: forward external source MAC address through tap interface
` [PATCH v11 7/9] tcp: "
` [PATCH v11 8/9] tap: change signature of function tap_push_l2h()
` [PATCH v11 9/9] icmp: let icmp use mac address from flowside structure
[PATCH RFT] tcp: Fix ACK sequence on FIN to tap, handle retransmission in half-closed state
2025-09-30 21:55 UTC (3+ messages)
[PATCH v2] test: Fix printf error when debug is enabled
2025-09-30 11:13 UTC (3+ messages)
[PATCH] test: Fix printf error when debug is enabled
2025-09-30 11:13 UTC (5+ messages)
[PATCH 0/2] Retry SYNs for inbound connections
2025-09-30 6:04 UTC (6+ messages)
` [PATCH 2/2] tcp: Resend SYN "
[PATCH v9 0/9] Use true MAC address of LAN local remote hosts
2025-09-30 0:15 UTC (8+ messages)
` [PATCH v9 9/9] arp/ndp: send gratuitous ARP / unsolicitated NA when MAC cache entry added
page: next (older) | prev (newer) | 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).