messages from 2024-04-23 08:09:44 to 2024-05-15 23:10:56 UTC [more...]
[PATCH v4 0/3] Support for SO_PEEK_OFF socket option
2024-05-15 23:10 UTC (8+ messages)
` [PATCH v4 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v4 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v4 3/3] tcp: allow retransmit when peer receive window is zero
[PATCH v4] tcp: move seq_to_tap update to when frame is queued
2024-05-15 15:19 UTC (4+ messages)
[PATCH v3 0/3] Support for SO_PEEK_OFF socket option
2024-05-14 21:09 UTC (13+ messages)
` [PATCH v3 1/3] tcp: move seq_to_tap update to when frame is queued
` [PATCH v3 2/3] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v3 3/3] tcp: allow retransmit when peer receive window is zero
[PATCH v5 00/19] RFC: Unified flow table
2024-05-14 1:03 UTC (20+ messages)
` [PATCH v5 01/19] flow: Clarify and enforce flow state transitions
` [PATCH v5 02/19] flow: Make side 0 always be the initiating side
` [PATCH v5 03/19] flow: Record the pifs for each side of each flow
` [PATCH v5 04/19] tcp: Remove interim 'tapside' field from connection
` [PATCH v5 05/19] flow: Common data structures for tracking flow addresses
` [PATCH v5 06/19] flow: Populate address information for initiating side
` [PATCH v5 07/19] flow: Populate address information for non-initiating side
` [PATCH v5 08/19] tcp, flow: Remove redundant information, repack connection structures
` [PATCH v5 09/19] tcp: Obtain guest address from flowside
` [PATCH v5 10/19] tcp: Simplify endpoint validation using flowside information
` [PATCH v5 11/19] tcp_splice: Eliminate SPLICE_V6 flag
` [PATCH v5 12/19] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v5 13/19] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v5 14/19] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v5 15/19] icmp: Use flowsides as the source of truth wherever possible
` [PATCH v5 16/19] icmp: Look up ping flows using flow hash
` [PATCH v5 17/19] icmp: Eliminate icmp_id_map
` [PATCH v5 18/19] flow, tcp: Flow based NAT and port forwarding for TCP
` [PATCH v5 19/19] flow, icmp: Use general flow forwarding rules for ICMP
[PATCH v4 00/16] RFC: Unified flow table
2024-05-14 0:18 UTC (23+ messages)
` [PATCH v4 01/16] flow: Common data structures for tracking flow addresses
` [PATCH v4 02/16] tcp: Maintain flowside information for "tap" connections
` [PATCH v4 03/16] tcp_splice: Maintain flowside information for spliced connections
` [PATCH v4 04/16] tcp: Obtain guest address from flowside
` [PATCH v4 05/16] tcp: Simplify endpoint validation using flowside information
` [PATCH v4 06/16] tcp, tcp_splice: Construct sockaddrs for connect() from flowside
` [PATCH v4 07/16] tcp_splice: Eliminate SPLICE_V6 flag
` [PATCH v4 08/16] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v4 09/16] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v4 10/16] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v4 11/16] icmp: Populate flowside information
` [PATCH v4 12/16] icmp: Use flowsides as the source of truth wherever possible
` [PATCH v4 13/16] icmp: Look up ping flows using flow hash
` [PATCH v4 14/16] icmp: Eliminate icmp_id_map
` [PATCH v4 15/16] flow, tcp: flow based NAT and port forwarding for TCP
` [PATCH v4 16/16] flow, icmp: Use general flow forwarding rules for ICMP
[PATCH] apparmor: allow netns paths on /tmp
2024-05-13 21:37 UTC (2+ messages)
[PATCH v2 0/2] LLVM 18.1.1 / Fedora 40 clang-tidy fixes
2024-05-13 21:36 UTC (4+ messages)
` [PATCH v2 1/2] conf: Fix clang-tidy warning about using an undefined enum value
` [PATCH v2 2/2] clang-tidy: Suppress macro to enum conversion warnings
[PATCH] passt.c: explicitly include libgen.h for basename
2024-05-13 21:36 UTC (3+ messages)
Setting hostname while spawning pasta
2024-05-13 16:02 UTC (7+ messages)
[PATCH] tcp: move seq_to_tap update to when frame is queued
2024-05-13 1:32 UTC (5+ messages)
passt: new version 2024_05_10.7288448 available
2024-05-10 20:57 UTC
[PATCH] apparmor: allow read access on /tmp for pasta
2024-05-10 15:37 UTC (2+ messages)
[PATCH] tcp_splice: Set OUT_WAIT_ flag whenever pipe isn't emptied
2024-05-09 0:28 UTC (2+ messages)
[PATCH v2] netlink: Don't duplicate routes referring to unrelated host interfaces
2024-05-06 7:22 UTC (2+ messages)
[PATCH v2 0/2] SO_PEEK_OFF support
2024-05-06 7:15 UTC (10+ messages)
` [PATCH v2 1/2] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH v2 2/2] tcp: allow retransmit when peer receive window is zero
[PATCH v2 0/7] Rework UDP buffers
2024-05-02 14:52 UTC (9+ messages)
` [PATCH v2 1/7] test: Allow sftp via vsock-ssh in tests
` [PATCH v2 2/7] udp: Split tap-bound UDP packets into multiple buffers using io vector
` [PATCH v2 3/7] udp: Combine initialisation of IPv4 and IPv6 iovs
` [PATCH v2 4/7] udp: Explicitly set checksum in guest-bound UDP headers
` [PATCH v2 5/7] udp: Share payload buffers between IPv4 and IPv6
` [PATCH v2 6/7] udp: Use the same buffer for the L2 header for all frames
` [PATCH v2 7/7] udp: Single buffer for IPv4, IPv6 headers and metadata
[PATCH v2 00/10] Small improvements to IOV handling
2024-05-02 14:52 UTC (12+ messages)
` [PATCH v2 01/10] checksum: Use proto_ipv6_header_psum() for ICMPv6 as well
` [PATCH v2 02/10] tap: Split tap specific and L2 (ethernet) headers
` [PATCH v2 03/10] tap: Remove unused structs tap_msg, tap_l4_msg
` [PATCH v2 04/10] treewide: Remove misleading and redundant endianness notes
` [PATCH v2 05/10] checksum: Make csum_ip4_header() take a host endian length
` [PATCH v2 06/10] treewide: Standardise variable names for various packet lengths
` [PATCH v2 07/10] tcp: Simplify packet length calculation when preparing headers
` [PATCH v2 08/10] tap, tcp: (Re-)abstract TAP specific header handling
` [PATCH v2 09/10] iov: Helper macro to construct iovs covering existing variables or fields
` [PATCH v2 10/10] tcp: Update tap specific header too in tcp_fill_headers[46]()
[PATCH 0/2] netlink: Don't duplicate routes with mismatching interfaces
2024-05-01 6:33 UTC (5+ messages)
` [PATCH 1/2] netlink: Fix iterations over nexthop objects
` [PATCH 2/2] netlink: Don't duplicate routes referring to unrelated host interfaces
[PATCH 0/7] Rework UDP buffers
2024-05-01 2:54 UTC (14+ messages)
` [PATCH 1/7] test: Allow sftp via vsock-ssh in tests
` [PATCH 2/7] udp: Split tap-bound UDP packets into multiple buffers using io vector
` [PATCH 3/7] udp: Combine initialisation of IPv4 and IPv6 iovs
` [PATCH 4/7] udp: Explicitly set checksum in guest-bound UDP headers
` [PATCH 5/7] udp: Share payload buffers between IPv4 and IPv6
` [PATCH 6/7] udp: Use the same buffer for the L2 header for all frames
` [PATCH 7/7] udp: Single buffer for IPv4, IPv6 headers and metadata
[PATCH 0/7] Small improvements to IOV handling
2024-05-01 0:10 UTC (18+ messages)
` [PATCH 1/7] checksum: Use proto_ipv6_header_psum() for ICMPv6 as well
` [PATCH 2/7] tap: Split tap specific and L2 (ethernet) headers
` [PATCH 3/7] treewide: Standardise variable names for various packet lengths
` [PATCH 4/7] tcp: Simplify packet length calculation when preparing headers
` [PATCH 5/7] tap, tcp: (Re-)abstract TAP specific header handling
` [PATCH 6/7] iov: Helper macro to construct iovs covering existing variables or fields
` [PATCH 7/7] tcp: Update tap specific header too in tcp_fill_headers[46]()
[PATCH 0/2] Support for SO_PEEK_OFF when a available
2024-04-29 1:46 UTC (15+ messages)
` [PATCH 1/2] tcp: leverage support of SO_PEEK_OFF socket option when available
` [PATCH 2/2] tcp: allow retransmit when peer receive window is zero
passt: new version 2024_04_26.d03c4e2 available
2024-04-26 7:47 UTC
[PATCH v2 0/4] mbuto: Assorted fixes and simplifications
2024-04-26 6:14 UTC (6+ messages)
` [PATCH v2 1/4] ${wd} is always set, no need to test for it
` [PATCH v2 2/4] Remove stale archivemount support
` [PATCH v2 3/4] Split "auto" compression mode into its own path
` [PATCH v2 4/4] Remove unnecessary cpio_init function
[PATCH] netlink: For IPv4, IFA_LOCAL is the interface address, not IFA_ADDRESS
2024-04-26 3:23 UTC (2+ messages)
[PATCH 0/4] mbuto: Assorted fixes and simplifications
2024-04-26 1:46 UTC (15+ messages)
` [PATCH 2/4] Remove stale archivemount support
` [PATCH 3/4] Split "auto" compression mode into its own path
` [PATCH 4/4] Remove unnecessary cpio_init function
[PATCH] netlink: Use IFA_F_NODAD also while duplicating addresses from the host
2024-04-26 1:13 UTC (2+ messages)
[PATCH 0/2] Fixes for logging tests
2024-04-24 22:02 UTC (5+ messages)
` [PATCH 1/2] test: Slight simplification to pasta log tests
` [PATCH 2/2] test: Make log truncation test more robust
[PATCH] udp: Correctly look up outbound socket with port remappings
2024-04-24 22:01 UTC (2+ messages)
[PATCH] netlink: Drop point-to-point peer information when we copy addresses
2024-04-23 8:09 UTC (3+ messages)
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).