| Commit message (Expand) | Author | Age | Files | Lines |
* | dhcpv6, tap, tcp: Use IN6_ARE_ADDR_EQUAL instead of open-coded memcmp() | Stefano Brivio | 2022-03-28 | 1 | -2/+2 |
* | conf, util, tap: Implement --trace option for extra verbose logging | Stefano Brivio | 2022-03-25 | 1 | -2/+2 |
* | tap: Cast ETH_MAX_MTU to signed in comparisons | Stefano Brivio | 2022-02-26 | 1 | -2/+2 |
* | passt: Drop PASST_LEGACY_NO_OPTIONS sections | Stefano Brivio | 2022-02-22 | 1 | -7/+0 |
* | passt, pasta: Namespace-based sandboxing, defer seccomp policy application | Stefano Brivio | 2022-02-21 | 1 | -31/+27 |
* | passt: Address new clang-tidy warnings from LLVM 13.0.1 | Stefano Brivio | 2022-01-30 | 1 | -4/+4 |
* | passt, tap: Daemonise once socket is ready without waiting for connection | Stefano Brivio | 2022-01-28 | 1 | -17/+45 |
* | seccomp: Add a number of alternate and per-arch syscalls | Stefano Brivio | 2022-01-26 | 1 | -1/+1 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -1/+0 |
* | tap, tcp: Fix two comparisons with different signedness reported by gcc 7 | Stefano Brivio | 2022-01-26 | 1 | -1/+1 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -13/+16 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -7/+6 |
* | passt, pasta: Add seccomp support | Stefano Brivio | 2021-10-14 | 1 | -0/+11 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -104/+16 |
* | pasta: Allow specifying paths and names of namespaces | Giuseppe Scrivano | 2021-10-07 | 1 | -9/+6 |
* | tcp, tap: Turn tcp_probe_mem() into sock_probe_mem(), use for AF_UNIX socket too | Stefano Brivio | 2021-10-05 | 1 | -1/+7 |
* | tap: Don't leak file descriptor used to bring up loopback interface | Stefano Brivio | 2021-09-27 | 1 | -6/+11 |
* | tap: Fix comment for tap_sock_init_tun_ns() | Stefano Brivio | 2021-09-27 | 1 | -1/+1 |
* | tap: Bring up tap device too, configure previous MAC address if any | Stefano Brivio | 2021-09-27 | 1 | -2/+74 |
* | tap: Completely de-serialise input message batches | Stefano Brivio | 2021-09-27 | 1 | -231/+387 |
* | passt, pasta: Introduce command-line options and port re-mapping | Stefano Brivio | 2021-09-01 | 1 | -23/+69 |
* | tap: Make sure we don't receive frames bigger than ETH_MAX_MTU from qemu | Stefano Brivio | 2021-09-01 | 1 | -5/+4 |
* | tap: Increase amount of tap receive buffers to 128 | Stefano Brivio | 2021-07-27 | 1 | -9/+10 |
* | icmp: Work around possible failure on bind() due to e.g. broken SELinux policy | Stefano Brivio | 2021-07-26 | 1 | -0/+5 |
* | tap: Don't override address observed from guest with our own notion of it | Stefano Brivio | 2021-07-26 | 1 | -15/+22 |
* | tap: Fill the IPv6 flow label field to represent flow association | Stefano Brivio | 2021-07-26 | 1 | -4/+14 |
* | checksum: Introduce AVX2 implementation, unify helpers | Stefano Brivio | 2021-07-26 | 1 | -1/+2 |
* | tap: Fix comment for tap_handler_pasta() | Stefano Brivio | 2021-07-21 | 1 | -1/+1 |
* | udp: Introduce recvmmsg()/sendmmsg(), zero-copy path from socket | Stefano Brivio | 2021-07-21 | 1 | -5/+18 |
* | passt: Add PASTA mode, major rework | Stefano Brivio | 2021-07-17 | 1 | -15/+575 |
* | passt: Introduce packet capture implementation | Stefano Brivio | 2021-05-21 | 1 | -0/+3 |
* | udp: Connection tracking for ephemeral, local ports, and related fixes | Stefano Brivio | 2021-04-29 | 1 | -2/+5 |
* | passt: Spare some syscalls, add some optimisations from profiling | Stefano Brivio | 2021-04-23 | 1 | -2/+2 |
* | passt: New design and implementation with native Layer 4 sockets | Stefano Brivio | 2021-02-16 | 1 | -0/+136 |