aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* udp: Fix typo in tcp_tap_handler() documentationStefano Brivio2021-03-171-1/+1
* udp: Use size_t for return value of recvfrom()Stefano Brivio2021-03-171-1/+1
* tcp: Add struct for TCP execution context, move hash_secret to itStefano Brivio2021-03-173-17/+36
* 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-174-9/+295
* passt: Assorted fixes from "fresh eyes" reviewStefano Brivio2021-02-2112-460/+464
* passt: New design and implementation with native Layer 4 socketsStefano Brivio2021-02-1616-624/+2061
* passt: Add IPv6 and NDP support, further fixes for IPv4 CTStefano Brivio2021-02-1610-79/+640
* merd: Rename to PASSTStefano Brivio2021-02-167-18/+21
* merd: ARP and DHCP handlers, connection tracking fixesStefano Brivio2021-02-169-203/+672
* merd: Switch to AF_UNIX for qemu tap, provide wrapperStefano Brivio2021-02-163-68/+149
* merd: Initial importStefano Brivio2021-02-162-0/+607