aboutgitcodebugslistschat
path: root/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* fwd: Rename port_fwd.[ch] and their contentsDavid Gibson2024-02-291-2/+2
* tcp, udp: Don't precompute port remappings in epoll referencesDavid Gibson2024-02-291-1/+1
* treewide: Use sa_family_t for address family variablesDavid Gibson2024-02-271-1/+1
* treewide: Standardise on 'now' for current timestamp variablesDavid Gibson2024-01-221-1/+1
* tcp: make tcp_sock_set_bufsize() static (again)Laurent Vivier2023-12-271-1/+0
* tcp: "TCP" hash secret doesn't need to be TCP specificDavid Gibson2023-12-041-2/+0
* flow, tcp: Move TCP connection table to unified flow tableDavid Gibson2023-12-041-5/+0
* pif: Pass originating pif to tap handler functionsDavid Gibson2023-11-071-1/+2
* pif: Record originating pif in listening socket refsDavid Gibson2023-11-071-2/+2
* tcp, tap: Correctly advance through packets in tcp_tap_handler()David Gibson2023-09-081-1/+1
* tcp: Remove broken pressure calculations for tcp_defer_handler()David Gibson2023-08-221-2/+0
* tcp, udp: Don't pre-fill IPv4 destination address in headersDavid Gibson2023-08-221-2/+1
* tap: Pass source address to protocol handler functionsDavid Gibson2023-08-221-1/+1
* epoll: Split handling of listening TCP sockets into their own handlerDavid Gibson2023-08-131-8/+17
* epoll: Split handling of TCP timerfds into its own handler functionDavid Gibson2023-08-131-2/+1
* Use C11 anonymous members to make poll refs less verbose to useDavid Gibson2023-08-041-1/+1
* passt: Relicense to GPL 2.0, or any later versionStefano Brivio2023-04-061-1/+1
* Fix definitions of SOCKET_MAX, TCP_MAX_CONNSStefano Brivio2023-02-271-2/+2
* conf, tcp, udp: Exit if we fail to bind sockets for all given portsStefano Brivio2023-02-161-2/+2
* tcp: Move socket pool declarations aroundDavid Gibson2023-02-141-2/+0
* tcp: Remove v6 flag from tcp_epoll_refDavid Gibson2022-11-251-2/+0
* tcp: Remove splice from tcp_epoll_refDavid Gibson2022-11-251-2/+0
* tcp: Separate helpers to create ns listening socketsDavid Gibson2022-11-251-2/+2
* tcp: Unify spliced and non-spliced connection tablesDavid Gibson2022-11-251-1/+1
* tcp: Remove unused TCP_MAX_SOCKS constantDavid Gibson2022-11-251-1/+0
* Use typing to reduce chances of IPv4 endianness errorsDavid Gibson2022-11-041-1/+1
* tcp, tcp_splice: Fix port remapping for inbound, spliced connectionsStefano Brivio2022-10-151-0/+2
* conf, tcp, udp: Allow specification of interface to bind toStefano Brivio2022-10-151-1/+1
* Don't use indirect remap functions for conf_ports()David Gibson2022-09-241-2/+0
* Consolidate port forwarding configuration into a common structureDavid Gibson2022-09-241-9/+6
* Improve types and names for port forwarding configurationDavid Gibson2022-09-241-6/+6
* conf, tcp, udp: Arrays for ports need 2^16 values, not 2^16-8Stefano Brivio2022-09-221-2/+2
* conf, tcp, udp: Allow address specification for forwarded portsStefano Brivio2022-05-011-1/+3
* treewide: Mark constant references as constStefano Brivio2022-03-291-6/+6
* treewide: Packet abstraction with mandatory boundary checksStefano Brivio2022-03-291-11/+5
* tcp: Fit struct tcp_conn into a single 64-byte cachelineStefano Brivio2022-03-291-2/+3
* tcp: Rework timers to use timerfd instead of periodic bitmap scanStefano Brivio2022-03-291-2/+6
* tcp: Refactor to use events instead of states, split out spliced implementationStefano Brivio2022-03-281-3/+7
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-1/+1
* Makefile, tcp: Don't try to use tcpi_snd_wnd from tcp_info on pre-5.3 kernelsStefano Brivio2021-10-211-0/+2
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-2/+2
* LICENSES: Add license text files, add missing notices, fix SPDX tagsStefano Brivio2021-10-201-0/+5
* tcp: Defer and coalesce all segments with no data (flags) to handlerStefano Brivio2021-10-051-0/+1
* tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket tooStefano Brivio2021-10-051-4/+0
* tcp: Probe net.core.{r,w}mem_max, don't set SO_{RCV,SND}BUF if lowStefano Brivio2021-10-041-0/+4
* conf, tcp: Periodic detection of bound ports for pasta port forwardingStefano Brivio2021-09-271-0/+6
* tcp: Rework window handling, timers, add SO_RCVLOWAT and pools for sockets/pipesStefano Brivio2021-09-271-2/+8
* passt, pasta: Introduce command-line options and port re-mappingStefano Brivio2021-09-011-12/+6
* tcp: Introduce scatter-gather IO path from socket to tapStefano Brivio2021-07-261-0/+2
* tcp, udp: Split IPv4 and IPv6 bound port setsStefano Brivio2021-07-211-6/+12