index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile.am: avoid use of non-portable echo arguments
main
Sam James
2023-08-31
1
-1/+1
*
python: Use correct decorator syntax in HTBQdisc
David Ward
2023-08-30
1
-1/+1
*
libnl-3.8.0 release
libnl3_8_0
Thomas Haller
2023-08-29
4
-3/+9
*
build: merge branch 'th/configure-fixes'
Thomas Haller
2023-08-29
2
-27/+14
|
\
|
*
build: replace old "NOTE" in configure output and add summary
th/tmp
Thomas Haller
2023-08-29
1
-23/+10
|
*
build: avoid aclocal warning about missing "m4" directory
Thomas Haller
2023-08-29
1
-1/+1
|
*
build: run `autoupdate` for AM_PROG_LIBTOOL
Thomas Haller
2023-08-29
1
-2/+2
|
*
build: add "-Wno-portability" to AC_INIT_AUTOMAKE()
Thomas Haller
2023-08-29
1
-1/+1
|
/
*
license: merge branch 'th/fix-gpl-license'
Thomas Haller
2023-08-21
4
-4/+4
|
\
|
*
license: fix/adjust license for "src/nl-cls-add.c"
Thomas Haller
2023-08-21
1
-1/+1
|
*
license: fix/adjust license for "src/nl-addr-{add,delete,list}.c"
Thomas Haller
2023-08-21
3
-3/+3
|
/
*
all: merge 'th/avoid-mt-unsafe-libc'
Thomas Haller
2023-08-18
9
-23/+89
|
\
|
*
tests: use thread-safe localtime_r() instead of localtime()
Thomas Haller
2023-08-18
1
-1/+2
|
*
lib/xfrm: use thread-safe gmtime_r() instead of gmtime()
Thomas Haller
2023-08-18
3
-6/+9
|
*
tests: avoid srandom()/random() in favor of _nltst_rand_u32()
Thomas Haller
2023-08-18
1
-7/+1
|
*
lib: use getprotobyname_r(), getprotobynumber_r() if available
Thomas Haller
2023-08-18
3
-8/+67
|
*
lib: fix error handling in nl_str2ip_proto()
Thomas Haller
2023-08-18
2
-3/+3
|
*
tests: check nl_str2ip_proto()
Thomas Haller
2023-08-18
1
-0/+9
|
/
*
route: fix documentation comment for nl_nh_group_info
Thomas Haller
2023-08-17
1
-2/+2
*
clang-format: add "-l" alias for option in "tools/clang-format.sh"
Thomas Haller
2023-08-17
1
-11/+11
*
clang-format: merge branch 'th/update-clang-format'
Thomas Haller
2023-08-17
10
-276/+279
|
\
|
*
clang-format: ignore reformatting commit in ".git-blame-ignore-revs"
Thomas Haller
2023-08-17
1
-0/+1
|
*
clang-format: reformat files with new format
Thomas Haller
2023-08-17
8
-255/+255
|
*
clang-format: update ".clang-format" from linux kernel
Thomas Haller
2023-08-17
1
-21/+23
|
/
*
include: use <linux/$file> instead of <linux-private/linux/$file>
Thomas Haller
2023-08-08
122
-147/+147
*
include/linux: add all linux headers that we use
Thomas Haller
2023-08-08
26
-0/+4291
*
include/linux: update all linux headers
Thomas Haller
2023-08-08
34
-159/+1977
*
include: add missing "extern "C"" specifier to public headers
Thomas Haller
2023-08-07
6
-0/+49
*
all: drop "extern "C"" from internal code
Thomas Haller
2023-08-07
5
-40/+0
*
build: add "check-local-build-headers" test target to build public headers
Thomas Haller
2023-08-07
1
-0/+35
*
build: add a "check-local" build target
Thomas Haller
2023-08-07
1
-0/+3
*
include: fix headers "include/netlink/route/{netconf.h,route/qdisc/red.h}" to...
Thomas Haller
2023-08-07
2
-0/+3
*
idiag: "fix" license for "idiag-socket-details" tool
Thomas Haller
2023-08-04
1
-1/+1
*
github: test build on alpine:latest for musl
Thomas Haller
2023-08-03
1
-2/+62
*
Revert "gitignore: ignore patch files"
Thomas Haller
2023-08-03
1
-1/+0
*
github: add test for linking with mold and fail on unknown versions
Thomas Haller
2023-08-03
1
-0/+13
*
route/nh: drop not implemented "nh" API from headers
Thomas Haller
2023-08-03
2
-8/+0
*
build: fix exporting symbol rtnl_link_info_ops_get
Thomas Haller
2023-08-03
2
-2/+1
*
merge branch 'th/cleanup-includes-1'
Thomas Haller
2023-08-03
128
-203/+177
|
\
|
*
include: don't explicitly include headers from "nl-default.h"
Thomas Haller
2023-08-03
16
-32/+0
|
*
tests: cleanup include of netlink headers
Thomas Haller
2023-08-03
1
-3/+2
|
*
build: cleanup default include list in Makefile.am
Thomas Haller
2023-08-03
1
-12/+13
|
*
include: include private linux headers with explicit path
Thomas Haller
2023-08-03
120
-151/+153
|
*
python: add make target for python build
Thomas Haller
2023-08-03
1
-0/+4
|
*
python: drop unused "python/netlink/fixes.h"
Thomas Haller
2023-08-03
2
-2/+0
|
*
gitignore: ignore python build artifacts
Thomas Haller
2023-08-03
1
-3/+2
|
*
gitignore: ignore generated doc files
Thomas Haller
2023-08-03
1
-0/+3
|
/
*
include: merge branch 'th/move-private-headers-3'
Thomas Haller
2023-08-02
271
-2155/+2758
|
\
|
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
152
-517/+347
|
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
235
-350/+985
[next]