public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2025-08-20 16:51:37 to 2025-09-10 01:53:52 UTC [more...]

[PATCH] test: Fix the download link for debian-11-generic-ppc64el image
 2025-09-10  1:53 UTC  (4+ messages)

[PATCH v5 00/10] Use true MAC address of LAN local remote hosts
 2025-09-10  1:49 UTC  (24+ messages)
` [PATCH v5 01/10] netlink: add function to extract MAC addresses from NDP/ARP table
` [PATCH v5 02/10] fwd: Added cache table for ARP/NDP contents
` [PATCH v5 03/10] fwd: Add entries of ARP/NDP cache table to a FIFO/LRU queue
` [PATCH v5 04/10] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v5 05/10] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v5 06/10] udp: forward external source MAC address through tap interface
` [PATCH v5 07/10] tcp: "
` [PATCH v5 08/10] tap: change signature of function tap_push_l2h()
` [PATCH v5 09/10] tcp: make tcp_rst_no_conn() respond with correct MAC address
` [PATCH v5 10/10] icmp: let icmp use mac address from flowside structure

[PATCH 0/3] This series contains fixes and improvements to the vhost-user implementation
 2025-09-09 20:24 UTC  (8+ messages)
` [PATCH 1/3] vhost-user: Fix VHOST_USER_GET_QUEUE_NUM to return number of queues
` [PATCH 2/3] udp_vu: Pass virtqueue pointer to udp_vu_sock_recv()
` [PATCH 3/3] tcp_vu: Pass virtqueue pointer to tcp_vu_sock_recv()

[PATCH v4 0/8] tcp: Fixes for issues uncovered by tests with 6.17-rc1 kernels
 2025-09-09 18:16 UTC  (9+ 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

Fix nullptr deref
 2025-09-09 17:40 UTC 

[PATCH] Reduce tcp_buf_discard size
 2025-09-09 16:13 UTC  (2+ messages)

[PATCH] Send an initial ARP request to resolve the guest IP address
 2025-09-09 15:55 UTC  (9+ messages)
  ` [PATCH v2] "
          ` (no subject)
            ` [PATCH] Send an initial ARP and NDP request to resolve the guest IP address

[PATCH] Fix segfault on TCP connection before first passt socket connection
 2025-09-09 15:04 UTC 

[PATCH] test: Remove unused distro images
 2025-09-08 11:39 UTC  (7+ messages)

[PATCH] test: Fix QEMU_EFI.fd not found error on non-ARM platforms
 2025-09-08  9:28 UTC  (5+ messages)

[PATCH v3] test: Remove distro images from DOWNLOAD_ASSETS
 2025-09-08  8:45 UTC  (2+ messages)

[PATCH v2] test: Remove distro images from LOCAL_ASSETS
 2025-09-08  8:01 UTC  (2+ messages)

[PATCH v8 0/5] Introduce first exeter based test infrastructure
 2025-09-08  4:04 UTC  (11+ messages)
` [PATCH v8 1/5] test: Extend test scripts to allow running exeter tests
` [PATCH v8 2/5] test: Run static checkers as "
` [PATCH v8 3/5] test: Convert build tests to exeter
` [PATCH v8 4/5] test: Allow exeter & podman tests to be parallel executed with BATS
` [PATCH v8 5/5] test: Explicit specify forwarding ports for pasta in log rotation tests

[PATCH v7 0/4] Introduce first exeter based test infrastructure
 2025-09-08  1:52 UTC  (10+ messages)
` [PATCH v7 1/4] test: Extend test scripts to allow running exeter tests
` [PATCH v7 2/4] test: Run static checkers as "
` [PATCH v7 3/4] test: Convert build tests to exeter
` [PATCH v7 4/4] test: Allow exeter & podman tests to be parallel executed with BATS

[PATCH] Send an initial ARP request to resolve the guest IP address
 2025-09-07 10:57 UTC  (2+ messages)

[PATCH] Add missing explicit PSH assignment
 2025-09-07 10:40 UTC  (3+ messages)

[PATCH] Fix typo in doc comment
 2025-09-06 20:20 UTC  (2+ messages)

[PATCH] Send an initial ARP request to resolve the guest IP address
 2025-09-06  0:22 UTC 

[PATCH v6 0/4] New proof-of-concept based exeter tests
 2025-09-04 23:14 UTC  (12+ messages)
` [PATCH v6 1/4] test: Extend test scripts to allow running "
` [PATCH v6 2/4] test: Run static checkers as "
` [PATCH v6 3/4] test: Convert build tests to exeter
` [PATCH v6 4/4] test: Allow exeter & podman tests to be parallel executed with BATS

[PATCH v11 00/30] Introduce discontiguous frames management
 2025-09-03 19:13 UTC  (33+ messages)
` [PATCH v11 01/30] arp: Don't mix incoming and outgoing buffers
` [PATCH v11 02/30] iov: Introduce iov_tail_clone() and iov_drop_header()
` [PATCH v11 03/30] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v11 04/30] tap: Use iov_tail with tap_add_packet()
` [PATCH v11 05/30] packet: Use iov_tail with packet_add()
` [PATCH v11 06/30] packet: Add packet_data()
` [PATCH v11 07/30] arp: Convert to iov_tail
` [PATCH v11 08/30] ndp: "
` [PATCH v11 09/30] icmp: "
` [PATCH v11 10/30] udp: "
` [PATCH v11 11/30] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v11 12/30] tcp: Convert tcp_data_from_tap() "
` [PATCH v11 13/30] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v11 14/30] dhcpv6: Extract sending of NotOnLink status
` [PATCH v11 15/30] dhcpv6: Convert to iov_tail
` [PATCH v11 16/30] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v11 17/30] dhcp: Convert to iov_tail
` [PATCH v11 18/30] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v11 19/30] tap: Convert tap4_handler() to iov_tail
` [PATCH v11 20/30] tap: Convert tap6_handler() "
` [PATCH v11 21/30] packet: rename packet_data() to packet_get()
` [PATCH v11 22/30] arp: use iov_tail rather than pool
` [PATCH v11 23/30] dhcp: "
` [PATCH v11 24/30] dhcpv6: "
` [PATCH v11 25/30] icmp: "
` [PATCH v11 26/30] ndp: "
` [PATCH v11 27/30] packet: remove PACKET_POOL() and PACKET_POOL_P()
` [PATCH v11 28/30] packet: remove unused parameter from PACKET_POOL_DECL()
` [PATCH v11 29/30] packet: Refactor vhost-user memory region handling
` [PATCH v11 30/30] packet: Add support for multi-vector packets

