| Commit message (Expand) | Author | Age | Files | Lines |
* | Work around weird false positives with cppcheck-2.9.1 | David Gibson | 2023-03-21 | 1 | -1/+1 |
* | treewide: Fix header includes to build with musl | Chris Kuhn | 2023-03-09 | 1 | -0/+1 |
* | netlink: Use 8 KiB * netlink message header size as response buffer | Stefano Brivio | 2023-03-09 | 1 | -6/+9 |
* | convert all remaining err() followed by exit() to die() | Laine Stump | 2023-02-16 | 1 | -2/+1 |
* | pasta: do not leak netlink sock into child | Paul Holzinger | 2023-02-12 | 1 | -2/+2 |
* | conf: Bind inbound ports with CAP_NET_BIND_SERVICE before isolate_user() | Stefano Brivio | 2022-10-15 | 1 | -19/+21 |
* | netlink: Disable duplicate address detection for configured IPv6 address | Stefano Brivio | 2022-10-15 | 1 | -0/+3 |
* | Move logging functions to a new file, log.c | Stefano Brivio | 2022-10-14 | 1 | -0/+1 |
* | Avoid ugly 'end' members in netlink structures | David Gibson | 2022-09-29 | 1 | -9/+10 |
* | cppcheck: Reduce scope of some variables | David Gibson | 2022-09-29 | 1 | -2/+1 |
* | Separately locate external interfaces for IPv4 and IPv6 | David Gibson | 2022-07-30 | 1 | -72/+7 |
* | netlink: In nl_addr() and nl_route(), don't return before set request | Stefano Brivio | 2022-05-01 | 1 | -2/+2 |
* | treewide: Unchecked return value from library, CWE-252 | Stefano Brivio | 2022-04-07 | 1 | -15/+25 |
* | treewide: Mark constant references as const | Stefano Brivio | 2022-03-29 | 1 | -2/+2 |
* | netlink: Avoid left-over bytes in request on MTU configuration | Stefano Brivio | 2022-02-23 | 1 | -4/+7 |
* | netlink: Fix swapped v4/v6-only flags in external interface detection | Stefano Brivio | 2022-01-26 | 1 | -2/+2 |
* | tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHK | Stefano Brivio | 2022-01-26 | 1 | -2/+7 |
* | passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitions | Stefano Brivio | 2022-01-26 | 1 | -1/+0 |
* | netlink: Fix length of address attribute | Stefano Brivio | 2021-10-21 | 1 | -2/+2 |
* | passt: Add cppcheck target, test, and address resulting warnings | Stefano Brivio | 2021-10-21 | 1 | -5/+3 |
* | passt: Fix build with gcc 7, use std=c99, enable some more Clang checkers | Stefano Brivio | 2021-10-21 | 1 | -36/+45 |
* | passt: Add clang-tidy Makefile target and test, take care of warnings | Stefano Brivio | 2021-10-20 | 1 | -15/+18 |
* | netlink: NETLINK_GET_STRICT_CHK is not available on older kernels | Stefano Brivio | 2021-10-19 | 1 | -3/+6 |
* | netlink, conf: Actually get prefix/mask length | Stefano Brivio | 2021-10-19 | 1 | -5/+8 |
* | netlink: Bring up interface even if neither MTU nor MAC address is configured | Stefano Brivio | 2021-10-14 | 1 | -0/+5 |
* | netlink, pasta: Configure MTU of tap interface on --config-net | Stefano Brivio | 2021-10-14 | 1 | -16/+28 |
* | conf, tap: Split netlink and pasta functions, allow interface configuration | Stefano Brivio | 2021-10-14 | 1 | -0/+514 |