messages from 2024-11-25 00:04:23 to 2024-12-21 07:21:16 UTC [more...]
[PATCH 0/3] Cleanups to packet pool handling and sizing
2024-12-21 7:00 UTC (12+ messages)
` [PATCH 1/3] packet: Use flexible array member in struct pool
` [PATCH 2/3] packet: Don't have struct pool specify its buffer
` [PATCH 3/3] tap: Don't size pool_tap[46] for the maximum number of packets
[PATCH 0/9] vhost-user: Migration support
2024-12-20 13:28 UTC (14+ 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 4/9] vhost-user: Pass vu_dev to more virtio functions
` [PATCH 5/9] vhost-user: add VHOST_USER_SET_LOG_BASE command
` [PATCH 6/9] vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_LOG_SHMFD
` [PATCH 7/9] vhost-user: add VHOST_USER_CHECK_DEVICE_STATE command
` [PATCH 8/9] vhost-user: add VHOST_USER_SET_DEVICE_STATE_FD command
` [PATCH 9/9] vhost-user: Report to front-end we support VHOST_USER_PROTOCOL_F_DEVICE_STATE
[PATCH] udp_flow: Don't block multicast and broadcast messages
2024-12-20 12:20 UTC
[PATCH v2 00/12] Cleanups to packet pool handling and sizing
2024-12-20 10:06 UTC (15+ messages)
` [PATCH v2 01/12] test focus
` [PATCH v2 02/12] hack: stop on fail, but not perf fail
` [PATCH v2 03/12] make passt dumpable
` [PATCH v2 04/12] packet: Use flexible array member in struct pool
` [PATCH v2 05/12] packet: Don't pass start and offset separately too packet_check_range()
` [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 08/12] util: Add abort_with_msg() and ASSERT_WITH_MSG() helpers
` [PATCH v2 09/12] packet: Distinguish severities of different packet_{add,git}_do() errors
` [PATCH v2 10/12] packet: Move packet length checks into packet_check_range()
` [PATCH v2 11/12] tap: Don't size pool_tap[46] for the maximum number of packets
` [PATCH v2 12/12] packet: More cautious checks to avoid pointer arithmetic UB
[PATCH] Makefile: Report error and stop if we can't set TARGET
2024-12-20 0:21 UTC (2+ messages)
[PATCH v4] dhcp, dhcpv6: Add hostname and client fqdn ops
2024-12-19 12:06 UTC (6+ messages)
[PATCH v5] dhcp, dhcpv6: Add hostname and client fqdn ops
2024-12-19 11:55 UTC
[PATCH] virtio: Use const pointer for vu_dev
2024-12-16 23:45 UTC (2+ messages)
passt: new version 2024_12_11.09478d5 available
2024-12-12 9:31 UTC
[PATCH] treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
2024-12-11 12:02 UTC (6+ messages)
[PATCH v2] treewide: Dodge dynamic memory allocation in strerror() from glibc > 2.40
2024-12-11 10:51 UTC (3+ messages)
[PATCH v5] pasta: make it possible to disable socket splicing
2024-12-11 10:00 UTC (3+ messages)
[PATCH 1/2] tap: Use a common function to start a new connection
2024-12-10 14:36 UTC (7+ messages)
` [PATCH 2/2] tap: Call vu_init() with --fd
[PATCH v4] pasta: make it possible to disable socket splicing
2024-12-09 10:36 UTC (3+ messages)
[PATCH v3] pasta: make it possible to disable socket splicing
2024-12-05 22:34 UTC (5+ messages)
[PATCH v2] udp_vu: update segment size
2024-12-05 21:46 UTC (2+ messages)
[PATCH 0/2] Fix handling of ICMP flows with 0 id
2024-12-05 21:46 UTC (4+ messages)
` [PATCH 1/2] udp: Improve detail of UDP endpoint sanity checking
` [PATCH 2/2] flow: Remove over-zealous sanity checks in flow_sidx_hash()
[PATCH] udp_vu: update segment size
2024-12-05 1:36 UTC (3+ messages)
[PATCH v14 0/9] Add vhost-user support to passt. (part 3)
2024-12-03 3:51 UTC (19+ messages)
` [PATCH v14 7/9] vhost-user: add vhost-user
[PATCH v2] pasta: make it possible to disable socket splicing
2024-12-03 3:43 UTC (3+ messages)
[PATCH v3] dhcp, dhcpv6: Add hostname and client fqdn ops
2024-12-02 11:47 UTC (3+ messages)
[PATCH] pasta: make it possible to disable socket splicing
2024-11-29 7:43 UTC (6+ messages)
[PATCH] perf/passt_vu_tcp: Make it shine
2024-11-28 14:07 UTC
[PATCH] tcp_vu: Compute IPv4 header checksum if dlen changes
2024-11-28 13:04 UTC (2+ messages)
[PATCH] Makefile: Use make internal string functions
2024-11-28 13:03 UTC (3+ messages)
[PATCH 0/7] TCP buffer handling cleanups (including vhost)
2024-11-28 13:03 UTC (9+ messages)
` [PATCH 1/7] iov: iov tail helpers
` [PATCH 2/7] iov, checksum: Replace csum_iov() with csum_iov_tail()
` [PATCH 3/7] tcp: Pass TCP header and payload separately to tcp_update_check_tcp[46]()
` [PATCH 4/7] tcp: Pass TCP header and payload separately to tcp_fill_headers[46]()
` [PATCH 5/7] tcp: Merge tcp_update_check_tcp[46]()
` [PATCH 6/7] tcp: Merge tcp_fill_headers[46]() with each other
` [PATCH 7/7] tcp_vu: Remove unnecessary tcp_vu_update_check() function
[PATCH] musl: fix conflict on ethhdr definition
2024-11-27 15:45 UTC (6+ messages)
[PATCH] tcp_vu: Change 'dlen' to ssize_t in tcp_vu_data_from_sock()
2024-11-27 14:59 UTC (2+ messages)
passt: new version 2024_11_27.c0fbc7e available
2024-11-27 13:21 UTC
[PATCH v4] treewide: Introduce 'local mode' for disconnected setups
2024-11-27 12:49 UTC (3+ messages)
[PATCH v3] treewide: Introduce 'local mode' for disconnected setups
2024-11-27 12:48 UTC (6+ messages)
[PATCH] Fix build on 32bit target
2024-11-27 11:15 UTC
[PATCH] virtio: check if avail ring is configured
2024-11-27 10:25 UTC
[PATCH] test: Improve logic for waiting for SLAAC & DAD to complete in NDP tests
2024-11-26 7:49 UTC (2+ messages)
[PATCH v5 0/3] dhcp: Add support for Rapid Commit, broadcast replies
2024-11-26 7:06 UTC (4+ messages)
` [PATCH v5 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v5 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v5 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)
[PATCH v4 0/3] dhcp: Add support for Rapid Commit, broadcast replies
2024-11-26 6:42 UTC (5+ messages)
` [PATCH v4 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v4 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v4 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)
[PATCH] test/passt/ndp: Add delay in SLAAC prefix test before looking for kernel_ra address
2024-11-26 6:18 UTC (3+ messages)
[PATCH] ndp: Don't send first periodic router advertisement right after guest connects
2024-11-26 5:30 UTC (4+ messages)
[PATCH v2] treewide: Introduce 'local mode' for disconnected setups
2024-11-26 5:28 UTC (4+ messages)
[PATCH v3 0/3] dhcp: Add support for Rapid Commit, broadcast replies
2024-11-26 1:16 UTC (7+ messages)
` [PATCH v3 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v3 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v3 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)
[PATCH] test/perf: Select a single IPv6 namespace address in pasta tests
2024-11-26 0:45 UTC (2+ messages)
[PATCH] conf, passt.1: Update --mac-addr default in usage() and man page
2024-11-26 0:41 UTC (2+ messages)
[PATCH] passt.1: Fix "default" note about --map-guest-addr
2024-11-26 0:40 UTC (2+ messages)
[PATCH 0/3] dhcp: Add support for Rapid Commit, broadcast replies
2024-11-25 9:18 UTC (10+ messages)
` [PATCH 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)
[PATCH v2 0/3] dhcp: Add support for Rapid Commit, broadcast replies
2024-11-25 9:00 UTC (4+ messages)
` [PATCH v2 1/3] dhcp: Use -1 as "missing option" length instead of 0
` [PATCH v2 2/3] dhcp: Introduce support for Rapid Commit (option 80, RFC 4039)
` [PATCH v2 3/3] dhcp: Honour broadcast flag (RFC 2131, 4.1)
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).