aboutgitcodebugslistschat
Commit message (Expand)AuthorAgeFilesLines
* passt: Spare some syscalls, add some optimisations from profilingStefano Brivio2021-04-2310-49/+139
* doc/demo: Set send and receive buffers to 16MiBStefano Brivio2021-04-231-0/+6
* doc/demo: Bring up loopback interface in network namespaceStefano Brivio2021-04-221-0/+1
* dhcpv6: Don't pass DNS option, it already comes from SLAACStefano Brivio2021-04-221-5/+0
* tcp, udp: Replace loopback source address by gateway addressStefano Brivio2021-04-222-0/+15
* passt: Don't unconditionally disable forking to backgroundStefano Brivio2021-04-221-1/+1
* passt: Introduce packet batching mechanismStefano Brivio2021-04-228-118/+333
* libvirt: Rebase to latest upstreamStefano Brivio2021-04-221-31/+32
* qemu: Rebase patches on latest upstreamStefano Brivio2021-04-222-29/+51
* doc/demo: Explicitly add route to guestStefano Brivio2021-04-221-0/+1
* passt: Print ports in debug messages only for protocols with portsStefano Brivio2021-04-221-2/+5
* dhcpv6: Subtract option length before returning one optionStefano Brivio2021-04-221-1/+2
* passt: Always use INET_ADDRSTRLEN/INET6_ADDRSTRLEN for inet_ntop() buffersStefano Brivio2021-04-211-4/+4
* dhcpv6: Fix REPLY messages with NotOnLink status codeStefano Brivio2021-04-211-9/+19
* README: Don't let <canvas> steal pointer eventsStefano Brivio2021-04-131-1/+1
* passt: Create dummy igmp.c, mld.c files for image map in READMEStefano Brivio2021-04-132-0/+2
* passt: Make UNIX domain socket world-writable and world-readableStefano Brivio2021-04-131-0/+5
* passt: Introduce a DHCPv6 serverStefano Brivio2021-04-136-19/+530
* 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