aboutgitcodebugslistschat
path: root/tcp.c
Commit message (Expand)AuthorAgeFilesLines
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-231-0/+8
* tcp, udp: Replace loopback source address by gateway addressStefano Brivio2021-04-221-0/+8
* passt: Introduce packet batching mechanismStefano Brivio2021-04-221-16/+28
* tcp: Don't dereference IPv4 addressesStefano Brivio2021-03-201-1/+1
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-181-3/+4
* tcp: Add struct for TCP execution context, move hash_secret to itStefano Brivio2021-03-171-17/+17
* tcp: Introduce hash table for socket lookup for packets from tapStefano Brivio2021-03-171-35/+169
* tcp: Ignore out-of-order ACKs from tap instead of resetting connectionStefano Brivio2021-03-171-22/+11
* tcp: Add siphash implementation for initial sequence numbersStefano Brivio2021-03-171-7/+71
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-211-351/+325
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-161-0/+1367