[PATCH 0/3] udp: Further preliminaries towards using connected sockets on both sides
2025-04-03 0:02 UTC (6+ messages)
` [PATCH 1/3] udp: Remove redundant udp_at_sidx() call in udp_tap_handler()
` [PATCH 2/3] udp: Simplify updates to UDP flow timestamp
` [PATCH 3/3] udp: Correct some seccomp filter annotations
[PATCH 00/18] Introduce discontiguous frames management
2025-04-02 17:23 UTC (19+ messages)
` [PATCH 01/18] arp: Don't mix incoming and outgoing buffers
` [PATCH 02/18] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH 03/18] tap: Use iov_tail with tap_add_packet()
` [PATCH 04/18] packet: Use iov_tail with packet_add()
` [PATCH 05/18] packet: Add packet_base()
` [PATCH 06/18] arp: Convert to iov_tail
` [PATCH 07/18] ndp: "
` [PATCH 08/18] icmp: "
` [PATCH 09/18] udp: "
` [PATCH 10/18] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH 11/18] tcp: Convert tcp_data_from_tap() "
` [PATCH 12/18] dhcpv6: Convert to iov_tail
` [PATCH 13/18] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH 14/18] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH 15/18] dhcp: Convert to iov_tail
` [PATCH 16/18] tap: "
` [PATCH 17/18] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH 18/18] tap: Convert to iov_tail
[PATCH 0/3] Add vhost-net kernel support
2025-04-02 12:03 UTC (6+ messages)
` [PATCH 1/3] tap: specify the packet pool
` [PATCH 2/3] tap: implement vhost_call_cb
` [PATCH 3/3] tap: add die() on vhost error
[PATCH] passt-repair: Correct off-by-one error verifying name
2025-04-02 7:00 UTC (2+ messages)
[PATCH 0/4] RFC: bind() migrated connections in repair mode
2025-04-02 7:00 UTC (6+ messages)
` [PATCH 1/4] platform requirements: Fix clang-tidy warning
` [PATCH 2/4] platform requirements: Add attributes to die() function
` [PATCH 3/4] platform requirements: Add test for address conflicts with TCP_REPAIR
` [PATCH 4/4] migrate, tcp: bind() migrated sockets in repair mode
[PATCH v3] udp: support traceroute
2025-03-31 5:23 UTC (2+ messages)
[PATCH v2] pasta, passt-repair: Support multiple events per read() in inotify handlers
2025-03-30 5:53 UTC (3+ messages)
[PATCH v2 0/2] udp: Fix some minor warts in the ICMP error propagation code
2025-03-28 14:29 UTC (4+ messages)
` [PATCH v2 1/2] udp: Don't attempt to forward ICMP socket errors to other sockets
` [PATCH v2 2/2] udp: Improve name of UDP related ICMP sending functions
[RFC PATCH] pasta, passt-repair: Support multiple events per read() in inotify handlers
2025-03-28 9:32 UTC (4+ messages)
[PATCH v2 0/2] udp: add guest-to-remote traceroute
2025-03-28 1:50 UTC (4+ messages)
` [PATCH v2 1/2] Add ttl to outgoing flow structure lookups
` [PATCH v2 2/2] udp: support traceroute with udp
[PATCH v2] udp: correct source address for ICMP messages
2025-03-27 4:43 UTC (3+ messages)
[PATCH v2 0/7] UDP flow socket preliminaries
2025-03-26 23:11 UTC (11+ messages)
` [PATCH v2 1/7] udp: Common invocation of udp_sock_errs() for vhost-user and "buf" paths
` [PATCH v2 2/7] udp: Simplify checking of epoll event bits
` [PATCH v2 3/7] udp_vu: Factor things out of udp_vu_reply_sock_data() loop
` [PATCH v2 4/7] udp: Share more logic between vu and non-vu reply socket paths
` [PATCH v2 5/7] udp: Better handling of failure to forward from reply socket
` [PATCH v2 6/7] udp: Always hash socket facing flowsides
` [PATCH v2 7/7] udp: Add helper function for creating connected UDP socket
[PATCH 0/2] udp: Fix some minor warts in the ICMP error propagation code
2025-03-26 22:24 UTC (6+ messages)
` [PATCH 1/2] udp: Don't attempt to forward ICMP socket errors to other sockets
` [PATCH 2/2] udp: Improve name of UDP related ICMP sending functions
[PATCH] build: normalize arm targets
2025-03-26 22:15 UTC (5+ messages)
[PATCH] build: normalize arm targets
2025-03-26 20:38 UTC
[PATCH 0/4] UDP flow socket preliminaries
2025-03-25 3:00 UTC (5+ messages)
` [PATCH 1/4] udp: Common invocation of udp_sock_errs() for vhost-user and "buf" paths
` [PATCH 2/4] udp: Simplify checking of epoll event bits
` [PATCH 3/4] udp_vu: Factor things out of udp_vu_reply_sock_data() loop
` [PATCH 4/4] udp: Share more logic between vu and non-vu reply socket paths
[PATCH v2 00/11] Improve robustness of calculations related to frame size limits
2025-03-20 22:32 UTC (13+ messages)
` [PATCH v2 01/11] vu_common: Tighten vu_packet_check_range()
` [PATCH v2 02/11] packet: More cautious checks to avoid pointer arithmetic UB
` [PATCH v2 03/11] tap: Make size of pool_tap[46] purely a tuning parameter
` [PATCH v2 04/11] tap: Clarify calculation of TAP_MSGS
` [PATCH v2 05/11] packet: Correct type of PACKET_MAX_LEN
` [PATCH v2 06/11] packet: Avoid integer overflows in packet_get_do()
` [PATCH v2 07/11] packet: Move checks against PACKET_MAX_LEN to packet_check_range()
` [PATCH v2 08/11] packet: Rework packet_get() versus packet_get_try()
` [PATCH v2 09/11] util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers
` [PATCH v2 10/11] packet: ASSERT on signs of pool corruption
` [PATCH v2 11/11] packet: Upgrade severity of most packet errors
passt: new version 2025_03_20.32f6212 available
2025-03-20 13:58 UTC
[PATCH] tcp: Flush socket before checking for more data in active close state
2025-03-20 0:33 UTC (2+ messages)
[PATCH] conf: Include libgen.h for basename(), fix build against musl
2025-03-20 0:16 UTC (2+ messages)
[PATCH] Makefile: Enable -Wformat-security
2025-03-20 0:15 UTC (2+ messages)
[PATCH 0/3] Fix migration bugs
2025-03-19 16:17 UTC (5+ messages)
` [PATCH 1/3] migrate, tcp: More careful marshalling of mss parameter during migration
` [PATCH 2/3] migrate, tcp: Migrate RFC7323 timestamp
` [PATCH 3/3] migrate: Bump migration version number
[PATCH 0/2] udp: add guest-to-remote traceroute for IPv4
2025-03-19 5:26 UTC (7+ messages)
` [PATCH 1/2] udp: correct source address for ICMP messages
` [PATCH 2/2] udp: support traceroute for IPv4
Migration failure across bridge
2025-03-19 5:22 UTC (3+ messages)
[PATCH] passt-repair: Fix build with -Werror=format-security
2025-03-19 0:36 UTC (2+ messages)
[PATCH v2] conf: Unify several paths in conf_ports()
2025-03-18 17:46 UTC (7+ messages)
Testing vhost-user with "virtio-net: tweak for better TX performance in NAPI mode"
2025-03-18 16:33 UTC (2+ messages)
Migration testing with different host IPs
2025-03-16 2:58 UTC (2+ messages)
[PATCH v2 1/4] test focus
2025-03-14 23:50 UTC (6+ messages)
` [PATCH v2 2/4] hack: stop on fail, but not perf fail
` [PATCH v2 3/4] make passt dumpable
` [PATCH v2 4/4] tcp, flow: Better use flow specific logging heleprs
[PATCH 0/4] Improve robustness of calculations related to frame size limits
2025-03-13 5:40 UTC (5+ messages)
` [PATCH 1/4] vu_common: Tighten vu_packet_check_range()
` [PATCH 2/4] packet: More cautious checks to avoid pointer arithmetic UB
` [PATCH 3/4] tap: Make size of pool_tap[46] purely a tuning parameter
` [PATCH 4/4] tap: Clarify calculation of TAP_MSGS
[PATCH v2] flow, repair: Wait for a short while for passt-repair to connect
2025-03-13 3:03 UTC (6+ messages)
[PATCH] tcp, flow: Better use flow specific logging heleprs
2025-03-13 2:55 UTC (3+ messages)
[PATCH] test/perf: Simplify iperf3 server lifetime management
2025-03-12 23:04 UTC (2+ messages)
[PATCH v2 0/9] Improve handling of MTU limits
2025-03-12 23:04 UTC (11+ messages)
` [PATCH v2 1/9] conf: Use the same optstring for passt and pasta modes
` [PATCH v2 2/9] conf: Move mode detection into helper function
` [PATCH v2 3/9] conf: Detect vhost-user mode earlier
` [PATCH v2 4/9] packet: Give explicit name to maximum packet size
` [PATCH v2 5/9] packet: Remove redundant TAP_BUF_BYTES define
` [PATCH v2 6/9] tap: Use explicit defines for maximum length of L2 frame
` [PATCH v2 7/9] Simplify sizing of pkt_buf
` [PATCH v2 8/9] pcap: Correctly set snaplen based on tap backend type
` [PATCH v2 9/9] conf: Limit maximum MTU based on backend frame size
[PATCH 0/9] Improve handling of MTU limits
2025-03-12 0:56 UTC (14+ messages)
` [PATCH 1/9] conf: Use the same optstring for passt and pasta modes
` [PATCH 2/9] conf: Move mode detection into helper function
` [PATCH 3/9] conf: Detect vhost-user mode earlier
` [PATCH 4/9] packet: Give explicit name to maximum packet size
` [PATCH 5/9] packet: Remove redundant TAP_BUF_BYTES define
` [PATCH 6/9] tap: Use explicit defines for maximum length of L2 frame
` [PATCH 7/9] Simplify sizing of pkt_buf
` [PATCH 8/9] pcap: Correctly set snaplen based on tap backend type
` [PATCH 9/9] conf: Limit maximum MTU based on backend frame size
[PATCH] passt-repair: Add directory watch
2025-03-12 0:31 UTC (4+ messages)
[PATCH] flow, repair: Wait for a short while for passt-repair to connect
2025-03-07 8:34 UTC (4+ messages)
[PATCH v4 0/1] Improve validation of --mtu option
2025-03-07 6:30 UTC (2+ messages)
[PATCH 0/6] Deal with a bunch of staticFunction warnings from cppcheck 2.17
2025-03-07 6:30 UTC (2+ messages)
[PATCH v11 0/4] Reconstruct incoming ICMP headers for failed UDP connect and forward back
2025-03-07 6:30 UTC (6+ messages)
` [PATCH v11 1/4] tap: break out building of udp header from tap_udp4_send function
` [PATCH v11 2/4] udp: create and send ICMPv4 to local peer when applicable
` [PATCH v11 3/4] tap: break out building of udp header from tap_udp6_send function
` [PATCH v11 4/4] udp: create and send ICMPv6 to local peer when applicable
Apparmor (and other) Issues
2025-03-06 8:58 UTC (11+ messages)
[PATCH v2 0/3] Tweaks to mode handling
2025-03-06 5:37 UTC (2+ messages)
` [PATCH v2 2/3] conf: Move mode detection into helper function
page: next (older)
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).