summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2 dayscache: fix new object in callback v2 on updated objectsupstream-mainJonas Gorski
2 dayssocket: fix ubsan complaint about incorrect left-shift in generate_local_port()Ilya A. Evenbach
6 daysall: merge branch 'th/nl-debug'Thomas Haller
6 daysgithub: test with --enable-debug=no configure optionThomas Haller
6 daysutils: always define nl_debug_dpThomas Haller
6 dayscore: always define statements for NL_DBG()Thomas Haller
6 daysbuild: always define NL_DEBUGThomas Haller
6 daysall: use defines for attributesThomas Haller
6 daysroute/bison: include "nl-default.h" in lex/yacc filesThomas Haller
2024-04-03route: add support for layer 3 filtering on bridgesCordell O'Leary
2024-02-29route: merge branch 'Cordell-O:main'Thomas Haller
2024-02-29tests: add test for bridge vlan attributes.Cordell O'Leary
2024-02-29route: add support for vlan filtering on bridge ports.Cordell O'Leary
2024-02-29route: Add support to set ageing time for dynamic bridge table entriesCordell O'Leary
2024-02-02tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)`Thomas Haller
2024-01-08lib/xfrm: add missing #include <time.h>Aleksander Mazur
2023-12-04libnl-3.9.0 releaseThomas Haller
2023-12-04include/linux-private: import 'seg6 local' headers from kernel treeKonstantin Kogdenko
2023-12-04lib: remove unused assignment in nl_addr_parse()Thomas Haller
2023-12-04route/tc: avoid integer overflow in rtnl_tc_calc_cell_log()Thomas Haller
2023-12-04xfrm: return -NLE_MISSING_ATTR from xfrmnl_sa_get_auth_params()Thomas Haller
2023-12-04xfrm: fix leaking usertemplate in xfrmnl_sp_parse()Thomas Haller
2023-12-04socket: workaround coverity warning about time_t handlingThomas Haller
2023-12-04github: update Fedora image and version for clang-formatThomas Haller
2023-12-02clang-format: rework container scriptThomas Haller
2023-12-01lib: fix signed overflow warning in nl_object_diff()Thomas Haller
2023-12-01socket: explicitly cast time() to uint32_tThomas Haller
2023-12-01src: fix leak in "nl-cls-add"Thomas Haller
2023-12-01route/cls: add get/take wrappers for rtnl_act_append()Thomas Haller
2023-12-01route/cls: fix leak in error handling of rtnl_flower_append_action()Thomas Haller
2023-12-01route: fix just introduced use-after-free in rtnl_act_parse()Thomas Haller
2023-12-01route: use cleanup macro in rtnl_act_parse()Thomas Haller
2023-12-01nl-aux-route: add cleanup macro for rtnl_act_put_all()Thomas Haller
2023-12-01base: add _NL_AUTO_DEFINE_FCN_INDIRECT0() macroThomas Haller
2023-12-01route: fix memleak in rtnl_act_parse()Thomas Haller
2023-12-01base: don't use static array indices for buffer argument of _nl_inet_ntop()Thomas Haller
2023-12-01route/can: implement can_device_statsJob Feikens
2023-11-29github: build with "-fexceptions" CFLAGSThomas Haller
2023-11-29xfrm: erge branch 'th/xfrm-addr-cleanup'Thomas Haller
2023-11-29xfrm: refactor error handling in XFRM parsingThomas Haller
2023-11-29include: add "nl-aux-xfrm" helpersThomas Haller
2023-11-29xfrm: fix crashes in case of ENOMEMThomas Haller
2023-11-29xfrm: refactor nl_addr_build() calls in XFRM codeThomas Haller
2023-11-29xfrm: use cleanup attribute for nl_addr in XFRM parsingThomas Haller
2023-11-29xfrm: fix error code for NLE_ENOMEM in xfrmnl_ae_parse()Thomas Haller
2023-11-29xfrm: fix parsing address in xfrmnl_ae_parse()Thomas Haller
2023-11-29nl-aux-core: add _nl_addr_build() helperThomas Haller
2023-11-29nl-base-utils: add _nl_addr_family_to_size() helperThomas Haller
2023-11-27xfrm: merge branch 'spellingmistake:main'Thomas Haller
2023-11-27xfrm: clear XFRM_SP_ATTR_TMPL when removing the last template from a policyThomas Egerer