[PATCH v2] build: Fix errors of TCP_REPAIR_* undeclared
 2025-09-03  2:09 UTC  (3+ messages)

[PATCH v3 0/7] tcp: Fixes for issues uncovered by tests with 6.17-rc1 kernels
 2025-09-02  9:27 UTC  (16+ messages)
` [PATCH v3 1/7] tcp: FIN flags have to be retransmitted as well
` [PATCH v3 2/7] tcp: Factor sequence rewind for retransmissions into a new function
` [PATCH v3 3/7] tcp: Rewind sequence when guest shrinks window to zero
` [PATCH v3 4/7] tcp: Fix closing logic for half-closed connections
` [PATCH v3 5/7] tcp: Don't try to transmit right after the peer shrank the window to zero
` [PATCH v3 6/7] tcp: Cast operands of sequence comparison macros to uint32_t before using them
` [PATCH v3 7/7] tcp: Fast re-transmit if half-closed, make TAP_FIN_RCVD path consistent

[PATCH] build: Fix errors of TCP_REPAIR_* undeclared
 2025-09-02  7:27 UTC  (3+ messages)

[PATCH v2 0/6] tcp: Fixes for issues uncovered by tests with 6.17-rc1 kernels
 2025-08-29 20:11 UTC  (7+ messages)
` [PATCH v2 3/6] tcp: Rewind sequence when guest shrinks window to zero
` [PATCH v2 4/6] tcp: Fix closing logic for half-closed connections
` [PATCH v2 5/6] tcp: Don't try to transmit right after the peer shrank the window to zero
` [PATCH v2 6/6] tcp: Fast re-transmit if half-closed, make TAP_FIN_RCVD path consistent

[PATCH v5 0/4] RFC: New proof-of-concept based exeter tests
 2025-08-25  1:55 UTC  (5+ messages)

[PATCH v4 0/9] Use true MAC address of LAN local remote hosts
 2025-08-25  1:48 UTC  (21+ messages)
` [PATCH v4 1/9] netlink: add function to extract MAC addresses from NDP/ARP table
` [PATCH v4 2/9] arp/ndp: respond with true MAC address of LAN local remote hosts
` [PATCH v4 3/9] flow: add MAC address of LAN local remote hosts to flow
` [PATCH v4 4/9] udp: forward external source MAC address through tap interface
` [PATCH v4 5/9] tcp: "
` [PATCH v4 6/9] tap: change signature of function tap_push_l2h()
` [PATCH v4 7/9] tcp: make tcp_rst_no_conn() respond with correct MAC address
` [PATCH v4 8/9] icmp: let icmp use mac address from flowside structure
` [PATCH v4 9/9] fwd: Added cache table for ARP/NDP contents

[PATCH] proc: Bring back lseek() operations for /proc/net entries
 2025-08-23  8:43 UTC  (5+ messages)

[PATCH v4 0/3] RFC: New proof-of-concept based exeter tests
 2025-08-22  3:19 UTC  (17+ messages)
` [PATCH v4 1/3] test: Extend test scripts to allow running "
` [PATCH v4 3/3] test: Convert build tests to exeter


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