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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib: avoid overflow in computation of s_seq_next
Christopher Ferris
2024-07-19
2
-1/+6
*
all: fix and enable "-Wsign-compare" warning
Thomas Haller
2024-05-29
31
-69/+98
*
build: use AC_USE_SYSTEM_EXTENSIONS instead of defining _GNU_SOURCE
Thomas Haller
2024-05-29
2
-2/+6
*
build: cleanup defining SYSCONFDIR on command line
Thomas Haller
2024-05-29
1
-1/+1
*
lib: add internal _nla_len() helper
Thomas Haller
2024-05-29
2
-2/+4
*
route: treat routes with via nexthops as universe scoped as well
Jonas Gorski
2024-05-29
1
-1/+1
*
route: add missing priority to route_keygen() debug print
Jonas Gorski
2024-05-17
1
-4/+5
*
route: move "struct rtnl_nexthop" to "nl-priv-dynamic-route"
Thomas Haller
2024-05-17
1
-15/+0
*
route: expose nexthop id attribute
Jonas Gorski
2024-05-17
1
-1/+34
*
route: drop unused fields from "struct rtnl_route"
Thomas Haller
2024-05-17
1
-2/+0
*
route: use the new helper function for comparing nexthops
Jonas Gorski
2024-05-14
1
-12/+4
*
nexthop: add a identical helper function
Jonas Gorski
2024-05-14
1
-0/+17
*
utils: reserve the nl_has_capabiliy numbers for releases 3.10 - 3.12
Thomas Haller
2024-05-07
1
-3/+3
*
route: fix IPv6 ecmp route deleted nexthop matching
Jonas Gorski
2024-05-07
1
-1/+9
*
cache: use cleanup attribute in nl_cache_mngr_alloc_ex()
Thomas Haller
2024-05-06
1
-21/+11
*
cache: cleanup nl_cache_mngr_alloc_ex()
Thomas Haller
2024-05-06
1
-27/+28
*
cache: allow to allocate cache manager with custom refill socket
Ilya A. Evenbach
2024-05-06
1
-13/+38
*
route: avoid compiler warning about calloc() arguments in rtnl_netem_set_dela...
Thomas Haller
2024-05-06
1
-1/+1
*
cache: fix new object in callback v2 on updated objects
Jonas Gorski
2024-04-26
1
-1/+1
*
socket: fix ubsan complaint about incorrect left-shift in generate_local_port()
Ilya A. Evenbach
2024-04-26
1
-1/+1
*
utils: always define nl_debug_dp
Thomas Haller
2024-04-22
2
-9/+5
*
core: always define statements for NL_DBG()
Thomas Haller
2024-04-22
2
-6/+0
*
build: always define NL_DEBUG
Thomas Haller
2024-04-22
4
-6/+6
*
all: use defines for attributes
Thomas Haller
2024-04-22
4
-7/+7
*
route/bison: include "nl-default.h" in lex/yacc files
Thomas Haller
2024-04-22
3
-1/+6
*
route: add support for layer 3 filtering on bridges
Cordell O'Leary
2024-04-03
1
-0/+96
*
tests: add test for bridge vlan attributes.
Cordell O'Leary
2024-02-29
1
-4/+4
*
route: add support for vlan filtering on bridge ports.
Cordell O'Leary
2024-02-29
2
-8/+386
*
route: Add support to set ageing time for dynamic bridge table entries
Cordell O'Leary
2024-02-29
1
-0/+58
*
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
1
-1/+1
*
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
1
-2/+2
*
socket: workaround coverity warning about time_t handling
Thomas Haller
2023-12-04
1
-2/+20
*
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
*
route/cls: add get/take wrappers for rtnl_act_append()
Thomas Haller
2023-12-01
5
-21/+14
*
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
*
route: fix memleak in rtnl_act_parse()
Thomas Haller
2023-12-01
1
-1/+1
*
route/can: implement can_device_stats
Job Feikens
2023-12-01
1
-5/+54
*
xfrm: refactor error handling in XFRM parsing
Thomas Haller
2023-11-29
3
-140/+70
*
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
[next]