aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* dhcp: Remove left-over comment about "forced" optionsStefano Brivio2021-03-261-2/+1
* README: Add image map for overviewStefano Brivio2021-03-251-1/+86
* passt: Add libvirt patch for qemu UNIX socket domain back-endStefano Brivio2021-03-213-2/+438
* passt: Initialise socket after getting addresses and routesStefano Brivio2021-03-201-5/+9
* tcp: Don't dereference IPv4 addressesStefano Brivio2021-03-201-1/+1
* passt: Add the READMEStefano Brivio2021-03-181-0/+177
* passt: Set soft limit for number of open files to hard limitStefano Brivio2021-03-182-1/+12
* passt: Run in background, add message logging with severitiesStefano Brivio2021-03-186-71/+109
* passt: qemu patch for direct UNIX domain connection without the qrap wrapperStefano Brivio2021-03-183-1/+213
* passt: Introduce ICMP echo proxyStefano Brivio2021-03-187-11/+183
* passt: Use INET{,6}_ADDRSTRLEN instead of open coded sizeofStefano Brivio2021-03-171-2/+2
* 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