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
*
route: Add support to set ageing time for dynamic bridge table entries
Cordell O'Leary
2024-02-29
3
-0/+69
*
tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)`
Thomas Haller
2024-02-02
1
-0/+8
*
lib/xfrm: add missing #include <time.h>
Aleksander Mazur
2024-01-08
2
-0/+2
*
libnl-3.9.0 release
libnl3_9_0
Thomas Haller
2023-12-04
4
-3/+9
*
include/linux-private: import 'seg6 local' headers from kernel tree
Konstantin Kogdenko
2023-12-04
5
-0/+261
*
lib: remove unused assignment in nl_addr_parse()
Thomas Haller
2023-12-04
1
-2/+0
*
route/tc: avoid integer overflow in rtnl_tc_calc_cell_log()
Thomas Haller
2023-12-04
1
-2/+2
*
xfrm: return -NLE_MISSING_ATTR from xfrmnl_sa_get_auth_params()
Thomas Haller
2023-12-04
1
-13/+10
*
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
[next]