messages from 2025-05-13 09:41:12 to 2025-06-23 11:07:36 UTC [more...]
[PATCH v7 00/31] Introduce discontiguous frames management
2025-06-23 11:06 UTC (31+ messages)
` [PATCH v7 01/31] style: Fix 'Return' comment style
` [PATCH v7 02/31] arp: Don't mix incoming and outgoing buffers
` [PATCH v7 03/31] iov: Introduce iov_tail_clone() and iov_tail_drop()
` [PATCH v7 04/31] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v7 05/31] tap: Use iov_tail with tap_add_packet()
` [PATCH v7 06/31] packet: Use iov_tail with packet_add()
` [PATCH v7 07/31] packet: Add packet_data()
` [PATCH v7 08/31] arp: Convert to iov_tail
` [PATCH v7 09/31] ndp: "
` [PATCH v7 10/31] icmp: "
` [PATCH v7 11/31] udp: "
` [PATCH v7 12/31] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v7 13/31] tcp: Convert tcp_data_from_tap() "
` [PATCH v7 14/31] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v7 15/31] dhcpv6: Extract sending of NotOnLink status
` [PATCH v7 16/31] dhcpv6: Convert to iov_tail
` [PATCH v7 17/31] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v7 18/31] dhcp: Convert to iov_tail
` [PATCH v7 19/31] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v7 20/31] tap: Convert tap4_handler() to iov_tail
` [PATCH v7 21/31] tap: Convert tap6_handler() "
` [PATCH v7 22/31] packet: rename packet_data() to packet_get()
` [PATCH v7 23/31] arp: use iov_tail rather than pool
` [PATCH v7 24/31] dhcp: "
` [PATCH v7 25/31] dhcpv6: "
` [PATCH v7 26/31] icmp: "
` [PATCH v7 27/31] ndp: "
` [PATCH v7 28/31] packet: remove PACKET_POOL() and PACKET_POOL_P()
` [PATCH v7 29/31] packet: remove unused parameter from PACKET_POOL_DECL()
` [PATCH v7 30/31] packet: add memory regions information into pool
[PATCH] style: Add parentheses to function names in comments
2025-06-20 15:25 UTC
[PATCH] style: Fix 'Return' comment style
2025-06-20 9:37 UTC (3+ messages)
[PATCH v2] style: Fix 'Return' comment style
2025-06-20 9:36 UTC
[PATCH v2 0/8] use true mac address of LAN local remote hosts
2025-06-14 13:22 UTC (18+ messages)
` [PATCH v2 1/8] netlink: Add function to extract mac addresses from arp table
` [PATCH v2 2/8] arp: respond with true mac address of LAN local remote hosts
` [PATCH v2 3/8] flow: add mac address of LAN local remote hosts to flow
` [PATCH v2 4/8] udp: forward external source mac address through tap interface
` [PATCH v2 5/8] tcp: "
` [PATCH v2 6/8] tap: change signature of function tap_push_l2h()
` [PATCH v2 7/8] tcp: make tcp_rst_no_conn() respond with correct mac address
` [PATCH v2 8/8] icmp: let icmp use mac address from flowside structure
passt: new version 2025_06_11.0293c6f available
2025-06-11 15:59 UTC
[PATCH v6 00/30] Introduce discontiguous frames management
2025-06-11 12:52 UTC (36+ messages)
` [PATCH v6 01/30] arp: Don't mix incoming and outgoing buffers
` [PATCH v6 02/30] iov: Introduce iov_tail_clone() and iov_tail_drop()
` [PATCH v6 03/30] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v6 04/30] tap: Use iov_tail with tap_add_packet()
` [PATCH v6 05/30] packet: Use iov_tail with packet_add()
` [PATCH v6 06/30] packet: Add packet_data()
` [PATCH v6 07/30] arp: Convert to iov_tail
` [PATCH v6 08/30] ndp: "
` [PATCH v6 09/30] icmp: "
` [PATCH v6 10/30] udp: "
` [PATCH v6 11/30] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v6 12/30] tcp: Convert tcp_data_from_tap() "
` [PATCH v6 13/30] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v6 14/30] dhcpv6: Extract sending of NotOnLink status
` [PATCH v6 15/30] dhcpv6: Convert to iov_tail
` [PATCH v6 16/30] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v6 17/30] dhcp: Convert to iov_tail
` [PATCH v6 18/30] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v6 19/30] tap: Convert tap4_handler() to iov_tail
` [PATCH v6 20/30] tap: Convert tap6_handler() "
` [PATCH v6 21/30] packet: rename packet_data() to packet_get()
` [PATCH v6 22/30] arp: use iov_tail rather than pool
` [PATCH v6 23/30] dhcp: "
` [PATCH v6 24/30] dhcpv6: "
` [PATCH v6 25/30] icmp: "
` [PATCH v6 26/30] ndp: "
` [PATCH v6 27/30] packet: remove PACKET_POOL() and PACKET_POOL_P()
` [PATCH v6 28/30] packet: remove unused parameter from PACKET_POOL_DECL()
` [PATCH v6 29/30] packet: add memory regions information into pool
` [PATCH v6 30/30] packet: use buf to store iovec array
[PATCH] fedora: Hide restorecon(8) errors in post-transaction scriptlet
2025-06-11 9:31 UTC (2+ messages)
vhost-kernel net on pasta: from 26 to 37Gbit/s
2025-06-11 8:08 UTC (11+ messages)
[PATCH] fedora: Add container-selinux as dependency for passt-selinux
2025-06-10 15:11 UTC
[0/4] use true mac address of LAN local remote hosts
2025-06-07 1:11 UTC (5+ messages)
` [1/4] netlink: Add function to extract mac addresses from arp table
` [2/4] arp: respond with true mac address of LAN local remote hosts
` [3/4] udp: forward external source mac address through tap interface
` [4/4] tcp: "
passt: new version 2025_06_06.754c6d7 available
2025-06-06 13:16 UTC
conf: flush stdout before early exit
2025-06-06 10:06 UTC (6+ messages)
[PATCH 0/1] selinux: Transition to pasta_t in containers
2025-06-06 10:06 UTC (20+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
` [PATCH v3 0/1] "
` [PATCH v4 "
` [PATCH v4 1/1] "
` [PATCH v3 "
[PATCH] Correct various function comment headers
2025-06-06 10:05 UTC (2+ messages)
[PATCH] flow, repair: Proper error handling for missing passt-repair helper on target
2025-06-04 16:37 UTC
[PATCH] fedora: Depend on SELinux tools and policy version, drop circular dependency
2025-06-04 15:30 UTC
[PATCH] fedora: Call %selinux_modules_* macros only once
2025-06-04 15:30 UTC
[PATCH] passt-repair: Fix missing newlines in error messages
2025-06-04 11:01 UTC (2+ messages)
[PATCH v5 00/29] Introduce discontiguous frames management
2025-06-03 8:42 UTC (44+ messages)
` [PATCH v5 01/29] arp: Don't mix incoming and outgoing buffers
` [PATCH v5 02/29] iov: Introduce iov_slice(), iov_tail_slice() and iov_tail_drop()
` [PATCH v5 03/29] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v5 05/29] packet: Use iov_tail with packet_add()
` [PATCH v5 06/29] packet: Add packet_data()
` [PATCH v5 07/29] arp: Convert to iov_tail
` [PATCH v5 09/29] icmp: "
` [PATCH v5 10/29] udp: "
` [PATCH v5 11/29] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v5 15/29] dhcpv6: Convert to iov_tail
` [PATCH v5 16/29] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v5 17/29] dhcp: Convert to iov_tail
` [PATCH v5 18/29] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v5 23/29] dhcpv6: use iov_tail rather than pool
` [PATCH v5 24/29] icmp: "
` [PATCH v5 25/29] ndp: "
` [PATCH v5 28/29] packet: add memory regions information into pool
` [PATCH v5 29/29] packet: use buf to store iovec array
[PATCH] fedora: Separately restore context for /run/user in %posttrans selinux
2025-05-24 7:07 UTC (4+ messages)
[PATCH] tap: Avoid bogus missingReturn cppcheck warning in tap_l2_max_len()
2025-05-19 7:27 UTC (5+ messages)
[PATCH 0/3] Standardize and correct function comment headers
2025-05-16 20:52 UTC (5+ messages)
` [PATCH 1/3] vhost_user: Correct and align "
` [PATCH 2/3] virtio: Correct and align "
` [PATCH 3/3] iov: Standardize function "
[PATCH] codespell: Correct typos in comments and error message
2025-05-16 5:49 UTC (2+ messages)
[PATCH v3] test: Display count of skipped tests in status and summary
2025-05-16 5:49 UTC (2+ messages)
[PATCH 0/4] Fedora 42: Static Analysis and Compiler Warning Fixes
2025-05-14 16:27 UTC (5+ messages)
` [PATCH 2/4] virtio: Fix Clang warning (bugprone-sizeof-expression, cert-arr39-c)
` [PATCH 3/4] ndp: Fix Clang analyzer warning (clang-analyzer-security.PointerSub)
` [PATCH 4/4] flow: Fix clang error (clang-analyzer-security.PointerSub)
[PATCH v2] test: Display count of skipped tests in status and summary
2025-05-14 9:51 UTC (2+ messages)
[PATCH v2] test: Display count of skipped tests in status and summary
2025-05-14 7:21 UTC (2+ messages)
[PATCH] test: Display count of skipped tests in status and summary
2025-05-14 7:08 UTC (2+ messages)
[PATCH] flow: close socket fd on error
2025-05-14 6:05 UTC (3+ messages)
passt: new version 2025_05_12.8ec1341 available
2025-05-13 13:15 UTC
page: next (older) | prev (newer) | 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).