public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v11 0/9] Use true MAC address of LAN local remote hosts
 2025-09-30 21:29 UTC  (20+ 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 20:58 UTC  (2+ messages)

[PATCH] netlink: Don't require address to be global, just not link local
 2025-09-30 11:14 UTC  (2+ 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] test: Update passt.mbuto and passt.mem.mbuto
 2025-09-30  6:29 UTC 

[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  (34+ 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 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  (23+ messages)

[PATCH] tap: Drop frames if no client connected
 2025-09-25  6:05 UTC  (19+ 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  (3+ messages)

[PATCH] Reduce tcp_buf_discard size
 2025-09-15 21:22 UTC  (4+ 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).