public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
 messages from 2024-01-20 16:52:25 to 2024-02-15 09:15:23 UTC [more...]

[PATCH v3] tcp: add support for SO_PEEK_OFF
 2024-02-15  9:15 UTC  (15+ messages)

[PATCH v2 0/8] Add vhost-user support to passt (part 1)
 2024-02-15  3:13 UTC  (18+ 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] 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  (83+ messages)
` [PATCH 01/24] iov: add some functions to manage iovec
` [PATCH 02/24] pcap: add pcap_iov()
` [PATCH 03/24] checksum: align buffers
` [PATCH 04/24] checksum: add csum_iov()
` [PATCH 05/24] util: move IP stuff from util.[ch] to ip.[ch]
` [PATCH 06/24] ip: move duplicate IPv4 checksum function to ip.h
` [PATCH 07/24] ip: introduce functions to compute the header part checksum for TCP/UDP
` [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 11/24] tcp: move buffers management functions to their own file
` [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 17/24] vhost-user: compare mode MODE_PASTA and not MODE_PASST
` [PATCH 18/24] vhost-user: introduce virtio API
` [PATCH 19/24] vhost-user: introduce vhost-user 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  (4+ messages)

[RFC net-next] tcp: add support for SO_PEEK_OFF
 2024-02-07  4:39 UTC  (3+ messages)

[PATCH v2 00/22] More flow table preliminaries: address handling improvements
 2024-02-06  1:17 UTC  (23+ messages)
` [PATCH v2 01/22] treewide: Use sa_family_t for address family variables
` [PATCH v2 02/22] inany: Helper to test for various address types
` [PATCH v2 03/22] inany: Add inany_ntop() helper
` [PATCH v2 04/22] inany: Provide more conveniently typed constants for special addresses
` [PATCH v2 05/22] inany: Introduce union sockaddr_inany
` [PATCH v2 06/22] util: Allow IN4_IS_* macros to operate on untyped addresses
` [PATCH v2 07/22] tcp, udp: Don't precompute port remappings in epoll references
` [PATCH v2 08/22] flow: Add helper to determine a flow's protocol
` [PATCH v2 09/22] tcp_splice: Simplify clean up logic
` [PATCH v2 10/22] tcp_splice: Don't use flow_trace() before setting flow type
` [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 14/22] tcp_splice: Merge tcp_splice_new() into its caller
` [PATCH v2 15/22] tcp_splice: Make tcp_splice_connect() create its own sockets
` [PATCH v2 16/22] tcp_splice: Improve error reporting on connect path
` [PATCH v2 17/22] tcp_splice: Improve logic deciding when to splice
` [PATCH v2 18/22] tcp, tcp_splice: Parse listening socket epoll ref in tcp_listen_handler()
` [PATCH v2 19/22] tcp: Validate TCP endpoint addresses
` [PATCH v2 20/22] tap: Disallow loopback addresses on tap interface
` [PATCH v2 21/22] port_fwd: Fix copypasta error in port_fwd_scan_udp() comments
` [PATCH v2 22/22] fwd: Rename port_fwd.[ch] and their contents

tcp: leverage support of SO_PEEK_OFF socket option when available
 2024-02-05  5:42 UTC  (2+ messages)

[PATCH] netlink: Add support to fetch default gateway from multipath routes
 2024-02-05  4:23 UTC  (2+ messages)

[PATCH v2] log: setlogmask(0) can actually result in a system call, don't use it
 2024-02-05  4:16 UTC  (2+ messages)

[PATCH] log: setlogmask(0) can actually result in a system call, don't use it
 2024-02-02 23:05 UTC  (3+ messages)

[PATCH 00/16] More flow table preliminaries: address handling improvements
 2024-01-29  9:02 UTC  (18+ messages)
` [PATCH 01/16] treewide: Use sa_family_t for address family variables
` [PATCH 02/16] tcp, udp: Don't precompute port remappings in epoll references
` [PATCH 03/16] flow: Add helper to determine a flow's protocol
` [PATCH 04/16] tcp_splice: Simplify clean up logic
` [PATCH 05/16] inany: Helper to test for IPv4 or IPv6 loopback address
` [PATCH 06/16] tcp, tcp_splice: Helpers for getting sockets from the pools
` [PATCH 07/16] tcp_splice: More specific variable names in new splice path
` [PATCH 08/16] tcp_splice: Fix incorrect parameter comment for tcp_splice_connect()
` [PATCH 09/16] tcp_splice: Merge tcp_splice_new() into its caller
` [PATCH 10/16] tcp_splice: Improve error reporting on connect path
` [PATCH 11/16] inany: Add inany_ntop() helper
` [PATCH 12/16] tcp_splice: Improve logic deciding when to splice
` [PATCH 13/16] util: Provide global constants for IPv4 loopback and unspecified address
` [PATCH 14/16] inany: Introduce union sockaddr_inany
` [PATCH 15/16] tcp, tcp_splice: Better construction of IPv4 or IPv6 sockaddrs
` [PATCH 16/16] inany: Extend inany_from_af to easily set unspecified addresses

[PATCH v3 00/11] RFC: ICMP reworks preliminary to flow table integration
 2024-01-23  0:39 UTC  (2+ messages)

[PATCH v4 00/13] Manage more flow related things from generic flow code
 2024-01-23  0:39 UTC  (2+ messages)

[RFC net-next] tcp: add support for read with offset when using MSG_PEEK
 2024-01-22 16:22 UTC  (5+ messages)

[RFC net-next v2] tcp: add support for read with offset when using MSG_PEEK
 2024-01-20 16:52 UTC 


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