| Commit message (Expand) | Author | Age | Files | Lines |
* | conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user() | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | tap: Don't check sequence counts when adding packets to pool | Stefano Brivio | 2022-10-15 | 1 | -6/+6 |
* | conf, tap: Add option to quit once the client closes the connection | Stefano Brivio | 2022-10-15 | 1 | -0/+5 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | cppcheck: Reduce scope of some variables | David Gibson | 2022-09-29 | 1 | -2/+3 |
* | tap: Check return value of accept4() before calling getsockopt() | Stefano Brivio | 2022-09-22 | 1 | -2/+4 |
* | Make substructures for IPv4 and IPv6 specific context information | David Gibson | 2022-07-30 | 1 | -11/+11 |
* | Separate IPv4 and IPv6 configuration | David Gibson | 2022-07-30 | 1 | -2/+2 |
* | Move passt mac_guest init to be more symmetric with pasta | David Gibson | 2022-07-30 | 1 | -0/+6 |
* | tap: Add informational messages for UNIX domain socket connections | Stefano Brivio | 2022-06-18 | 1 | -0/+10 |
* | conf, tap: False "Buffer not null terminated" positives, CWE-170 | Stefano Brivio | 2022-04-07 | 1 | -3/+3 |
* | treewide: Argument cannot be negative, CWE-687 | Stefano Brivio | 2022-04-07 | 1 | -0/+5 |
* | tap: Resource leak, CWE-404 | Stefano Brivio | 2022-04-07 | 1 | -1/+4 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -7/+12 |
* | tap: Re-read from tap in tap_handler_pasta() on buffer full | Stefano Brivio | 2022-03-30 | 1 | -2/+9 |
* | tap: Allow ioctl() and openat() for tap_ns_tun() re-initialisation | Stefano Brivio | 2022-03-30 | 1 | -0/+2 |
* | tap, tcp, udp, icmp: Cut down on some oversized buffers | Stefano Brivio | 2022-03-29 | 1 | -11/+13 |
* | treewide: Fix android-cloexec-* clang-tidy warnings, re-enable checks | Stefano Brivio | 2022-03-29 | 1 | -1/+2 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -11/+15 |
* | treewide: Packet abstraction with mandatory boundary checks | Stefano Brivio | 2022-03-29 | 1 | -163/+168 |
* | tcp: Rework timers to use timerfd instead of periodic bitmap scan | Stefano Brivio | 2022-03-29 | 1 | -1/+1 |
* | 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 |