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
...
*
xfrm: fix leaking usertemplate in xfrmnl_sp_parse()
Thomas Haller
2023-12-04
2
-2/+9
*
socket: workaround coverity warning about time_t handling
Thomas Haller
2023-12-04
1
-2/+20
*
github: update Fedora image and version for clang-format
Thomas Haller
2023-12-04
1
-1/+1
*
clang-format: rework container script
Thomas Haller
2023-12-02
2
-31/+31
*
lib: fix signed overflow warning in nl_object_diff()
Thomas Haller
2023-12-01
1
-1/+1
*
socket: explicitly cast time() to uint32_t
Thomas Haller
2023-12-01
1
-2/+3
*
src: fix leak in "nl-cls-add"
Thomas Haller
2023-12-01
1
-1/+1
*
route/cls: add get/take wrappers for rtnl_act_append()
Thomas Haller
2023-12-01
6
-24/+40
*
route/cls: fix leak in error handling of rtnl_flower_append_action()
Thomas Haller
2023-12-01
1
-1/+5
*
route: fix just introduced use-after-free in rtnl_act_parse()
Thomas Haller
2023-12-01
1
-0/+2
*
route: use cleanup macro in rtnl_act_parse()
Thomas Haller
2023-12-01
1
-28/+19
*
nl-aux-route: add cleanup macro for rtnl_act_put_all()
Thomas Haller
2023-12-01
1
-0/+5
*
base: add _NL_AUTO_DEFINE_FCN_INDIRECT0() macro
Thomas Haller
2023-12-01
1
-0/+8
*
route: fix memleak in rtnl_act_parse()
Thomas Haller
2023-12-01
1
-1/+1
*
base: don't use static array indices for buffer argument of _nl_inet_ntop()
Thomas Haller
2023-12-01
1
-2/+1
*
route/can: implement can_device_stats
Job Feikens
2023-12-01
3
-5/+58
*
github: build with "-fexceptions" CFLAGS
Thomas Haller
2023-11-29
1
-3/+3
*
xfrm: erge branch 'th/xfrm-addr-cleanup'
Thomas Haller
2023-11-29
8
-164/+155
|
\
|
*
xfrm: refactor error handling in XFRM parsing
Thomas Haller
2023-11-29
3
-140/+70
|
*
include: add "nl-aux-xfrm" helpers
Thomas Haller
2023-11-29
3
-0/+45
|
*
xfrm: fix crashes in case of ENOMEM
Thomas Haller
2023-11-29
3
-14/+51
|
*
xfrm: refactor nl_addr_build() calls in XFRM code
Thomas Haller
2023-11-29
2
-46/+12
|
*
xfrm: use cleanup attribute for nl_addr in XFRM parsing
Thomas Haller
2023-11-29
2
-37/+31
|
*
xfrm: fix error code for NLE_ENOMEM in xfrmnl_ae_parse()
Thomas Haller
2023-11-29
1
-1/+1
|
*
xfrm: fix parsing address in xfrmnl_ae_parse()
Thomas Haller
2023-11-29
1
-2/+3
|
*
nl-aux-core: add _nl_addr_build() helper
Thomas Haller
2023-11-29
1
-0/+7
|
*
nl-base-utils: add _nl_addr_family_to_size() helper
Thomas Haller
2023-11-29
1
-0/+11
|
/
*
xfrm: merge branch 'spellingmistake:main'
Thomas Haller
2023-11-27
1
-0/+10
|
\
|
*
xfrm: clear XFRM_SP_ATTR_TMPL when removing the last template from a policy
Thomas Egerer
2023-11-27
1
-0/+2
|
*
xfrm/sp: fix reference counters of sa selector/tmpl addresses
Thomas Egerer
2023-11-27
1
-0/+8
|
/
*
route/link: add bonding interface options set rtnl apis
Lokesh Dhoundiyal
2023-10-30
3
-0/+80
*
build: fix declaring special targets as ".PHONY"
Thomas Haller
2023-08-31
1
-2/+6
*
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
|
/
[prev]
[next]