public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2023-11-29 13:58:50 to 2023-12-28 05:58:47 UTC [more...]

[PATCH] netlink: nl_addr_get() returns 0, not 9, on success
 2023-12-28  2:47 UTC  (2+ messages)

[PATCH 0/8] Small cleanups related to addresses and binding
 2023-12-28  2:42 UTC  (13+ messages)
` [PATCH 1/8] tcp: Fix address type for tcp_sock_init_af()
` [PATCH 2/8] treewide: Use IN4ADDR_LOOPBACK_INIT more widely
` [PATCH 3/8] treewide: Add IN4ADDR_ANY_INIT macro
` [PATCH 4/8] util: Use htonl_constant() in more places
` [PATCH 5/8] util: Improve sockaddr initialisation in sock_l4()
` [PATCH 6/8] icmp: Avoid unnecessary handling of unspecified bind address
` [PATCH 7/8] treewide: Avoid in_addr_t
` [PATCH 8/8] util: Make sock_l4() treat empty string ifname like NULL

[PATCH v2] test: make passt.mbuto script more robust
 2023-12-27 20:25 UTC  (3+ messages)

[PATCH] tcp: make tcp_sock_set_bufsize() static (again)
 2023-12-27 20:25 UTC  (3+ messages)

[PATCH] checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do
 2023-12-27 20:24 UTC  (2+ messages)

[PATCH v2 0/4] TCP hash table changes, in preparation for flow table
 2023-12-27 20:23 UTC  (6+ messages)
` [PATCH v2 1/4] tcp: Fix conceptually incorrect byte-order switch in tcp_tap_handler()
` [PATCH v2 2/4] tcp: Switch hash table to linear probing instead of chaining
` [PATCH v2 3/4] tcp: Implement hash table with indices rather than pointers
` [PATCH v2 4/4] tcp: Don't account for hash table size in tcp_hash()

[PATCH v2] README: Default SLAAC prefix comes from address (not prefix) on host
 2023-12-27 16:37 UTC 

[PATCH] netlink: Fetch most specific (longest prefix) address in nl_addr_get()
 2023-12-27 15:53 UTC 

[PATCH] README: Default SLAAC prefix comes from address (not prefix) on host
 2023-12-27 15:53 UTC 

[PATCH] flow: Add missing include, stdio.h
 2023-12-27  3:41 UTC  (2+ messages)

[PATCH] tcp: Cast timeval fields to unsigned long long for printing
 2023-12-27  3:40 UTC  (2+ messages)

[PATCH] README: Update "Availability" section
 2023-12-27  3:38 UTC  (2+ messages)

[PATCH v3 00/15] RFC: Unified flow table
 2023-12-21  7:02 UTC  (16+ messages)
` [PATCH v3 01/15] flow: Common data structures for tracking flow addresses
` [PATCH v3 02/15] tcp, flow: Maintain guest side flow information
` [PATCH v3 03/15] tcp, flow: Maintain host "
` [PATCH v3 04/15] tcp_splice,flow: Maintain flow information for spliced connections
` [PATCH v3 05/15] flow, tcp, tcp_splice: Uniform debug helpers for new flows
` [PATCH v3 06/15] tcp, flow: Replace TCP specific hash function with general flow hash
` [PATCH v3 07/15] flow: Add helper to determine a flow's protocol
` [PATCH v3 08/15] flow, tcp: Generalise TCP hash table to general flow hash table
` [PATCH v3 09/15] tcp: Re-use flow hash for initial sequence number generation
` [PATCH v3 10/15] icmp: Store ping socket information in the flow table
` [PATCH v3 11/15] icmp: Populate guest side information for ping flows
` [PATCH v3 12/15] icmp: Populate and use host side flow information
` [PATCH v3 13/15] icmp: Use 'flowside' epoll references for ping sockets
` [PATCH v3 14/15] icmp: Merge EPOLL_TYPE_ICMP and EPOLL_TYPE_ICMPV6
` [PATCH v3 15/15] icmp: Eliminate icmp_id_map

[PATCH v2 00/12] RFC: ICMP reworks preliminary to flow table integration
 2023-12-21  6:53 UTC  (13+ messages)
` [PATCH v2 01/12] checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do
` [PATCH v2 02/12] icmp: Don't set "port" on destination sockaddr for ping sockets
` [PATCH v2 03/12] icmp: Remove redundant initialisation of sendto() address
` [PATCH v2 04/12] icmp: Don't attempt to handle "wrong direction" ping socket traffic
` [PATCH v2 05/12] icmp: Don't attempt to match host IDs to guest IDs
` [PATCH v2 06/12] icmp: Use -1 to represent "missing" sockets
` [PATCH v2 07/12] icmp: Simplify socket expiry scanning
` [PATCH v2 08/12] icmp: Share more between IPv4 and IPv6 paths in icmp_tap_handler()
` [PATCH v2 09/12] icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler()
` [PATCH v2 10/12] icmp: Warn on receive errors from ping sockets
` [PATCH v2 11/12] icmp: Validate packets received on "
` [PATCH v2 12/12] icmp: Dedicated functions for starting and closing ping sequences

[PATCH v3 00/13] Manage more flow related things from generic flow code
 2023-12-21  6:15 UTC  (14+ messages)
` [PATCH v3 01/13] flow: Make flow_table.h #include the protocol specific headers it needs
` [PATCH v3 02/13] treewide: Standardise on 'now' for current timestamp variables
` [PATCH v3 03/13] tcp, tcp_splice: Remove redundant handling from tcp_timer()
` [PATCH v3 04/13] tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
` [PATCH v3 05/13] flow, tcp: Add flow-centric dispatch for deferred flow handling
` [PATCH v3 06/13] flow, tcp: Add handling for per-flow timers
` [PATCH v3 07/13] epoll: Better handling of number of epoll types
` [PATCH v3 08/13] tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets
` [PATCH v3 09/13] flow: Move flow_log_() to near top of flow.c
` [PATCH v3 10/13] flow: Move flow_count from context structure to a global
` [PATCH v3 11/13] flow: Abstract allocation of new flows with helper function
` [PATCH v3 12/13] flow: Enforce that freeing of closed flows must happen in deferred handlers
` [PATCH v3 13/13] flow: Avoid moving flow entries to compact table

