summaryrefslogtreecommitdiffstats
path: root/lib/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix build_xfrm_sp_message index conditionSimon Buttgereit2017-02-271-2/+1
* xfrm/template: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/selector: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/sa: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/lifetime: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/ae: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* cache_mngr: add include callback v2Tobias Jungel2016-12-011-7/+24
* xfrm: add capability reference to xfrmnl_sa_set_*Thomas Egerer2016-11-061-0/+8
* xfrm: fix xfrm security context managementThomas Egerer2016-11-061-19/+56
* xfrm: fix memleak in another error path of build_xfrm_sa_messagePeter Wu2016-08-141-1/+4
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-125-11/+11
* xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller2016-06-291-14/+82
* xfrm: fix memleak in build_xfrm_sa_message() error-pathThomas Haller2016-06-251-1/+3
* xfrm: attach only one xfrm alg attribute to netlink messageThomas Egerer2016-06-251-14/+19
* xfrm: fix memory leak for encap original addressThomas Egerer2016-06-251-2/+5