[PATCH v9 0/9] Use true MAC address of LAN local remote hosts
2025-09-24 1:13 UTC (10+ messages)
` [PATCH v9 1/9] netlink: add subsciption on changes in NDP/ARP table
` [PATCH v9 2/9] fwd: Add cache table for ARP/NDP contents
` [PATCH v9 3/9] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v9 4/9] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v9 5/9] udp: forward external source MAC address through tap interface
` [PATCH v9 6/9] tcp: "
` [PATCH v9 7/9] tap: change signature of function tap_push_l2h()
` [PATCH v9 8/9] icmp: let icmp use mac address from flowside structure
` [PATCH v9 9/9] arp/ndp: send gratuitous ARP / unsolicitated NA when MAC cache entry added
[PATCH] tap: Drop frames if no client connected
2025-09-23 23:56 UTC (15+ messages)
[PATCH] test: Update README.md
2025-09-23 10:32 UTC (9+ messages)
[PATCH v8 0/8] Use true MAC address of LAN local remote hosts
2025-09-21 22:09 UTC (9+ messages)
` [PATCH v8 1/8] netlink: add subsciption on changes in NDP/ARP table
` [PATCH v8 2/8] fwd: Add cache table for ARP/NDP contents
` [PATCH v8 3/8] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v8 4/8] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v8 5/8] udp: forward external source MAC address through tap interface
` [PATCH v8 6/8] tcp: "
` [PATCH v8 7/8] tap: change signature of function tap_push_l2h()
` [PATCH v8 8/8] icmp: let icmp use mac address from flowside structure
[PATCH 1/2] selinux: add container_var_run_t type transition
2025-09-19 23:13 UTC (8+ messages)
` [PATCH 2/2] selinux: add missing file contexts for Podman
[PATCH v2] Add --stats option to display event statistics
2025-09-19 23:07 UTC (3+ messages)
passt: new version 2025_09_19.623dbf6 available
2025-09-19 23:05 UTC
passt: new version 2025_09_19.623dbf6 available
2025-09-19 23:01 UTC
[PATCH] Add --stats option to display event statistics
2025-09-19 11:10 UTC (2+ messages)
[PATCH] netlink: Drop nexthop state flags from routes we duplicate
2025-09-19 9:54 UTC (3+ messages)
[PATCH v6 1/5]
2025-09-19 1:45 UTC (14+ messages)
` [PATCH 1/5] Show debug message whenever we observe a new guest MAC address
` [PATCH 2/5] Introduce constant MAC_BROADCAST
` [PATCH 3/5] Fix --no-icmp description and make it imply --no-ndp
` [PATCH 4/5] Send an initial ARP and NDP request to resolve the guest IP address
` [PATCH 5/5] Improve clarity of comment
[PATCH v3] Add CONTRIBUTING.md
2025-09-18 16:01 UTC (3+ messages)
[PATCH] dhcp: Fix coding style violations in dhcp() function
2025-09-18 16:01 UTC (3+ messages)
[PATCH v2] Add CONTRIBUTING.md
2025-09-17 23:04 UTC (2+ messages)
[PATCH] Add CONTRIBUTING.md
2025-09-17 4:30 UTC (4+ messages)
[PATCH v5 1/5] Show debug message whenever we learn a new guest MAC address
2025-09-16 19:04 UTC (13+ messages)
` [PATCH v5 2/5] Improve clarity of comment
` [PATCH v5 3/5] Introduce constant MAC_BROADCAST
` [PATCH v5 4/5] Fix --no-icmp description and make it imply --no-ndp
` [PATCH v5 5/5] Send an initial ARP and NDP request to resolve the guest IP address
[PATCH] Reduce tcp_buf_discard size
2025-09-15 21:22 UTC (5+ messages)
[PATCH v2] tap: Drop frames if no client connected
2025-09-15 1:59 UTC (2+ messages)
passt: new version 2025_09_11.6cbcccc available
2025-09-12 6:58 UTC
[PATCH v4] Send an initial ARP and NDP request to resolve the guest IP
2025-09-12 6:23 UTC (6+ messages)
` [PATCH v4] Send an initial ARP and NDP request to resolve the guest IP address
[PATCH v7 0/8] Use true MAC address of LAN local remote hosts
2025-09-12 3:27 UTC (10+ messages)
` [PATCH v7 1/8] netlink: add function to extract MAC addresses from NDP/ARP table
` [PATCH v7 2/8] fwd: Added cache table for ARP/NDP contents
` [PATCH v7 3/8] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v7 4/8] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v7 5/8] udp: forward external source MAC address through tap interface
` [PATCH v7 6/8] tcp: "
` [PATCH v7 7/8] tap: change signature of function tap_push_l2h()
` [PATCH v7 8/8] icmp: let icmp use mac address from flowside structure
[PATCH v3] tcp: Store the owner connections for flags frames
2025-09-11 15:45 UTC (3+ messages)
[PATCH v4 0/8] tcp: Fixes for issues uncovered by tests with 6.17-rc1 kernels
2025-09-11 8:59 UTC (27+ messages)
` [PATCH v4 1/8] tcp: FIN flags have to be retransmitted as well
` [PATCH v4 2/8] tcp: Factor sequence rewind for retransmissions into a new function
` [PATCH v4 3/8] tcp: Rewind sequence when guest shrinks window to zero
` [PATCH v4 4/8] tcp: Fix closing logic for half-closed connections
` [PATCH v4 5/8] tcp: Don't try to transmit right after the peer shrank the window to zero
` [PATCH v4 6/8] tcp: Cast operands of sequence comparison macros to uint32_t before using them
` [PATCH v4 7/8] tcp: Fast re-transmit if half-closed, make TAP_FIN_RCVD path consistent
` [PATCH v4 8/8] tcp: Don't send FIN segment to guest yet if we have pending unacknowledged data
[PATCH v2] tcp: Store the owner connections for flags frames
2025-09-11 1:10 UTC (3+ messages)
[PATCH v2] Send an initial ARP request to resolve the guest IP address
2025-09-10 14:01 UTC (12+ messages)
` (no subject)
` [PATCH] Send an initial ARP and NDP request to resolve the guest IP address
[PATCH] tcp: Add flags frames to payload frames arrays
2025-09-10 9:25 UTC (3+ messages)
[PATCH] test: Fix the download link for debian-11-generic-ppc64el image
2025-09-10 6:19 UTC (5+ messages)
[PATCH v6 0/8] Use true MAC address of LAN local remote hosts
2025-09-10 2:57 UTC (14+ messages)
` [PATCH v6 1/8] netlink: add function to extract MAC addresses from NDP/ARP table
` [PATCH v6 2/8] fwd: Added cache table for ARP/NDP contents
` [PATCH v6 3/8] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v6 4/8] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v6 5/8] udp: forward external source MAC address through tap interface
` [PATCH v6 6/8] tcp: "
` [PATCH v6 7/8] tap: change signature of function tap_push_l2h()
` [PATCH v6 8/8] icmp: let icmp use mac address from flowside structure
[PATCH] Fix segfault on TCP connection before first passt socket connection
2025-09-10 1:58 UTC (2+ messages)
[PATCH v5 00/10] Use true MAC address of LAN local remote hosts
2025-09-10 1:49 UTC (6+ messages)
` [PATCH v5 02/10] fwd: Added cache table for ARP/NDP contents
[PATCH 0/3] This series contains fixes and improvements to the vhost-user implementation
2025-09-09 20:24 UTC (2+ messages)
Fix nullptr deref
2025-09-09 17:40 UTC
[PATCH] test: Remove unused distro images
2025-09-08 11:39 UTC (6+ messages)
[PATCH] test: Fix QEMU_EFI.fd not found error on non-ARM platforms
2025-09-08 9:28 UTC (4+ 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).