summaryrefslogtreecommitdiffstats
path: root/lib/xfrm
Commit message (Expand)AuthorAgeFilesLines
* xfrm: remove redundant check in xfrm_sa_update_cache()Thomas Haller2024-09-121-1/+1
* xfrm: use the new _nl_auto_nl_object helperJonas Gorski2024-09-121-3/+1
* all: fix and enable "-Wsign-compare" warningThomas Haller2024-05-291-3/+6
* all: use defines for attributesThomas Haller2024-04-222-5/+5
* lib/xfrm: add missing #include <time.h>Aleksander Mazur2024-01-082-0/+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-041-2/+2
* xfrm: refactor error handling in XFRM parsingThomas Haller2023-11-293-140/+70
* xfrm: fix crashes in case of ENOMEMThomas Haller2023-11-293-14/+51
* xfrm: refactor nl_addr_build() calls in XFRM codeThomas Haller2023-11-292-46/+12
* xfrm: use cleanup attribute for nl_addr in XFRM parsingThomas Haller2023-11-292-37/+31
* xfrm: fix error code for NLE_ENOMEM in xfrmnl_ae_parse()Thomas Haller2023-11-291-1/+1
* xfrm: fix parsing address in xfrmnl_ae_parse()Thomas Haller2023-11-291-2/+3
* xfrm: clear XFRM_SP_ATTR_TMPL when removing the last template from a policyThomas Egerer2023-11-271-0/+2
* xfrm/sp: fix reference counters of sa selector/tmpl addressesThomas Egerer2023-11-271-0/+8
* lib/xfrm: use thread-safe gmtime_r() instead of gmtime()Thomas Haller2023-08-183-6/+9
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
* include: include private linux headers with explicit pathThomas Haller2023-08-031-2/+2
* include: drop "netlink-private/netlink.h" and move declarationsThomas Haller2023-08-026-12/+7
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-026-3/+17
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-027-5/+239
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-283-77/+94
* xfrm/sa: fix reference counters of sa selector addressesNeil Horman2022-04-261-0/+4
* xfrm: fix uninitalized variables in build_xfrm_ae_message()Thomas Haller2022-04-231-0/+2
* all: fix "-Wformat" warnings for nl_dump*()Thomas Haller2022-04-223-15/+35
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-163-20/+44
* xfrm/sa: clone user_offload in xfrm_sa_clone()Thomas Haller2022-03-161-0/+6
* xfrm/sa: style cleanup xfrm_sa_clone()Thomas Haller2022-03-161-14/+7
* xfrm: fix naming consistency in xfrmnl_sp_get_curlifetime()Balaji Marisetti2022-03-031-6/+6
* xfrm: ensure minlen in policy for XFRMA_OFFLOAD_DEVThomas Haller2022-03-031-0/+1
* xfrm: Add support for xfrm user offloadingThomas Egerer2022-03-031-0/+86
* zero stack allocated memory in xfrmnl_build_sa_delete_requestNeil Horman2022-03-031-0/+1
* xfrm: remove superfluous xfrm_userpolicy_id from dump requestThomas Egerer2020-04-211-5/+1
* xfrm: remove superfluous xfrm_usersa_id from dump requestThomas Egerer2020-04-161-5/+1
* lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller2020-04-151-2/+1
* all: Avoid pointer arithmetic on `void *`Michael Forney2019-08-162-2/+2
* dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney2019-08-162-2/+2
* Add SPDX identifiersYegor Yefremov2019-08-126-0/+6
* xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_saThomas Haller2019-08-091-71/+74
* route: fix strncpy() warning from coverity about unterminated stringThomas Haller2019-08-081-0/+1
* lib/xfrm/ae.c: fix memcpy(dst, dst) bugRasmus Villemoes2017-06-151-2/+2
* xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()Thomas Haller2017-02-272-2/+4
* xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()Thomas Haller2017-02-271-6/+33
* fix of boolean operatorsSimon Buttgereit2017-02-271-4/+4
* update documentation of xfrmnl_sp_get_sec_ctxSimon Buttgereit2017-02-271-5/+5
* add possibity to delete policy without indexSimon Buttgereit2017-02-271-4/+45
* update sp_attr condition in build_xfrm_sp_messageSimon Buttgereit2017-02-271-1/+3
* little style fixes.Simon Buttgereit2017-02-271-2/+2
* fix xfrmnl_sp_set_sec_ctx length attributesSimon Buttgereit2017-02-271-5/+17