public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
[PATCH v2 00/20] Introduce discontiguous frames management
 2025-04-11 13:10 UTC  (21+ messages)
` [PATCH v2 01/20] arp: Don't mix incoming and outgoing buffers
` [PATCH v2 02/20] iov: Introduce iov_tail_drop() and iov_slice()
` [PATCH v2 03/20] iov: Update IOV_REMOVE_HEADER() and IOV_PEEK_HEADER()
` [PATCH v2 04/20] tap: Use iov_tail with tap_add_packet()
` [PATCH v2 05/20] packet: Use iov_tail with packet_add()
` [PATCH v2 06/20] packet: Add packet_base()
` [PATCH v2 07/20] arp: Convert to iov_tail
` [PATCH v2 08/20] ndp: "
` [PATCH v2 09/20] icmp: "
` [PATCH v2 10/20] udp: "
` [PATCH v2 11/20] tcp: Convert tcp_tap_handler() to use iov_tail
` [PATCH v2 12/20] tcp: Convert tcp_data_from_tap() "
` [PATCH v2 13/20] dhcpv6: move offset initialization out of dhcpv6_opt()
` [PATCH v2 14/20] dhcpv6: Extract sending of NotOnLink status
` [PATCH v2 15/20] dhcpv6: Convert to iov_tail
` [PATCH v2 16/20] dhcpv6: Use iov_tail in dhcpv6_opt()
` [PATCH v2 17/20] dhcp: Convert to iov_tail
` [PATCH v2 18/20] ip: Use iov_tail in ipv6_l4hdr()
` [PATCH v2 19/20] tap: Convert tap4_handler() to iov_tail
` [PATCH v2 20/20] tap: Convert tap6_handler() "

[PATCH 0/2] Fix --dns-forward with --no-map-gw
 2025-04-11  9:14 UTC  (3+ messages)
` [PATCH 1/2] conf: Split add_dns_resolv() into separate IPv4 and IPv6 versions
` [PATCH 2/2] conf: Honour --dns-forward for local resolver even with --no-map-gw

tcp_splice SO_RCVLOWAT code; never invoked?
 2025-04-11  6:15 UTC  (3+ messages)

[PATCH 0/3] Properly preseve local addresses for UDP flows
 2025-04-11  5:03 UTC  (5+ messages)
` [PATCH 1/3] udp: Use PKTINFO cmsgs to get destination address for received datagrams
` [PATCH 2/3] inany: Improve ASSERT message for bad socket family
` [PATCH 3/3] udp, udp_flow: Track our specific address on socket interfaces

[PATCH 0/2] Fix bugs in tcp_splice_sock_handler()
 2025-04-09 22:41 UTC  (4+ messages)
` [PATCH 1/2] tcp_splice: Don't double could bytes read on EINTR
` [PATCH 2/2] tcp_splice: Don't clobber errno before checking for EAGAIN

[PATCH] conf: Add missing return in conf_nat(), fix --map-guest-addr none
 2025-04-08  6:39 UTC  (2+ messages)

[PATCH] udp_flow: Save 8 bytes in struct udp_flow on 64-bit architectures
 2025-04-08  6:39 UTC  (2+ messages)

[PATCH 00/12] Use connect()ed sockets for both sides of UDP flows
 2025-04-07 23:50 UTC  (21+ messages)
` [PATCH 01/12] udp: Use connect()ed sockets for initiating side
` [PATCH 02/12] udp: Make udp_sock_recv() take max number of frames as a parameter
` [PATCH 03/12] udp: Polish udp_vu_sock_info() and remove from vu specific code
` [PATCH 04/12] udp: Don't bother to batch datagrams from "listening" socket
` [PATCH 05/12] udp: Parameterize number of datagrams handled by udp_*_reply_sock_data()
` [PATCH 06/12] udp: Split spliced forwarding path from udp_buf_reply_sock_data()
` [PATCH 07/12] udp: Merge vhost-user and "buf" listening socket paths
` [PATCH 08/12] udp: Move UDP_MAX_FRAMES to udp.c
` [PATCH 09/12] udp_flow: Take pif and port as explicit parameters to udp_flow_from_sock()
` [PATCH 10/12] udp: Rework udp_listen_sock_data() into udp_sock_fwd()
` [PATCH 11/12] udp: Fold udp_splice_prepare and udp_splice_send into udp_sock_to_sock
` [PATCH 12/12] udp_flow: Don't discard packets that arrive between bind() and connect()

[PATCH v7] udp: support traceroute in direction tap-socket
 2025-04-07 21:49 UTC  (3+ messages)

[PATCH v6] udp: support traceroute in direction tap-socket
 2025-04-04 21:21 UTC 

[PATCH v4] udp: support traceroute
 2025-04-04 14:03 UTC  (10+ messages)

[PATCH v5] udp: support traceroute
 2025-04-04 11:11 UTC  (5+ messages)

[PATCH] passt-repair: Ensure that read buffer is NULL-terminated
 2025-04-03 23:34 UTC  (2+ messages)

[PATCH 00/18] Introduce discontiguous frames management
 2025-04-03 23:26 UTC  (37+ 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-03  6:40 UTC  (13+ 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 0/3] udp: Further preliminaries towards using connected sockets on both sides
 2025-04-03  4:24 UTC  (7+ 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] 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  (2+ messages)

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)


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