| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use endian-safer typing in struct tap4_l4_t | David Gibson | 2022-11-04 | 1 | -15/+16 |
* | Use typing to reduce chances of IPv4 endianness errors | David Gibson | 2022-11-04 | 1 | -9/+9 |
* | tap: Support for detection of existing sockets on ramfs | Stefano Brivio | 2022-11-04 | 1 | -1/+2 |
* | tap: Trace received (outbound) ICMP packets in debug mode, too | Stefano Brivio | 2022-10-27 | 1 | -0/+2 |
* | dhcp: Use tap_udp4_send() helper in dhcp() | David Gibson | 2022-10-19 | 1 | -1/+0 |
* | tap: Split tap_ip4_send() into UDP and ICMP variants | David Gibson | 2022-10-19 | 1 | -18/+59 |
* | ndp: Remove unneeded eh_source parameter | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | tap: Split tap_ip6_send() into UDP and ICMP variants | David Gibson | 2022-10-19 | 1 | -20/+62 |
* | Split tap_ip_send() into IPv4 and IPv6 specific functions | David Gibson | 2022-10-19 | 1 | -83/+94 |
* | tap: Remove unhelpeful vnet_pre optimization from tap_send() | David Gibson | 2022-10-19 | 1 | -20/+9 |
* | Remove support for TCP packets from tap_ip_send() | David Gibson | 2022-10-19 | 1 | -9/+2 |
* | Add helpers for normal inbound packet destination addresses | David Gibson | 2022-10-19 | 1 | -5/+28 |
* | Add csum_ip4_header() helper to calculate IPv4 header checksums | David Gibson | 2022-10-19 | 1 | -2/+1 |
* | Add csum_udp4() helper for calculating UDP over IPv4 checksums | David Gibson | 2022-10-19 | 1 | -1/+1 |
* | Add csum_udp6() helper for calculating UDP over IPv6 checksums | David Gibson | 2022-10-19 | 1 | -3/+2 |
* | Add csum_icmp4() helper for calculating ICMP checksums | David Gibson | 2022-10-19 | 1 | -3/+1 |
* | Add csum_icmp6() helper for calculating ICMPv6 checksums | David Gibson | 2022-10-19 | 1 | -4/+2 |
* | 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 |