summaryrefslogtreecommitdiff
path: root/lib/xfrm
AgeCommit message (Expand)Author
2022-03-17lib: make nl_object_clone() out-of-memory safeThomas Haller
2022-03-17xfrm/sa: clone user_offload in xfrm_sa_clone()Thomas Haller
2022-03-17xfrm/sa: style cleanup xfrm_sa_clone()Thomas Haller
2022-03-03xfrm: fix naming consistency in xfrmnl_sp_get_curlifetime()Balaji Marisetti
2022-03-03xfrm: ensure minlen in policy for XFRMA_OFFLOAD_DEVThomas Haller
2022-03-03xfrm: Add support for xfrm user offloadingThomas Egerer
2022-03-03zero stack allocated memory in xfrmnl_build_sa_delete_requestNeil Horman
2020-04-21xfrm: remove superfluous xfrm_userpolicy_id from dump requestThomas Egerer
2020-04-16xfrm: remove superfluous xfrm_usersa_id from dump requestThomas Egerer
2020-04-15lib: use _nl_strncpy*() instead of plain strncpy()Thomas Haller
2019-08-16all: Avoid pointer arithmetic on `void *`Michael Forney
2019-08-16dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney
2019-08-12Add SPDX identifiersYegor Yefremov
2019-08-09xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_saThomas Haller
2019-08-08route: fix strncpy() warning from coverity about unterminated stringThomas Haller
2017-06-15lib/xfrm/ae.c: fix memcpy(dst, dst) bugRasmus Villemoes
2017-02-27xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()Thomas Haller
2017-02-27xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()Thomas Haller
2017-02-27fix of boolean operatorsSimon Buttgereit
2017-02-27update documentation of xfrmnl_sp_get_sec_ctxSimon Buttgereit
2017-02-27add possibity to delete policy without indexSimon Buttgereit
2017-02-27update sp_attr condition in build_xfrm_sp_messageSimon Buttgereit
2017-02-27little style fixes.Simon Buttgereit
2017-02-27fix xfrmnl_sp_set_sec_ctx length attributesSimon Buttgereit
2017-02-27fix build_xfrm_sp_message index conditionSimon Buttgereit
2017-01-20xfrm/template: Include own public header for function prototypesTobias Klauser
2017-01-20xfrm/selector: Include own public header for function prototypesTobias Klauser
2017-01-20xfrm/sa: Include own public header for function prototypesTobias Klauser
2017-01-20xfrm/lifetime: Include own public header for function prototypesTobias Klauser
2017-01-20xfrm/ae: Include own public header for function prototypesTobias Klauser
2016-12-01cache_mngr: add include callback v2Tobias Jungel
2016-11-06xfrm: add capability reference to xfrmnl_sa_set_*Thomas Egerer
2016-11-06xfrm: fix xfrm security context managementThomas Egerer
2016-08-14xfrm: fix memleak in another error path of build_xfrm_sa_messagePeter Wu
2016-08-12trivial: whitespace-only fixes for src and libPeter Wu
2016-06-29xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller
2016-06-25xfrm: fix memleak in build_xfrm_sa_message() error-pathThomas Haller
2016-06-25xfrm: attach only one xfrm alg attribute to netlink messageThomas Egerer
2016-06-25xfrm: fix memory leak for encap original addressThomas Egerer
2016-06-25xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()Thomas Haller
2016-06-25xfrm: fix segfault when using encapsulation templatesThomas Egerer
2016-06-25xfrm: make character pointers in setters constThomas Egerer
2016-06-25xfrm: check length of alg_name before strcpying itThomas Egerer
2016-06-25xfrm: fix buffer overflow when copying keysThomas Egerer
2016-02-12lib: update ce-mask to uint64_tDavid Ahern
2015-05-12xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...Thomas Haller
2015-05-12xfrm: fix potential NULL dereferenceTobias Klauser
2014-08-27xfrm: fix xfrm_sa_msg_parser() to return the value from the callbackNicolas PLANEL
2014-08-27xfrm: fix an unintialized return value on memory allocation error in xfrmnl_a...Nicolas PLANEL
2014-08-26xfrm: fix calling free() with a bad pointerNicolas PLANEL