public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-02-29 04:15:41 to 2024-03-19 11:15:01 UTC [more...]

passt: new version 2024_03_19.d35bcbe available
 2024-03-19 11:14 UTC 

[PATCH] netlink: Fix handling of NLMSG_DONE in nl_route_dup()
 2024-03-19 10:59 UTC  (2+ messages)

[PATCH] util: fix confusion between offset in the iovec array and in the entry
 2024-03-19 10:13 UTC 

[PATCH 0/3] Make podman tests in testsuite more robust
 2024-03-19 10:07 UTC  (5+ messages)
` [PATCH 1/3] test: Make sure to update mbuto repository
` [PATCH 2/3] test: Build and download podman as a test asset
` [PATCH 3/3] test: catatonit may not be in $PATH

[RFC v2] tcp: Replace TCP buffer structure by an iovec array
 2024-03-19  4:51 UTC  (4+ messages)

passt: new version 2024_03_18.615d370 available
 2024-03-18 10:58 UTC 

[PATCH v2] conf, netlink: Don't require a default route to start
 2024-03-18  3:28 UTC  (2+ messages)

[PATCH] udp: Translate source address of resolver only for DNS remapped queries
 2024-03-18  3:26 UTC  (2+ messages)

[PATCH] netlink: Don't try to get further datagrams in nl_route_dup() on NLMSG_DONE
 2024-03-18  3:16 UTC  (6+ messages)

[PATCH] fedora: Switch license identifier to SPDX
 2024-03-18  3:03 UTC  (2+ messages)

[PATCH] conf, netlink: Don't require a default route to start
 2024-03-15 12:54 UTC 

"test in a box"
 2024-03-15  8:41 UTC  (3+ messages)

[RFC] tcp: Replace TCP buffer structure by an iovec array
 2024-03-15  0:46 UTC  (13+ messages)

[PATCH 0/4] Some improvements to the tap send path
 2024-03-14 16:40 UTC  (18+ messages)
` [PATCH 1/4] tap: Extend tap_send_frames() to allow multi-buffer frames
` [PATCH 2/4] tap: Simplify some casts in the tap "slow path" functions
` [PATCH 3/4] tap: Implement tap_send() "slow path" in terms of fast path
` [PATCH 4/4] tap: Rename tap_iov_{base,len}

[PATCH] conf: Handle addresses passed via --dns just like the ones from resolv.conf
 2024-03-14  5:08 UTC  (5+ messages)

[PATCH] ip: Use regular htons() for non-constant protocol number in L2_BUF_IP4_PSUM
 2024-03-14  5:02 UTC  (4+ messages)

[PATCH v2] passt, log: Call __openlog() earlier, log to stderr until we detach
 2024-03-14  4:25 UTC  (2+ messages)

[PATCH] conf: Warn if we can't advertise any nameserver via DHCP, NDP, or DHCPv6
 2024-03-14  2:20 UTC  (2+ messages)

[PATCH] passt.1: --{no-,}dhcp-dns and --{no-,}dhcp-search don't take addresses
 2024-03-14  2:13 UTC  (2+ messages)

[PATCH] pcap: Use clock_gettime() instead of gettimeofday()
 2024-03-14  2:11 UTC  (2+ messages)

[PATCH] tap: Capture only packets that are actually sent
 2024-03-13 14:22 UTC  (3+ messages)

[PATCH v2 0/6] udp: Small cleanups
 2024-03-13 14:21 UTC  (8+ messages)
` [PATCH v2 1/6] udp: Refactor udp_sock[46]_iov_init()
` [PATCH v2 2/6] udp: Consistent port variable names in udp_update_hdr[46]
` [PATCH v2 3/6] udp: Pass data length explicitly to to udp_update_hdr[46]
` [PATCH v2 4/6] udp: Re-order udp_update_hdr[46] for clarity and brevity
` [PATCH v2 5/6] udp: Avoid unnecessary pointer in udp_update_hdr4()
` [PATCH v2 6/6] udp: Use existing helper for UDP checksum on inbound IPv6 packets

[PATCH] passt, log: Call __openlog() earlier, log to stderr until we detach
 2024-03-13 10:41 UTC  (3+ messages)

[PATCH 0/3] Basic integration of ICMP with flow table
 2024-03-13 10:08 UTC  (12+ messages)
` [PATCH 1/3] icmp: Store ping socket information in "
` [PATCH 2/3] icmp: Flow based error reporting
` [PATCH 3/3] icmp: Use 'flowside' epoll references for ping sockets

