[PATCH 0/5] Refactor epoll handling in preparation for multithreading
2025-10-07 13:26 UTC (13+ 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] isolation: keep CAP_DAC_OVERRIDE initially
2025-10-07 12:16 UTC
[PATCH v12 0/9] Use true MAC address of LAN local remote hosts
2025-10-07 10:10 UTC (28+ 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] test: Update passt.mbuto and passt.mem.mbuto
2025-10-07 3:58 UTC (6+ messages)
[PATCH 0/4] tcp: Fix bad switch to CLOSE-WAIT state and surrounding issues
2025-10-06 23:34 UTC (18+ 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 0/1] RFC: Clarifying seq_ack_to_tap logic
2025-10-03 6:30 UTC (2+ messages)
` [PATCH 1/1] tcp: Clarify logic calculating how much guest data to ack
[PATCH 0/3] RFC: Preview of tunbridge based tests
2025-10-02 7:57 UTC (5+ 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 v3 0/6] Test and linter fixups
2025-10-02 5:04 UTC (7+ 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] 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 (27+ messages)
` [PATCH v11 1/9] netlink: add subsciption on changes in NDP/ARP table
` [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 (6+ messages)
[PATCH 0/2] Retry SYNs for inbound connections
2025-09-30 6:04 UTC (9+ messages)
` [PATCH 1/2] tcp: Rename "retrans" of struct tcp_tap_conn and tcp_tap_transfer
` [PATCH 2/2] tcp: Resend SYN for inbound connections
[PATCH v9 0/9] Use true MAC address of LAN local remote hosts
2025-09-30 0:15 UTC (24+ messages)
` [PATCH v9 1/9] netlink: add subsciption on changes in NDP/ARP table
` [PATCH v9 9/9] arp/ndp: send gratuitous ARP / unsolicitated NA when MAC cache entry added
[PATCH v2] test: Update README.md
2025-09-29 22:23 UTC (3+ messages)
[PATCH] test: Update lib/term for clearer output when DEBUG is enabled
2025-09-28 1:40 UTC (5+ messages)
[PATCH v10 0/9] Use true MAC address of LAN local remote hosts
2025-09-27 0:29 UTC (10+ messages)
` [PATCH v10 1/9] netlink: add subsciption on changes in NDP/ARP table
` [PATCH v10 2/9] fwd: Add cache table for ARP/NDP contents
` [PATCH v10 3/9] arp/ndp: send gratuitous ARP / unsolicitated NA when MAC cache entry added
` [PATCH v10 4/9] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v10 5/9] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v10 6/9] udp: forward external source MAC address through tap interface
` [PATCH v10 7/9] tcp: "
` [PATCH v10 8/9] tap: change signature of function tap_push_l2h()
` [PATCH v10 9/9] icmp: let icmp use mac address from flowside structure
[PATCH] test: Update mbuto profile to fix the symlink of /bin
2025-09-26 12:37 UTC (2+ messages)
[PATCH v2] test: fix 'make assets' failure as root
2025-09-26 12:37 UTC (3+ messages)
[PATCH] test: fix 'make assets' failure as root
2025-09-26 1:00 UTC (7+ messages)
[PATCH v2] tap: Drop frames if no client connected
2025-09-25 20:29 UTC (2+ messages)
[PATCH] test: Update README.md
2025-09-25 9:21 UTC (11+ messages)
[PATCH] tap: Drop frames if no client connected
2025-09-25 6:05 UTC (14+ messages)
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).