public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-11-11 03:04:11 to 2024-11-27 12:35:26 UTC [more...]

[PATCH v3] treewide: Introduce 'local mode' for disconnected setups
 2024-11-27 12:35 UTC  (5+ messages)

[PATCH] Fix build on 32bit target
 2024-11-27 11:15 UTC 

[PATCH] virtio: check if avail ring is configured
 2024-11-27 10:25 UTC 

[PATCH v14 0/9] Add vhost-user support to passt. (part 3)
 2024-11-27 10:14 UTC  (23+ messages)
` [PATCH v14 1/9] packet: replace struct desc by struct iovec
` [PATCH v14 2/9] vhost-user: introduce virtio API
` [PATCH v14 3/9] vhost-user: introduce vhost-user API
` [PATCH v14 4/9] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v14 5/9] tcp: Export headers functions
` [PATCH v14 6/9] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v14 7/9] vhost-user: add vhost-user
` [PATCH v14 8/9] test: Add tests for passt in vhost-user mode
` [PATCH v14 9/9] tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c

[PATCH v4] treewide: Introduce 'local mode' for disconnected setups
 2024-11-27  4:27 UTC 

[PATCH 0/7] TCP buffer handling cleanups (including vhost)
 2024-11-27  3:54 UTC  (8+ messages)
` [PATCH 1/7] iov: iov tail helpers
` [PATCH 2/7] iov, checksum: Replace csum_iov() with csum_iov_tail()
` [PATCH 3/7] tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()
` [PATCH 4/7] tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()
` [PATCH 5/7] tcp: Merge tcp_update_check_tcp[46]()
` [PATCH 6/7] tcp: Merge tcp_fill_headers[46]() with each other
` [PATCH 7/7] tcp_vu: Remove unnecessary tcp_vu_update_check() function

[PATCH] test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
 2024-11-26  7:49 UTC  (2+ messages)

[PATCH v5 0/3] dhcp: Add support for Rapid Commit, broadcast replies
 2024-11-26  7:06 UTC  (4+ messages)
` [PATCH v5 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v5 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v5 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)

[PATCH v4 0/3] dhcp: Add support for Rapid Commit, broadcast replies
 2024-11-26  6:42 UTC  (5+ messages)
` [PATCH v4 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v4 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v4 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)

[PATCH] test/passt/ndp: Add delay in SLAAC prefix test before looking for kernel_ra address
 2024-11-26  6:18 UTC  (3+ messages)

[PATCH] ndp: Don't send first periodic router advertisement right after guest connects
 2024-11-26  5:30 UTC  (4+ messages)

[PATCH v2] treewide: Introduce 'local mode' for disconnected setups
 2024-11-26  5:28 UTC  (4+ messages)

[PATCH v3 0/3] dhcp: Add support for Rapid Commit, broadcast replies
 2024-11-26  1:16 UTC  (7+ messages)
` [PATCH v3 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v3 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v3 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)

[PATCH] test/perf: Select a single IPv6 namespace address in pasta tests
 2024-11-26  0:45 UTC  (2+ messages)

[PATCH] conf, passt.1: Update --mac-addr default in usage() and man page
 2024-11-26  0:41 UTC  (2+ messages)

[PATCH] passt.1: Fix "default" note about --map-guest-addr
 2024-11-26  0:40 UTC  (2+ messages)

[PATCH 0/3] dhcp: Add support for Rapid Commit, broadcast replies
 2024-11-25  9:18 UTC  (10+ messages)
` [PATCH 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)

[PATCH v2 0/3] dhcp: Add support for Rapid Commit, broadcast replies
 2024-11-25  9:00 UTC  (4+ messages)
` [PATCH v2 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v2 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v2 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)

[PATCH RFT] conf: Introduce default link-local addresses and routes when we can't use any interface as template
 2024-11-22  6:59 UTC 

passt: new version 2024_11_21.238c69f available
 2024-11-21 15:45 UTC 

[PATCH 0/2] tcp: Handle keep-alives, avoid unnecessary timer scheduling
 2024-11-21  9:32 UTC  (12+ messages)
` [PATCH 1/2] tcp: Reset ACK_TO_TAP_DUE flag whenever an ACK isn't needed anymore
` [PATCH 2/2] tcp: Acknowledge keep-alive segments, ignore them for the rest

[PATCH v13 00/10] Add vhost-user support to passt. (part 3)
 2024-11-21  4:20 UTC  (16+ messages)
` [PATCH v13 01/10] packet: replace struct desc by struct iovec
` [PATCH v13 02/10] vhost-user: introduce virtio API
` [PATCH v13 03/10] vhost-user: introduce vhost-user API
` [PATCH v13 04/10] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v13 05/10] tcp: Export headers functions
` [PATCH v13 06/10] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v13 07/10] vhost-user: add vhost-user
` [PATCH v13 08/10] test: Add tests for passt in vhost-user mode
` [PATCH v13 09/10] tcp_vu: Share more header construction between IPv4 and IPv6 paths
` [PATCH v13 10/10] tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c

[PATCH 0/2] test: Fixes for prefixlen handling
 2024-11-19 20:43 UTC  (3+ messages)
` [PATCH 1/2] test: Don't require 64-bit prefixes in perf tests