[PATCH v2 00/13] Manage more flow related things from generic flow code
 2023-12-20  7:09 UTC  (14+ messages)
` [PATCH v2 01/13] flow: Make flow_table.h #include the protocol specific headers it needs
` [PATCH v2 02/13] treewide: Standardise on 'now' for current timestamp variables
` [PATCH v2 03/13] tcp, tcp_splice: Remove redundant handling from tcp_timer()
` [PATCH v2 04/13] tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
` [PATCH v2 05/13] flow, tcp: Add flow-centric dispatch for deferred flow handling
` [PATCH v2 06/13] flow, tcp: Add handling for per-flow timers
` [PATCH v2 07/13] epoll: Better handling of number of epoll types
` [PATCH v2 08/13] tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets
` [PATCH v2 09/13] flow: Move flow_log_() to near top of flow.c
` [PATCH v2 10/13] flow: Move flow_count from context structure to a global
` [PATCH v2 11/13] flow: Abstract helpers for allocating new flows
` [PATCH v2 12/13] flow: Enforce that freeing of closed flows must happen in deferred handlers
` [PATCH v2 13/13] flow: Avoid moving flow entries to compact table

[PATCH 00/11] RFC: ICMP reworks preliminary to flow table integration
 2023-12-18  7:40 UTC  (12+ messages)
` [PATCH 01/11] checksum: Don't use linux/icmp.h when netinet/ip_icmp.h will do
` [PATCH 02/11] icmp: Don't set "port" on destination sockaddr for ping sockets
` [PATCH 03/11] icmp: Remove redundant initialisation of sendto() address
` [PATCH 04/11] icmp: Don't attempt to handle "wrong direction" ping socket traffic
` [PATCH 05/11] icmp: Don't attempt to match host IDs to guest IDs
` [PATCH 06/11] icmp: Use -1 to represent "missing" sockets
` [PATCH 07/11] icmp: Simplify socket expiry scanning
` [PATCH 08/11] icmp: Share more between IPv4 and IPv6 paths in icmp_tap_handler()
` [PATCH 09/11] icmp: Consolidate icmp_sock_handler() with icmpv6_sock_handler()
` [PATCH 10/11] icmp: Warn on receive errors from ping sockets
` [PATCH 11/11] icmp: Validate packets received on "

[PATCH 0/8] Improve flow table based dispatch of timers and other handlers
 2023-12-14  2:15 UTC  (9+ messages)
` [PATCH 1/8] flow: Make flow_table.h #include the protocol specific headers it needs
` [PATCH 2/8] treewide: Standardise on 'now' for current timestamp variables
` [PATCH 3/8] tcp, tcp_splice: Remove redundant handling from tcp_timer()
` [PATCH 4/8] tcp, tcp_splice: Move per-type cleanup logic into per-type helpers
` [PATCH 5/8] flow, tcp: Add flow-centric dispatch for deferred flow handling
` [PATCH 6/8] flow, tcp: Add handling for per-flow timers
` [PATCH 7/8] epoll: Better handling of number of epoll types
` [PATCH 8/8] tcp, tcp_splice: Avoid double layered dispatch for connected TCP sockets