[PATCH] conf: Don't warn if nameservers were found, but won't be advertised
 2024-03-08 11:11 UTC  (6+ messages)

[PATCH v3 0/9] Add vhost-user support to passt (part 1)
 2024-03-08  1:20 UTC  (26+ messages)
` [PATCH v3 6/9] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH v3 7/9] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH v3 9/9] tcp: Introduce ipv4_fill_headers()/ipv6_fill_headers()

[PATCH] iov: Improve documentation of iov_skip_bytes()
 2024-03-07 23:27 UTC  (2+ messages)

[PATCH v2 0/9] vhost-user part 1, v6
 2024-03-06  7:04 UTC  (11+ messages)
` [PATCH v2 1/9] pcap: add pcap_iov()
` [PATCH v2 2/9] checksum: align buffers
` [PATCH v2 3/9] checksum: add csum_iov()
` [PATCH v2 4/9] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH v2 5/9] udp: little cleanup in udp_update_hdrX() to prepare future changes
` [PATCH v2 6/9] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH v2 7/9] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH v2 8/9] tap: make tap_update_mac() generic
` [PATCH v2 9/9] tcp: Introduce tcp_fill_headers4()/tcp_fill_headers6()

[PATCH 0/9] vhost-user part 1, v5 + static checker fixes
 2024-03-06  6:13 UTC  (13+ messages)
` [PATCH 1/9] pcap: add pcap_iov()
` [PATCH 2/9] checksum: align buffers
` [PATCH 3/9] checksum: add csum_iov()
` [PATCH 4/9] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH 5/9] udp: little cleanup in udp_update_hdrX() to prepare future changes
` [PATCH 6/9] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH 7/9] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH 8/9] tap: make tap_update_mac() generic
` [PATCH 9/9] tcp: Introduce ipv4_fill_headers()/ipv6_fill_headers()

[PATCH v5 0/9] Add vhost-user support to passt (part 1)
 2024-03-06  3:22 UTC  (15+ messages)
` [PATCH v5 1/9] pcap: add pcap_iov()
` [PATCH v5 2/9] checksum: align buffers
` [PATCH v5 3/9] checksum: add csum_iov()
` [PATCH v5 4/9] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH v5 5/9] udp: little cleanup in udp_update_hdrX() to prepare future changes
` [PATCH v5 6/9] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH v5 7/9] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH v5 8/9] tap: make tap_update_mac() generic
` [PATCH v5 9/9] tcp: Introduce ipv4_fill_headers()/ipv6_fill_headers()

[PATCH v4 0/8] Add vhost-user support to passt (part 1)
 2024-03-03 13:50 UTC  (17+ messages)
` [PATCH v4 1/8] pcap: add pcap_iov()
` [PATCH v4 2/8] checksum: align buffers
` [PATCH v4 3/8] checksum: add csum_iov()
` [PATCH v4 4/8] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH v4 5/8] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH v4 6/8] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH v4 7/8] tap: make tap_update_mac() generic
` [PATCH v4 8/8] tcp: Introduce ipv4_fill_headers()/ipv6_fill_headers()

[PATCH v2 0/7] Allow more use of iovecs in pcap and tap interfaces
 2024-02-29 23:05 UTC  (7+ messages)
` [PATCH v2 1/7] iov: add some functions to manage iovec
` [PATCH v2 2/7] iov: Add helper to find skip over first n bytes of an io vector

[PATCH v3 00/20] More flow table preliminaries: address handling improvements
 2024-02-29 10:53 UTC  (2+ messages)

[PATCH 0/6] udp: Small cleanups
 2024-02-29  8:42 UTC  (7+ messages)
` [PATCH 1/6] udp: Refactor udp_sock[46]_iov_init()
` [PATCH 2/6] udp: Tweak interface to udp_update_hdr[46]
` [PATCH 3/6] udp: Clarify setting of addresses inin udp_update_hdr[46]()
` [PATCH 4/6] udp: Consistent port variable names in udp_update_hdr[46]
` [PATCH 5/6] udp: Avoid unnecessary pointer in udp_update_hdr4()
` [PATCH 6/6] udp: Clean up UDP checksum generation for inbound IPv6 packets

[PATCH v2 0/5] Assorted small fixes for UDP
 2024-02-29  8:10 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).