| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | icmp: Set sin6_scope_id for outbound ICMPv6 echo requests | Stefano Brivio | 2022-10-15 | 1 | -0/+1 |
* | conf: Drop excess colons in usage for DHCP and DNS options | Stefano Brivio | 2022-10-15 | 1 | -4/+4 |
* | netlink: Disable duplicate address detection for configured IPv6 address | Stefano Brivio | 2022-10-15 | 1 | -0/+3 |
* | Don't create 'tap' socket for ports that are bound to loopback only | Stefano Brivio | 2022-10-15 | 2 | -69/+117 |
* | tcp, tcp_splice: Fix port remapping for inbound, spliced connections | Stefano Brivio | 2022-10-15 | 3 | -11/+18 |
* | tcp, tcp_splice: Adjust comments to current meaning of inbound and outbound | Stefano Brivio | 2022-10-15 | 2 | -2/+2 |
* | udp: Fix port and address checks for DNS forwarder | Stefano Brivio | 2022-10-15 | 1 | -3/+3 |
* | tap: Don't check sequence counts when adding packets to pool | Stefano Brivio | 2022-10-15 | 1 | -6/+6 |
* | packet: Fix off-by-one in packet_get_do() sanity checks | Stefano Brivio | 2022-10-15 | 1 | -1/+1 |
* | conf: Report usage for --no-netns-quit | Stefano Brivio | 2022-10-15 | 1 | -0/+2 |
* | conf, tcp, udp: Allow specification of interface to bind to | Stefano Brivio | 2022-10-15 | 9 | -47/+88 |
* | conf, tap: Add option to quit once the client closes the connection | Stefano Brivio | 2022-10-15 | 4 | -1/+27 |
* | util: Check return value of lseek() while reading bound ports from procfs | Stefano Brivio | 2022-10-15 | 1 | -3/+7 |
* | conf, log, Makefile: Add versioning information | Stefano Brivio | 2022-10-15 | 6 | -3/+26 |
* | log: Add missing function comment for trace_init() | Stefano Brivio | 2022-10-14 | 1 | -0/+4 |
* | log, conf: Add support for logging to file | Stefano Brivio | 2022-10-14 | 7 | -29/+316 |
* | passt.h: Include netinet/if_ether.h before struct ctx declaration | Stefano Brivio | 2022-10-14 | 1 | -0/+2 |
* | conf: Drop duplicate, diverging optstring assignments | Stefano Brivio | 2022-10-14 | 1 | -14/+6 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 20 | -138/+187 |
* | test: Add rudimentary support to run selected tests only | Stefano Brivio | 2022-10-14 | 3 | -2/+53 |
* | Makefile: Hack for optimised-away store in ndp() before checksum calculation2022_09_29.06aa26f | Stefano Brivio | 2022-09-29 | 2 | -0/+10 |
* | udp: Replace pragma to ignore bogus stringop-overread warning with workaround | Stefano Brivio | 2022-09-29 | 2 | -31/+18 |
* | Makefile: Extend noinline workarounds for LTO and -O2 to gcc 12 | Stefano Brivio | 2022-09-29 | 1 | -3/+3 |
* | cppcheck: Remove unused unmatchedSuppression suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | Mark unused functions for cppcheck | David Gibson | 2022-09-29 | 3 | -1/+2 |
* | cppcheck: Remove unused va_list_usedBeforeStarted suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | cppcheck: Remove unused objectIndex suppressions | David Gibson | 2022-09-29 | 1 | -3/+0 |
* | cppcheck: Remove unused knownConditionTrueFalse suppression | David Gibson | 2022-09-29 | 1 | -2/+0 |
* | cppcheck: Avoid errors due to zeroes in bitwise ORs | David Gibson | 2022-09-29 | 1 | -0/+2 |
* | Regenerate seccomp.h if seccomp.sh changes | David Gibson | 2022-09-29 | 1 | -2/+2 |
* | cppcheck: Suppress NULL pointer warning in tcp_sock_consume() | David Gibson | 2022-09-29 | 1 | -0/+1 |
* | cppcheck: Suppress same-value-in-ternary branches warning | David Gibson | 2022-09-29 | 1 | -0/+1 |
* | qrap: Handle case of PATH environment variable being unset | David Gibson | 2022-09-29 | 1 | -2/+3 |
* | cppcheck: Remove localtime suppression for pcap.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | cppcheck: Broaden suppression for unused struct members | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | Avoid ugly 'end' members in netlink structures | David Gibson | 2022-09-29 | 1 | -9/+10 |
* | cppcheck: Use inline suppression for strtok() in conf.c | David Gibson | 2022-09-29 | 2 | -1/+2 |
* | cppcheck: Use inline suppressions for qrap.c | David Gibson | 2022-09-29 | 2 | -2/+4 |
* | cppcheck: Use inline suppression for ffsl() | David Gibson | 2022-09-29 | 2 | -2/+1 |
* | cppcheck: Work around false positive NULL pointer dereference error | David Gibson | 2022-09-29 | 1 | -0/+1 |
* | Stricter checking for nsholder.c | David Gibson | 2022-09-29 | 2 | -2/+2 |
* | Don't shadow global function names | David Gibson | 2022-09-29 | 1 | -5/+5 |
* | Don't shadow 'i' in conf_ports() | David Gibson | 2022-09-29 | 1 | -2/+5 |
* | cppcheck: Reduce scope of some variables | David Gibson | 2022-09-29 | 3 | -5/+7 |
* | Clean up parsing in conf_runas() | David Gibson | 2022-09-29 | 2 | -47/+51 |
* | Pack DHCPv6 "on wire" structures | David Gibson | 2022-09-29 | 1 | -13/+13 |
* | Catch failures when installing signal handlers | David Gibson | 2022-09-29 | 1 | -2/+4 |
* | clang-tidy: Remove duplicate #include from icmp.c | David Gibson | 2022-09-29 | 1 | -1/+0 |
* | clang-tidy: Fix spurious null pointer warning in pasta_start_ns() | David Gibson | 2022-09-29 | 1 | -1/+4 |
* | clang-tidy: Suppress warning about unchecked error in logfn macro | David Gibson | 2022-09-29 | 1 | -1/+1 |