[PATCH] ndp: Don't send unsolicited RAs if NDP is disabled
 2024-11-19 20:43 UTC  (2+ messages)

[PATCH v2] dhcp, dhcpv6: Add hostname and client fqdn ops
 2024-11-19 18:31 UTC  (8+ messages)

[PATCH v12 00/10] Add vhost-user support to passt. (part 3)
 2024-11-18 16:46 UTC  (14+ messages)
` [PATCH v12 01/10] packet: replace struct desc by struct iovec
` [PATCH v12 02/10] vhost-user: introduce virtio API
` [PATCH v12 03/10] vhost-user: introduce vhost-user API
` [PATCH v12 04/10] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v12 05/10] tcp: Export headers functions
` [PATCH v12 06/10] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v12 07/10] vhost-user: add vhost-user
` [PATCH v12 08/10] test: Add tests for passt in vhost-user mode
` [PATCH v12 09/10] tcp_vu: Share more header construction between IPv4 and IPv6 paths
` [PATCH v12 10/10] tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c

[PATCH v2] ndp: Don't send unsolicited router advertisement if we can't, yet
 2024-11-18  2:33 UTC  (2+ messages)

[PATCH] ndp: Don't send unsolicited router advertisement if we can't, yet
 2024-11-15 14:17 UTC 

[PATCH v11 00/10] Add vhost-user support to passt. (part 3)
 2024-11-15 11:54 UTC  (14+ messages)
` [PATCH v11 01/10] packet: replace struct desc by struct iovec
` [PATCH v11 02/10] vhost-user: introduce virtio API
` [PATCH v11 03/10] vhost-user: introduce vhost-user API
` [PATCH v11 04/10] udp: Prepare udp.c to be shared with vhost-user
` [PATCH v11 05/10] tcp: Export headers functions
` [PATCH v11 06/10] passt: rename tap_sock_init() to tap_backend_init()
` [PATCH v11 07/10] vhost-user: add vhost-user
` [PATCH v11 08/10] test: Add tests for passt in vhost-user mode
` [PATCH v11 09/10] tcp_vu: Share more header construction between IPv4 and IPv6 paths
` [PATCH v11 10/10] tcp: Move tcp_l2_buf_fill_headers() to tcp_buf.c

[PATCH v8 0/8] Add vhost-user support to passt. (part 3)
 2024-11-15 11:23 UTC  (15+ messages)
` [PATCH v8 7/8] vhost-user: add vhost-user

[PATCH] selinux: Use auth_read_passwd() interface for all our getpwnam() needs
 2024-11-14 22:48 UTC 

[PATCH v2 0/8] ndp: Unsolicited RAs
 2024-11-14 18:18 UTC  (10+ messages)
` [PATCH v2 1/8] ndp: Remove redundant update to addr_seen
` [PATCH v2 2/8] ndp: Add ndp_send() helper
` [PATCH v2 3/8] ndp: Split out helpers for sending specific NDP message types
` [PATCH v2 4/8] ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
` [PATCH v2 5/8] ndp: Make route lifetime a #define
` [PATCH v2 6/8] util: Add general low-level random bytes helper
` [PATCH v2 7/8] passt: Seed libc's pseudo random number generator
` [PATCH v2 8/8] ndp: Send unsolicited Router Advertisements

[PATCH v10 00/12] Add vhost-user support to passt. (part 3)
 2024-11-14  4:33 UTC  (7+ messages)
` [PATCH v10 07/12] vhost-user: add vhost-user
` [PATCH v10 08/12] test: Add tests for passt in vhost-user mode

[PATCH] dhcp, dhcpv6: Add hostname and client fqdn ops
 2024-11-13 17:12 UTC 

[PATCH 0/6] ndp: Unsolicited RAs
 2024-11-13  8:18 UTC  (12+ messages)
` [PATCH 1/6] ndp: Remove redundant update to addr_seen
` [PATCH 2/6] ndp: Add ndp_send() helper
` [PATCH 3/6] ndp: Split out helpers for sending specific NDP message types
` [PATCH 4/6] ndp: Use struct assignment in preference to memcpy() for IPv6 addresses
` [PATCH 5/6] ndp: Make route lifetime a #define
` [PATCH 6/6] ndp: Send unsolicited Router Advertisements


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