aboutgitcodebugslistschat
path: root/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* Separately locate external interfaces for IPv4 and IPv6David Gibson2022-07-301-72/+7
* netlink: In nl_addr() and nl_route(), don't return before set requestStefano Brivio2022-05-011-2/+2
* treewide: Unchecked return value from library, CWE-252Stefano Brivio2022-04-071-15/+25
* treewide: Mark constant references as constStefano Brivio2022-03-291-2/+2
* netlink: Avoid left-over bytes in request on MTU configurationStefano Brivio2022-02-231-4/+7
* netlink: Fix swapped v4/v6-only flags in external interface detectionStefano Brivio2022-01-261-2/+2
* tcp, netlink, HAS{BYTES_ACKED,MIN_RTT,GETRANDOM} and NETLINK_GET_STRICT_CHKStefano Brivio2022-01-261-2/+7
* passt: Drop <linux/ipv6.h> include, carry own ipv6hdr and opt_hdr definitionsStefano Brivio2022-01-261-1/+0
* netlink: Fix length of address attributeStefano Brivio2021-10-211-2/+2
* passt: Add cppcheck target, test, and address resulting warningsStefano Brivio2021-10-211-5/+3
* passt: Fix build with gcc 7, use std=c99, enable some more Clang checkersStefano Brivio2021-10-211-36/+45
* passt: Add clang-tidy Makefile target and test, take care of warningsStefano Brivio2021-10-201-15/+18
* netlink: NETLINK_GET_STRICT_CHK is not available on older kernelsStefano Brivio2021-10-191-3/+6
* netlink, conf: Actually get prefix/mask lengthStefano Brivio2021-10-191-5/+8
* netlink: Bring up interface even if neither MTU nor MAC address is configuredStefano Brivio2021-10-141-0/+5
* netlink, pasta: Configure MTU of tap interface on --config-netStefano Brivio2021-10-141-16/+28
* conf, tap: Split netlink and pasta functions, allow interface configurationStefano Brivio2021-10-141-0/+514