summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Makefile.am: avoid use of non-portable echo argumentsmainSam James2023-08-311-1/+1
* python: Use correct decorator syntax in HTBQdiscDavid Ward2023-08-301-1/+1
* libnl-3.8.0 releaselibnl3_8_0Thomas Haller2023-08-294-3/+9
* build: merge branch 'th/configure-fixes'Thomas Haller2023-08-292-27/+14
|\
| * build: replace old "NOTE" in configure output and add summaryth/tmpThomas Haller2023-08-291-23/+10
| * build: avoid aclocal warning about missing "m4" directoryThomas Haller2023-08-291-1/+1
| * build: run `autoupdate` for AM_PROG_LIBTOOLThomas Haller2023-08-291-2/+2
| * build: add "-Wno-portability" to AC_INIT_AUTOMAKE()Thomas Haller2023-08-291-1/+1
|/
* license: merge branch 'th/fix-gpl-license'Thomas Haller2023-08-214-4/+4
|\
| * license: fix/adjust license for "src/nl-cls-add.c"Thomas Haller2023-08-211-1/+1
| * license: fix/adjust license for "src/nl-addr-{add,delete,list}.c"Thomas Haller2023-08-213-3/+3
|/
* all: merge 'th/avoid-mt-unsafe-libc'Thomas Haller2023-08-189-23/+89
|\
| * tests: use thread-safe localtime_r() instead of localtime()Thomas Haller2023-08-181-1/+2
| * lib/xfrm: use thread-safe gmtime_r() instead of gmtime()Thomas Haller2023-08-183-6/+9
| * tests: avoid srandom()/random() in favor of _nltst_rand_u32()Thomas Haller2023-08-181-7/+1
| * lib: use getprotobyname_r(), getprotobynumber_r() if availableThomas Haller2023-08-183-8/+67
| * lib: fix error handling in nl_str2ip_proto()Thomas Haller2023-08-182-3/+3
| * tests: check nl_str2ip_proto()Thomas Haller2023-08-181-0/+9
|/
* route: fix documentation comment for nl_nh_group_infoThomas Haller2023-08-171-2/+2
* clang-format: add "-l" alias for option in "tools/clang-format.sh"Thomas Haller2023-08-171-11/+11
* clang-format: merge branch 'th/update-clang-format'Thomas Haller2023-08-1710-276/+279
|\
| * clang-format: ignore reformatting commit in ".git-blame-ignore-revs"Thomas Haller2023-08-171-0/+1
| * clang-format: reformat files with new formatThomas Haller2023-08-178-255/+255
| * clang-format: update ".clang-format" from linux kernelThomas Haller2023-08-171-21/+23
|/
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-08122-147/+147
* include/linux: add all linux headers that we useThomas Haller2023-08-0826-0/+4291
* include/linux: update all linux headersThomas Haller2023-08-0834-159/+1977
* include: add missing "extern "C"" specifier to public headersThomas Haller2023-08-076-0/+49
* all: drop "extern "C"" from internal codeThomas Haller2023-08-075-40/+0
* build: add "check-local-build-headers" test target to build public headersThomas Haller2023-08-071-0/+35
* build: add a "check-local" build targetThomas Haller2023-08-071-0/+3
* include: fix headers "include/netlink/route/{netconf.h,route/qdisc/red.h}" to...Thomas Haller2023-08-072-0/+3
* idiag: "fix" license for "idiag-socket-details" toolThomas Haller2023-08-041-1/+1
* github: test build on alpine:latest for muslThomas Haller2023-08-031-2/+62
* Revert "gitignore: ignore patch files"Thomas Haller2023-08-031-1/+0
* github: add test for linking with mold and fail on unknown versionsThomas Haller2023-08-031-0/+13
* route/nh: drop not implemented "nh" API from headersThomas Haller2023-08-032-8/+0
* build: fix exporting symbol rtnl_link_info_ops_getThomas Haller2023-08-032-2/+1
* merge branch 'th/cleanup-includes-1'Thomas Haller2023-08-03128-203/+177
|\
| * include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-0316-32/+0
| * tests: cleanup include of netlink headersThomas Haller2023-08-031-3/+2
| * build: cleanup default include list in Makefile.amThomas Haller2023-08-031-12/+13
| * include: include private linux headers with explicit pathThomas Haller2023-08-03120-151/+153
| * python: add make target for python buildThomas Haller2023-08-031-0/+4
| * python: drop unused "python/netlink/fixes.h"Thomas Haller2023-08-032-2/+0
| * gitignore: ignore python build artifactsThomas Haller2023-08-031-3/+2
| * gitignore: ignore generated doc filesThomas Haller2023-08-031-0/+3
|/
* include: merge branch 'th/move-private-headers-3'Thomas Haller2023-08-02271-2155/+2758
|\
| * include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-02152-517/+347
| * all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-02235-350/+985