messages from 2024-03-20 11:03:29 to 2024-05-03 01:11:45 UTC [more...]
[PATCH v4 00/16] RFC: Unified flow table
2024-05-03 1:11 UTC (6+ 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 06/16] tcp, tcp_splice: Construct sockaddrs for connect() "
[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 v2] netlink: Don't duplicate routes referring to unrelated host interfaces
2024-05-02 6:17 UTC
[PATCH v2 0/2] SO_PEEK_OFF support
2024-05-02 1:31 UTC (4+ 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 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 (16+ messages)
` [PATCH 1/4] ${wd} is always set, no need to test for it
` [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)
[RFC v5] tcp: Replace TCP buffer structure by an iovec array
2024-04-19 10:40 UTC (2+ messages)
[RFC v4] tcp: Replace TCP buffer structure by an iovec array
2024-04-12 17:59 UTC (5+ messages)
[net-next v4] tcp: add support for SO_PEEK_OFF socket option
2024-04-12 3:00 UTC (3+ messages)
[PATCH] conf: We're interested in the MAC address, not in the MAC itself
2024-04-12 2:00 UTC (2+ messages)
[PATCH] pasta, util: Align stack area for clones to maximum natural alignment
2024-04-12 2:00 UTC (2+ messages)
[PATCH v2] conf: Don't fail if the template interface doesn't have a MAC address
2024-04-11 22:24 UTC
[PATCH] treewide: Compilers' name for armv6l and armv7l is "arm"
2024-04-11 22:18 UTC
[PATCH] conf: Don't fail if the template interface doesn't have a MAC address
2024-04-11 22:18 UTC
[net-next 0/2] tcp: add support for SO_PEEK_OFF socket option
2024-04-08 11:13 UTC (10+ messages)
` [net-next 1/2] "
` [net-next 2/2] tcp: correct handling of extreme menory squeeze
[PATCH v2] RFC: Benchmarking script
2024-04-06 3:31 UTC (3+ messages)
passt: new version 2024_04_05.954589b available
2024-04-05 21:31 UTC
[net-next 0/2] tcp: add support for SO_PEEK_OFF socket option
2024-04-05 19:37 UTC (5+ messages)
` [net-next 1/2] "
` [net-next 2/2] tcp: correct handling of extreme menory squeeze
[PATCH v2 0/5] Sandbox test suite and enable podman tests on more hosts
2024-04-05 18:08 UTC (7+ messages)
` [PATCH v2 1/5] cppcheck: Explicitly give files to check
` [PATCH v2 2/5] test: Make sure to update mbuto repository
` [PATCH v2 3/5] test: Build and download podman as a test asset
` [PATCH v2 4/5] test: catatonit may not be in $PATH
` [PATCH v2 5/5] test: Verify that podman tests are using the pasta binary we expect
[PATCH 0/2] Follow up improvements to external interface selection
2024-04-05 18:07 UTC (4+ messages)
` [PATCH 1/2] util: Add helper to return name of address family
` [PATCH 2/2] netlink: Ignore routes to link-local addresses for selecting interface
[PATCH v2] netlink: Adjust interface index inside copied nexthop objects too
2024-04-05 4:15 UTC (2+ messages)
[PATCH] netlink: Adjust interface index inside copied nexthop objects too
2024-04-04 15:12 UTC
[PATCH] README.md: Alpine, Guix and OpenSUSE now have packages for passt
2024-04-04 0:34 UTC (2+ messages)
[PATCH 0/3] Assorted AppArmor policy fixes for passt and pasta
2024-04-03 19:04 UTC (4+ messages)
` [PATCH 1/3] apparmor: Add mount rule with explicit, empty source in passt abstraction
` [PATCH 2/3] apparmor: Expand scope of @{run}/user access, allow writing PID files too
` [PATCH 3/3] apparmor: Fix access to procfs namespace entries in pasta's abstraction
passt: new version 2024_03_26.4988e2b available
2024-03-26 9:41 UTC
[PATCH 0/4] Corrections to seeting of ACK flag in TCP packets
2024-03-26 8:54 UTC (6+ messages)
` [PATCH 1/4] tcp: Split handling of DUP_ACK from ACK
` [PATCH 2/4] tcp: Rearrange logic for setting ACK flag in tcp_send_flag()
` [PATCH 3/4] tcp: Never automatically add the ACK flag to RST packets
` [PATCH 4/4] tcp: Unconditionally force ACK for all !SYN, !RST packets
[PATCH] RFC: Sandbox testsuite in a specified network environment
2024-03-22 2:33 UTC
[RFC v3] tcp: Replace TCP buffer structure by an iovec array
2024-03-21 14:11 UTC (8+ messages)
Interim staging branch
2024-03-21 2:56 UTC
[PATCH 0/3] Make podman tests in testsuite more robust
2024-03-20 13:08 UTC (4+ messages)
` [PATCH 2/3] test: Build and download podman as a test asset
[PATCH] netlink: Fix selection of template interface
2024-03-20 12:49 UTC (5+ messages)
passt: new version 2024_03_20.71dd405 available
2024-03-20 11:19 UTC
[PATCH v2] util: fix confusion between offset in the iovec array and in the entry
2024-03-20 11:03 UTC (2+ 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).