summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* github,clang-format: update fedora version for clang-formatThomas Haller2024-05-071-1/+1
* route: fix IPv6 ecmp route deleted nexthop matchingJonas Gorski2024-05-071-1/+9
* cache: merge branch 'ievenbach:aurora/cache-mgr-cb'Thomas Haller2024-05-064-28/+59
|\
| * cache: use cleanup attribute in nl_cache_mngr_alloc_ex()Thomas Haller2024-05-062-21/+17
| * cache: cleanup nl_cache_mngr_alloc_ex()Thomas Haller2024-05-062-31/+31
| * cache: allow to allocate cache manager with custom refill socketIlya A. Evenbach2024-05-063-15/+50
|/
* tests: test compiling all public headers with C++ compilerThomas Haller2024-05-062-0/+35
* tests: don't use $COMPILE for building header testsThomas Haller2024-05-061-1/+1
* include: add _NL_NO_WARN_DEPRECATED_HEADER for suppressing warning about depr...Thomas Haller2024-05-065-1/+9
* tests: avoid "-Wunused-parameter" warning in build headers testThomas Haller2024-05-061-1/+1
* route: avoid compiler warning about calloc() arguments in rtnl_netem_set_dela...Thomas Haller2024-05-061-1/+1
* cache: fix new object in callback v2 on updated objectsJonas Gorski2024-04-261-1/+1
* socket: fix ubsan complaint about incorrect left-shift in generate_local_port()Ilya A. Evenbach2024-04-261-1/+1
* all: merge branch 'th/nl-debug'Thomas Haller2024-04-227-27/+17
|\
| * github: test with --enable-debug=no configure optionThomas Haller2024-04-221-1/+3
| * utils: always define nl_debug_dpThomas Haller2024-04-222-9/+5
| * core: always define statements for NL_DBG()Thomas Haller2024-04-223-14/+3
| * build: always define NL_DEBUGThomas Haller2024-04-226-10/+13
|/
* all: use defines for attributesThomas Haller2024-04-225-9/+9
* route/bison: include "nl-default.h" in lex/yacc filesThomas Haller2024-04-223-1/+6
* route: add support for layer 3 filtering on bridgesCordell O'Leary2024-04-033-0/+105
* route: merge branch 'Cordell-O:main'Thomas Haller2024-02-297-8/+602
|\
| * tests: add test for bridge vlan attributes.Cordell O'Leary2024-02-293-4/+135
| * route: add support for vlan filtering on bridge ports.Cordell O'Leary2024-02-295-8/+402
| * route: Add support to set ageing time for dynamic bridge table entriesCordell O'Leary2024-02-293-0/+69
|/
* tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)`Thomas Haller2024-02-021-0/+8
* lib/xfrm: add missing #include <time.h>Aleksander Mazur2024-01-082-0/+2
* libnl-3.9.0 releaselibnl3_9_0Thomas Haller2023-12-044-3/+9
* include/linux-private: import 'seg6 local' headers from kernel treeKonstantin Kogdenko2023-12-045-0/+261
* lib: remove unused assignment in nl_addr_parse()Thomas Haller2023-12-041-2/+0
* route/tc: avoid integer overflow in rtnl_tc_calc_cell_log()Thomas Haller2023-12-041-2/+2
* xfrm: return -NLE_MISSING_ATTR from xfrmnl_sa_get_auth_params()Thomas Haller2023-12-041-13/+10
* xfrm: fix leaking usertemplate in xfrmnl_sp_parse()Thomas Haller2023-12-042-2/+9
* socket: workaround coverity warning about time_t handlingThomas Haller2023-12-041-2/+20
* github: update Fedora image and version for clang-formatThomas Haller2023-12-041-1/+1
* clang-format: rework container scriptThomas Haller2023-12-022-31/+31
* lib: fix signed overflow warning in nl_object_diff()Thomas Haller2023-12-011-1/+1
* socket: explicitly cast time() to uint32_tThomas Haller2023-12-011-2/+3
* src: fix leak in "nl-cls-add"Thomas Haller2023-12-011-1/+1
* route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller2023-12-016-24/+40
* route/cls: fix leak in error handling of rtnl_flower_append_action()Thomas Haller2023-12-011-1/+5
* route: fix just introduced use-after-free in rtnl_act_parse()Thomas Haller2023-12-011-0/+2
* route: use cleanup macro in rtnl_act_parse()Thomas Haller2023-12-011-28/+19
* nl-aux-route: add cleanup macro for rtnl_act_put_all()Thomas Haller2023-12-011-0/+5
* base: add _NL_AUTO_DEFINE_FCN_INDIRECT0() macroThomas Haller2023-12-011-0/+8
* route: fix memleak in rtnl_act_parse()Thomas Haller2023-12-011-1/+1
* base: don't use static array indices for buffer argument of _nl_inet_ntop()Thomas Haller2023-12-011-2/+1
* route/can: implement can_device_statsJob Feikens2023-12-013-5/+58
* github: build with "-fexceptions" CFLAGSThomas Haller2023-11-291-3/+3
* xfrm: erge branch 'th/xfrm-addr-cleanup'Thomas Haller2023-11-298-164/+155
|\