messages from 2024-02-08 16:05:42 to 2024-02-27 14:24:13 UTC [more...]
[PATCH 0/6] Allow more use of iovecs in pcap and tap interfaces
2024-02-27 14:23 UTC (8+ messages)
` [PATCH 1/6] util: Add helper to find offset into io vector
` [PATCH 2/6] pcap: Update pcap_frame() to take an iovec and offset
` [PATCH 3/6] util: Add write_remainder() helper
` [PATCH 4/6] pcap: Handle short writes in pcap_frame()
` [PATCH 5/6] pcap: Allow pcap_frame() and pcap_multiple() to take multi-buffer frames
` [PATCH 6/6] tap: Use write_remainder() in tap_send_frames_passt()
[PATCH v2 00/22] More flow table preliminaries: address handling improvements
2024-02-27 14:22 UTC (23+ messages)
` [PATCH v2 02/22] inany: Helper to test for various address types
` [PATCH v2 09/22] tcp_splice: Simplify clean up logic
` [PATCH v2 11/22] flow: Clarify flow entry life cycle, introduce uniform logging
` [PATCH v2 12/22] tcp, tcp_splice: Helpers for getting sockets from the pools
` [PATCH v2 13/22] tcp_splice: More specific variable names in new splice path
` [PATCH v2 16/22] tcp_splice: Improve error reporting on connect path
` [PATCH v2 19/22] tcp: Validate TCP endpoint addresses
[PATCH 0/6] tcp: Improve error handling around socket pools
2024-02-27 14:22 UTC (15+ messages)
` [PATCH 1/6] treewide: Use sa_family_t for address family variables
` [PATCH 2/6] tcp: Don't stop refilling socket pool if we find a filled entry
` [PATCH 3/6] tcp: Stop on first error when refilling socket pools
` [PATCH 4/6] tcp, tcp_splice: Issue warnings if unable to refill socket pool
` [PATCH 5/6] tcp, tcp_splice: Helpers for getting sockets from the pools
` [PATCH 6/6] tcp: Don't store errnos in socket pool
[PATCH 0/7] Assorted small fixes for UDP
2024-02-27 11:56 UTC (12+ messages)
` [PATCH 1/7] udp: Don't attempt to translate a 0.0.0.0 source address
` [PATCH 2/7] udp: Set pif in epoll reference for ephemeral host sockets
` [PATCH 3/7] udp: Unconditionally clear act flag in udp_timer_one()
` [PATCH 4/7] udp: Separate bound sockets from flags
` [PATCH 5/7] udp: Small streamline to udp_update_hdr4()
` [PATCH 6/7] udp: Fix incorrect usage of IPv6 state in IPv4 path
` [PATCH 7/7] udp: Remove unnecessary test for unspecified addr_out
[PATCH 1/2] passt: make --quiet set the log level to warning
2024-02-23 8:12 UTC (4+ messages)
` [PATCH 2/2] conf: set the log level much earlier
passt: new version 2024_02_20.1e6f92b available
2024-02-20 8:39 UTC
[PATCH 0/2] Fix buffer overrun in UDP setup (bug 80)
2024-02-20 7:55 UTC (4+ messages)
` [PATCH 1/2] udp: Assertion in udp_invert_portmap() can be calculated at compile time
` [PATCH 2/2] udp: Fix 16-bit overflow in udp_invert_portmap()
passt: new version 2024_02_19.ff22a78 available
2024-02-19 22:59 UTC
[PATCH v4] pasta: Don't try to watch namespaces in procfs with inotify, use timer instead
2024-02-19 19:30 UTC
[PATCH v3] pasta: Don't try to watch namespaces in procfs with inotify, use timer instead
2024-02-19 15:18 UTC (7+ messages)
[PATCH] pasta: Don't try to watch namespaces in procfs with inotify, use timer instead
2024-02-19 11:01 UTC (5+ messages)
[PATCH v3 0/9] Add vhost-user support to passt (part 1)
2024-02-19 3:14 UTC (17+ messages)
` [PATCH v3 1/9] iov: add some functions to manage iovec
` [PATCH v3 2/9] pcap: add pcap_iov()
` [PATCH v3 3/9] checksum: align buffers
` [PATCH v3 4/9] checksum: add csum_iov()
` [PATCH v3 5/9] util: move IP stuff from util.[ch] to ip.[ch]
` [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 8/9] tap: make tap_update_mac() generic
` [PATCH v3 9/9] tcp: Introduce ipv4_fill_headers()/ipv6_fill_headers()
[PATCH v2] pasta: Don't try to watch namespaces in procfs with inotify, use timer instead
2024-02-19 2:38 UTC (2+ messages)
[PATCH v2 0/8] Add vhost-user support to passt (part 1)
2024-02-19 2:06 UTC (28+ messages)
` [PATCH v2 1/8] iov: add some functions to manage iovec
` [PATCH v2 2/8] pcap: add pcap_iov()
` [PATCH v2 3/8] checksum: align buffers
` [PATCH v2 4/8] checksum: add csum_iov()
` [PATCH v2 5/8] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH v2 6/8] checksum: use csum_ip4_header() in udp.c and tcp.c
` [PATCH v2 7/8] checksum: introduce functions to compute the header part checksum for TCP/UDP
` [PATCH v2 8/8] tap: make tap_update_mac() generic
[PATCH v3] tcp: add support for SO_PEEK_OFF
2024-02-19 2:02 UTC (22+ messages)
passt: new version 2024_02_16.08344da available
2024-02-16 11:02 UTC
[PATCH v2] conf: No routable interface for IPv4 or IPv6 is informational, not a warning
2024-02-16 10:43 UTC (3+ messages)
[PATCH] selinux: Allow pasta to remount procfs
2024-02-16 8:47 UTC
[PATCH v2] pasta: Add fallback timer mechanism to check if namespace is gone
2024-02-16 5:09 UTC
[PATCH] pasta: Add fallback timer mechanism to check if namespace is gone
2024-02-16 5:08 UTC (3+ messages)
[PATCH] conf: No routable interface for IPv4 or IPv6 is informational, not a warning
2024-02-16 5:08 UTC (3+ messages)
[PATCH] conf, passt.1: Exit if we can't bind a forwarded port, except for -[tu] all
2024-02-15 0:07 UTC (3+ messages)
pasta does not correctly handle bind errors with port ranges
2024-02-14 10:24 UTC (8+ messages)
[PATCH 0/2] Fix some redundant and incorrect initialisation of UDP sockets
2024-02-14 9:15 UTC (4+ messages)
` [PATCH 1/2] udp: Don't prematurely (and incorrectly) set up automatic inbound forwards
` [PATCH 2/2] udp: udp_sock_init_ns() partially duplicats udp_port_rebind_outbound()
[PATCH] netlink: Use const rtnh pointer
2024-02-14 9:14 UTC (3+ messages)
[PATCH 00/24] Add vhost-user support to passt
2024-02-14 2:05 UTC (45+ messages)
` [PATCH 08/24] tcp: extract buffer management from tcp_send_flag()
` [PATCH 09/24] tcp: extract buffer management from tcp_conn_tap_mss()
` [PATCH 10/24] tcp: rename functions that manage buffers
` [PATCH 12/24] tap: make tap_update_mac() generic
` [PATCH 13/24] tap: export pool_flush()/tapX_handler()/packet_add()
` [PATCH 14/24] udp: move udpX_l2_buf_t and udpX_l2_mh_sock out of udp_update_hdrX()
` [PATCH 15/24] udp: rename udp_sock_handler() to udp_buf_sock_handler()
` [PATCH 16/24] packet: replace struct desc by struct iovec
` [PATCH 18/24] vhost-user: introduce virtio API
` [PATCH 20/24] vhost-user: add vhost-user
` [PATCH 21/24] vhost-user: use guest buffer directly in vu_handle_tx()
` [PATCH 22/24] tcp: vhost-user RX nocopy
` [PATCH 23/24] udp: "
` [PATCH 24/24] vhost-user: remove tap_send_frames_vu()
[PATCH v3] log: setlogmask(0) can actually result in a system call, don't use it
2024-02-12 2:45 UTC (2+ messages)
[PATCH] tcp: Fix subtle bug in fast re-transmit path
2024-02-11 23:16 UTC (2+ messages)
[PATCH v2] tcp: add support for SO_PEEK_OFF
2024-02-08 16:05 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).