public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH] fedora: Separately restore context for /run/user in %posttrans selinux
 2025-05-22 21:13 UTC 

vhost-kernel net on pasta: from 26 to 37Gbit/s
 2025-05-21 10:35 UTC  (5+ messages)

[PATCH 0/1] selinux: Transition to pasta_t in containers
 2025-05-20 16:08 UTC  (17+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] "
` [PATCH v2 1/1] "
              ` [PATCH v3 0/1] "
              ` [PATCH v3 1/1] "

[PATCH] Correct various function comment headers
 2025-05-19  8:52 UTC 

[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  (6+ messages)
` [PATCH 1/4] dhcpv6: fix GCC error (unterminated-string-initialization)
` [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 

[PATCH] flow: fix podman issue #26073
 2025-05-12  8:53 UTC  (2+ messages)

[PATCH] flow: fix wrong macro name in comments
 2025-05-08 14:54 UTC  (3+ messages)

passt: new version 2025_05_07.eea8a76 available
 2025-05-08 11:10 UTC 

[PATCH 00/12] Use connect()ed sockets for both sides of UDP flows
 2025-05-05 19:55 UTC  (7+ messages)
` [PATCH 04/12] udp: Don't bother to batch datagrams from "listening" socket

passt: new version 2025_05_03.587980c available
 2025-05-04 10:44 UTC 

[PATCH] fwd: fix doc typo
 2025-05-03 11:29 UTC  (3+ messages)

[PATCH] udp: Actually discard datagrams we can't forward
 2025-05-03  2:44 UTC  (2+ messages)

[PATCH] flow: fix podman issue #25959
 2025-05-02 17:26 UTC  (2+ messages)

[PATCH 1/1] selinx: Add getattr to class udp_socket
 2025-05-02 17:26 UTC  (2+ messages)

[PATCH] util: Fix typo, ASSSERTION -> ASSERTION
 2025-04-30 15:18 UTC  (2+ messages)

[PATCH] passt-repair: Hide bogus gcc warning from -Og
 2025-04-30 15:01 UTC 

[PATCH] conf: allow --fd 0
 2025-04-28 15:49 UTC  (3+ messages)

[PATCH 0/2] udp: copy ttl or hop limit from socket to tap
 2025-04-24  2:52 UTC  (3+ messages)
` [PATCH 1/2] make ttl parametrized
` [PATCH 2/2] udp: copy incoming packet TTL from socket to tap

[0/2] udp: copy ttl or hop limit from socket to tap
 2025-04-24  2:43 UTC 

[PATCH v2 0/4] Translate source addresses for ICMP errors
 2025-04-22 12:46 UTC  (6+ messages)
` [PATCH v2 1/4] fwd: Split out helpers for port-independent NAT
` [PATCH v2 2/4] treewide: Improve robustness against sockaddrs of unexpected family
` [PATCH v2 3/4] udp: Rework offender address handling in udp_sock_recverr()
` [PATCH v2 4/4] udp: Translate offender addresses for ICMP messages

[PATCH v5 00/29] Introduce discontiguous frames management
 2025-04-17 16:51 UTC  (30+ 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 04/29] tap: Use iov_tail with tap_add_packet()
` [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 08/29] ndp: "
` [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 12/29] tcp: Convert tcp_data_from_tap() "
` [PATCH v5 13/29] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v5 14/29] dhcpv6: Extract sending of NotOnLink status
` [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 19/29] tap: Convert tap4_handler() to iov_tail
` [PATCH v5 20/29] tap: Convert tap6_handler() "
` [PATCH v5 21/29] arp: use iov_tail rather than pool
` [PATCH v5 22/29] dhcp: "
` [PATCH v5 23/29] dhcpv6: "
` [PATCH v5 24/29] icmp: "
` [PATCH v5 25/29] ndp: "
` [PATCH v5 26/29] packet: remove PACKET_POOL() and PACKET_POOL_P()
` [PATCH v5 27/29] packet: remove unused parameter from PACKET_POOL_DECL()
` [PATCH v5 28/29] packet: add memory regions information into pool
` [PATCH v5 29/29] packet: use buf to store iovec array

[PATCH 0/4] Translate source addresses for ICMP errors
 2025-04-17  1:33 UTC  (10+ messages)
` [PATCH 1/4] fwd: Split out helpers for port-independent NAT
` [PATCH 2/4] treewide: Improve robustness against sockaddrs of unexpected family
` [PATCH 3/4] udp: Rework offender address handling in udp_sock_recverr()
` [PATCH 4/4] udp: Translate offender addresses for ICMP messages

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

[PATCH v3 00/20] Introduce discontiguous frames management
 2025-04-16  3:06 UTC  (24+ messages)
` [PATCH v3 01/20] arp: Don't mix incoming and outgoing buffers
` [PATCH v3 02/20] iov: Introduce iov_slice(), iov_tail_slice() and iov_tail_drop()
` [PATCH v3 03/20] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v3 04/20] tap: Use iov_tail with tap_add_packet()
` [PATCH v3 05/20] packet: Use iov_tail with packet_add()
` [PATCH v3 06/20] packet: Add packet_data()
` [PATCH v3 07/20] arp: Convert to iov_tail
` [PATCH v3 08/20] ndp: "
` [PATCH v3 09/20] icmp: "
` [PATCH v3 10/20] udp: "
` [PATCH v3 11/20] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v3 12/20] tcp: Convert tcp_data_from_tap() "
` [PATCH v3 13/20] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v3 14/20] dhcpv6: Extract sending of NotOnLink status
` [PATCH v3 15/20] dhcpv6: Convert to iov_tail
` [PATCH v3 16/20] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v3 17/20] dhcp: Convert to iov_tail
` [PATCH v3 18/20] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v3 19/20] tap: Convert tap4_handler() to iov_tail
` [PATCH v3 20/20] tap: Convert tap6_handler() "

[PATCH 0/7] Assorted fixes for UDP socket and error handling problems
 2025-04-16  0:38 UTC  (13+ messages)
` [PATCH 1/7] udp: Fix breakage of UDP error handling by PKTINFO support
` [PATCH 2/7] udp: Be quieter about errors on UDP receive
` [PATCH 3/7] udp: Pass socket & flow information direction to error handling functions
` [PATCH 4/7] udp: Deal with errors as we go in udp_sock_fwd()
` [PATCH 5/7] udp: Add udp_pktinfo() helper
` [PATCH 6/7] udp: Minor re-organisation of udp_sock_recverr()
` [PATCH 7/7] udp: Propagate errors on listening and brand new sockets

passt: new version 2025_04_15.2340bbf available
 2025-04-15 21:31 UTC 

[PATCH] udp: Fix breakage of UDP error handling by PKTINFO support
 2025-04-15  5:28 UTC  (3+ 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).