test: make passt.mbuto script more robust
 2023-12-12 14:53 UTC  (4+ messages)

[PATCH] test: Select first reported IPv6 address for guest/host comparison
 2023-12-11 22:28 UTC  (4+ messages)

[PATCH 0/3] RFC: TCP hash change changes, in preparation for flow table
 2023-12-11  9:00 UTC  (11+ messages)
` [PATCH 1/3] tcp: Switch hash table to linear probing instead of chaining
` [PATCH 2/3] tcp: Implement hash table with indices rather than pointers
` [PATCH 3/3] tcp: Don't account for hash table size in tcp_hash()

[PATCH] ndp: Extend lifetime of prefix, router, RDNSS and search list
 2023-12-11  2:09 UTC  (2+ messages)

[PATCH] test: Make handling of shell prompts with escapes a little more reliable
 2023-12-07  6:26 UTC  (4+ messages)

[RFC net-next v2] tcp: add support for read with offset when using MSG_PEEK
 2023-12-06 18:02 UTC  (3+ messages)

tcp.c: leverage MSG_PEEK with offset kernel capability when available
 2023-12-06 17:06 UTC  (5+ messages)

tcp: add support for read with offset when using MSG_PEEK
 2023-12-05 23:01 UTC 

passt: new version 2023_12_04.b86afe3 available
 2023-12-04 10:33 UTC 

[PATCH v3 00/16] Introduce unified flow table, first steps
 2023-12-04  9:54 UTC  (25+ messages)
` [PATCH v3 01/16] treewide: Add messages to static_assert() calls
` [PATCH v3 02/16] flow, tcp: Generalise connection types
` [PATCH v3 03/16] flow, tcp: Move TCP connection table to unified flow table
` [PATCH v3 04/16] flow, tcp: Consolidate flow pointer<->index helpers
` [PATCH v3 05/16] util: MAX_FROM_BITS() should be unsigned
` [PATCH v3 06/16] flow: Make unified version of flow table compaction
` [PATCH v3 07/16] flow, tcp: Add logging helpers for connection related messages
` [PATCH v3 08/16] flow: Introduce 'sidx' type to represent one side of one flow
` [PATCH v3 09/16] tcp: Remove unneccessary bounds check in tcp_timer_handler()
` [PATCH v3 10/16] flow,tcp: Generalise TCP epoll_ref to generic flows
` [PATCH v3 11/16] tcp_splice: Use unsigned to represent side
` [PATCH v3 12/16] flow,tcp: Use epoll_ref type including flow and side
` [PATCH v3 13/16] test: Avoid hitting guestfish command length limits
` [PATCH v3 14/16] pif: Add helpers to get the name of a pif
` [PATCH v3 15/16] tcp: "TCP" hash secret doesn't need to be TCP specific
` [PATCH v3 16/16] tcp: Don't defer hash table removal

[PATCH] tcp: remove useless assignment
 2023-12-04  9:54 UTC  (3+ messages)

[PATCH v2 00/11] Introduce unified flow table, first steps
 2023-12-01  0:10 UTC  (9+ messages)
` [PATCH v2 07/11] flow: Introduce 'sidx' type to represent one side of one flow
` [PATCH v2 08/11] tcp: Remove unneccessary bounds check in tcp_timer_handler()

[PATCH v2 0/3] Fix some build warnings and errors for 32-bit and musl
 2023-12-01  0:02 UTC  (6+ messages)
` [PATCH v2 1/3] treewide: Use 'z' length modifier for size_t/ssize_t conversions
` [PATCH v2 2/3] packet: Offset plus length is not always uint32_t, but it's always size_t
` [PATCH v2 3/3] port_fwd, util: Include additional headers to fix build with musl

[PATCH 0/4] Fix build warnings and errors for 32-bit and musl
 2023-11-30 23:13 UTC  (17+ messages)
` [PATCH 1/4] treewide: Use 'z' length modifier for size_t/ssize_t conversions
` [PATCH 2/4] packet: Offset plus length is not always uint32_t, but it's always size_t
` [PATCH 3/4] tcp, tcp_splice: CONN_IDX subtraction of pointers isn't always long
` [PATCH 4/4] port_fwd, util: Include additional headers to fix build with musl


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