public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v10 0/9] Use true MAC address of LAN local remote hosts
 2025-09-27  0:29 UTC  (7+ 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 7/9] tcp: forward external source MAC address through tap interface

[PATCH v9 0/9] Use true MAC address of LAN local remote hosts
 2025-09-26 23:25 UTC  (28+ 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] test: Update mbuto profile to fix the symlink of /bin
 2025-09-26 12:37 UTC  (2+ messages)

[PATCH] test: Update lib/term for clearer output when DEBUG is enabled
 2025-09-26 12:37 UTC  (4+ 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  (3+ 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  (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)

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  (18+ messages)
` [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  (6+ messages)
` (no subject)
  ` [PATCH] Send an initial ARP and NDP request to resolve the guest IP address

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).