public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
Handling discontinuous packet buffers
 2025-01-29  5:08 UTC 

[PATCH v2 0/8] Draft, incomplete series introducing state migration
 2025-01-29  1:37 UTC  (12+ messages)
` [PATCH v2 1/8] icmp, udp: Pad time_t timestamp to 64-bit to ease "
` [PATCH v2 2/8] flow, flow_table: Pad flow table entries to 128 bytes, hash entries to 32 bits
` [PATCH v2 3/8] flow_table: Use size in extern declaration for flowtab
` [PATCH v2 4/8] util: Add read_remainder() and read_all_buf()
` [PATCH v2 5/8] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH v2 6/8] Introduce passt-repair
` [PATCH v2 7/8] Add interfaces and configuration bits for passt-repair
` [PATCH v2 8/8] flow, tcp: Basic pre-migration source handler to dump sequence numbers

[PATCH 0/7] Draft, incomplete series introducing state migration
 2025-01-29  1:29 UTC  (24+ messages)
` [PATCH 1/7] icmp, udp: Pad time_t timestamp to 64-bit to ease "
` [PATCH 2/7] flow, flow_table: Pad flow table entries to 128 bytes, hash entries to 32 bits
` [PATCH 3/7] tcp_conn: Avoid 7-bit hole in struct tcp_splice_conn
` [PATCH 4/7] flow_table: Use size in extern declaration for flowtab
` [PATCH 5/7] util: Add read_remainder() and read_all_buf()
` [PATCH 6/7] Introduce facilities for guest migration on top of vhost-user infrastructure
` [PATCH 7/7] Introduce passt-repair

[net,v3] tcp: correct handling of extreme memory squeeze
 2025-01-28 17:11 UTC  (8+ messages)

[net,v2] tcp: correct handling of extreme memory squeeze
 2025-01-27 16:37 UTC  (18+ messages)

pasta: set correct flags in reset message when outgoing connection setup fails
 2025-01-25 22:24 UTC  (2+ messages)

[PATCH v2] vhost-user: Implement an empty VHOST_USER_SEND_RARP command
 2025-01-24 21:19 UTC  (2+ messages)

[PATCH] vhost-user: Implement an empty VHOST_USER_SEND_RARP command
 2025-01-24 18:57 UTC  (6+ messages)

[PATCH 0/4] Fixes for EAGAIN/EPOLLIN storm and related issues
 2025-01-24  3:06 UTC  (9+ messages)
` [PATCH 1/4] tcp: Fix ACK sequence getting out of sync on EPOLLOUT wake-up
` [PATCH 2/4] tcp: Don't subscribe to EPOLLOUT events on STALLED
` [PATCH 3/4] tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
` [PATCH 4/4] tcp: Mask EPOLLIN altogether if we're blocked waiting on an ACK from the guest

[PATCH] netlink: Skip loopback interface while looking for a template
 2025-01-24  1:48 UTC  (5+ messages)

[PATCH v9] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-22 13:48 UTC  (7+ messages)

[PATCH v10] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-22 12:14 UTC 

[PATCH] tcp: Set ACK flag on *all* RST segments, even for client in SYN-SENT state
 2025-01-22  3:21 UTC  (2+ messages)

[PATCH] tcp: Set PSH flag for last incoming packets in a batch
 2025-01-22  1:06 UTC  (3+ messages)

passt: new version 2025_01_21.4f2c8e7 available
 2025-01-21 17:28 UTC 

[PATCH] vhost_user: Drop packet with unsupported iovec array
 2025-01-21 14:05 UTC  (2+ messages)

[PATCH v2] tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
 2025-01-21 12:42 UTC  (5+ messages)

[PATCH] vhost_user: remove ASSERT() on iovec number
 2025-01-21 12:18 UTC  (4+ messages)

[PATCH] tcp: Buffer sizes are *not* inherited on accept()/accept4()
 2025-01-21  2:57 UTC  (2+ messages)

[PATCH 0/9] vhost-user: Migration support
 2025-01-20 20:09 UTC  (24+ messages)
` [PATCH 1/9] virtio: Use const pointer for vu_dev
` [PATCH 2/9] vhost-user: update protocol features and commands list
` [PATCH 3/9] vhost-user: add VHOST_USER_SET_LOG_FD command
` [PATCH 5/9] vhost-user: add VHOST_USER_SET_LOG_BASE command
` [PATCH 8/9] vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command

[PATCH] tcp: Disable Nagle's algorithm (set TCP_NODELAY) on all sockets
 2025-01-20 17:28 UTC  (3+ messages)

[net, v2.1] tcp: correct handling of extreme memory squeeze
 2025-01-17 15:55 UTC  (2+ messages)

[net, v2] tcp: correct handling of extreme memory squeeze
 2025-01-16 21:14 UTC  (2+ messages)

[PATCH] tcp: Set EPOLLET when when reading from a socket fails with EAGAIN
 2025-01-16  0:45 UTC  (2+ messages)

[PATCH] vhost_user: fix multibuffer from linux
 2025-01-15 23:51 UTC  (3+ messages)

[PATCH v8] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-14 19:32 UTC  (4+ messages)

[PATCH] test/pasta_podman: Run Podman tests on a single CPU thread
 2025-01-10 23:52 UTC 

[PATCH] checksum: fix checksum with odd base address
 2025-01-10 22:52 UTC  (8+ messages)

[PATCH] tcp: Add missing EPOLLET flag for established sockets
 2025-01-10 10:28 UTC  (5+ messages)

[PATCH v7] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-10  9:44 UTC  (7+ messages)

[PATCH v2 00/12] Cleanups to packet pool handling and sizing
 2025-01-08  4:53 UTC  (28+ messages)
` [PATCH v2 06/12] packet: Don't hard code maximum packet size to UINT16_MAX
` [PATCH v2 07/12] packet: Remove unhelpful packet_get_try() macro
` [PATCH v2 09/12] packet: Distinguish severities of different packet_{add,git}_do() errors
` [PATCH v2 11/12] tap: Don't size pool_tap[46] for the maximum number of packets

[PATCH] tcp_splice: Set (again) TCP_NODELAY on both sides
 2025-01-08  3:43 UTC  (2+ messages)

[PATCH v6] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-08  0:02 UTC  (2+ messages)

[PATCH v5] dhcp, dhcpv6: Add hostname and client fqdn ops
 2025-01-07  9:35 UTC  (5+ messages)

[PATCH] seccomp: Unconditionally allow accept(2) even if accept4(2) is present
 2025-01-03  0:40 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).