public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2025-08-14 09:49:29 to 2025-09-06 02:12:13 UTC [more...]

[PATCH v5 00/10] Use true MAC address of LAN local remote hosts
 2025-09-06  2:11 UTC  (8+ 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] Send an initial ARP request to resolve the guest IP address
 2025-09-06  0:22 UTC 

[PATCH] Add missing explicit PSH assignment
 2025-09-05 23:56 UTC 

[PATCH] Fix typo in doc comment
 2025-09-05 23:49 UTC 

[PATCH 0/3] This series contains fixes and improvements to the vhost-user implementation
 2025-09-05 15:49 UTC  (4+ 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 v8 0/5] Introduce first exeter based test infrastructure
 2025-09-05 11:03 UTC  (8+ 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-05 11:01 UTC  (9+ 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 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  (9+ messages)
` [PATCH v2 1/6] tcp: FIN flags have to be retransmitted as well
` [PATCH v2 2/6] tcp: Factor sequence rewind for retransmissions into a new function
` [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  (9+ messages)
` [PATCH v5 1/4] test: Extend test scripts to allow running "
` [PATCH v5 2/4] test: Run static checkers as "
` [PATCH v5 3/4] test: Convert build tests to exeter
` [PATCH v5 4/4] test: Allow exeter & podman tests to be parallel executed with BATS

[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

[PATCH v2] treewide: Flush pcap and log files, if used, before exiting
 2025-08-19  4:21 UTC  (2+ messages)

[PATCH 0/6] tcp: Fixes for issues uncovered by tests with 6.17-rc1 kernels
 2025-08-19  0:55 UTC  (17+ messages)
` [PATCH 1/6] tcp: FIN flags have to be retransmitted as well
` [PATCH 2/6] tcp: Factor sequence rewind for retransmissions into a new function
` [PATCH 3/6] tcp: Rewind sequence when guest shrinks window to zero
` [PATCH 4/6] tcp: Fix closing logic for half-closed connections
` [PATCH 5/6] tcp: Don't try to transmit right after the peer shrank the window to zero
` [PATCH 6/6] tcp: Fast re-transmit if half-closed, make TAP_FIN_RCVD path consistent

[PATCH] treewide: Flush pcap and log files, if used, before exiting
 2025-08-15 16:15 UTC  (5+ messages)

Exeter testing, next steps
 2025-08-15  1:47 UTC  (7+ messages)

[PATCH v10 00/30] Introduce discontiguous frames management
 2025-08-15  1:11 UTC  (22+ messages)
` [PATCH v10 03/30] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v10 13/30] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v10 15/30] dhcpv6: Convert to iov_tail
` [PATCH v10 16/30] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v10 17/30] dhcp: Convert to iov_tail
` [PATCH v10 18/30] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v10 19/30] tap: Convert tap4_handler() to iov_tail
` [PATCH v10 20/30] tap: Convert tap6_handler() "
` [PATCH v10 21/30] packet: rename packet_data() to packet_get()
` [PATCH v10 22/30] arp: use iov_tail rather than pool
` [PATCH v10 23/30] dhcp: "
` [PATCH v10 24/30] dhcpv6: "
` [PATCH v10 25/30] icmp: "
` [PATCH v10 26/30] ndp: "
` [PATCH v10 27/30] packet: remove PACKET_POOL() and PACKET_POOL_P()
` [PATCH v10 28/30] packet: remove unused parameter from PACKET_POOL_DECL()
` [PATCH v10 29/30] packet: Refactor vhost-user memory region handling
` [PATCH v10 30/30] packet: Add support for multi-vector packets

[PATCH v8 30/30] packet: Add support for multi-vector packets
 2025-08-15  1:08 UTC  (4+ messages)


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