summaryrefslogtreecommitdiffstats
path: root/lib/xfrm
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()Thomas Haller2016-06-251-3/+2
* xfrm: fix segfault when using encapsulation templatesThomas Egerer2016-06-251-3/+8
* xfrm: make character pointers in setters constThomas Egerer2016-06-251-10/+10
* xfrm: check length of alg_name before strcpying itThomas Egerer2016-06-251-4/+4
* xfrm: fix buffer overflow when copying keysThomas Egerer2016-06-251-8/+12
* lib: update ce-mask to uint64_tDavid Ahern2016-02-123-6/+10
* xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...Thomas Haller2015-05-122-6/+8
* xfrm: fix potential NULL dereferenceTobias Klauser2015-05-122-4/+6