aboutgitcodebugslistschat
path: root/tcp.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* passt: Add PASTA mode, major reworkStefano Brivio2021-07-171-13/+32
* udp, passt: Introduce socket packet buffer, avoid getsockname() for UDPStefano Brivio2021-04-301-1/+1
* udp: Connection tracking for ephemeral, local ports, and related fixesStefano Brivio2021-04-291-2/+7
* tcp: Avoid SO_ACCEPTCONN getsockopt() by noting listening/data sockets numbersStefano Brivio2021-04-291-0/+8
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-0/+4
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-1/+2
* tcp: Add struct for TCP execution context, move hash_secret to itStefano Brivio2021-03-171-0/+15
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-2/+1
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+5