summaryrefslogtreecommitdiffstats
path: root/lib/xfrm/ae.c
Commit message (Expand)AuthorAgeFilesLines
* lib/xfrm: add missing #include <time.h>Aleksander Mazur2024-01-081-0/+1
* xfrm: refactor error handling in XFRM parsingThomas Haller2023-11-291-24/+14
* xfrm: fix crashes in case of ENOMEMThomas Haller2023-11-291-2/+9
* 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
* lib/xfrm: use thread-safe gmtime_r() instead of gmtime()Thomas Haller2023-08-181-2/+3
* 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-021-2/+2
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-1/+3
* include: split and drop "netlink-private/types.h"Thomas Haller2023-08-021-2/+30
* all: rework ATTR_DIFF() macros to not generate attribute namesThomas Haller2023-07-281-11/+15
* 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-221-2/+3
* lib: make nl_object_clone() out-of-memory safeThomas Haller2022-03-161-4/+10
* dbg: Use __func__ instead of __PRETTY_FUNCTION__Michael Forney2019-08-161-1/+1
* Add SPDX identifiersYegor Yefremov2019-08-121-0/+1
* lib/xfrm/ae.c: fix memcpy(dst, dst) bugRasmus Villemoes2017-06-151-2/+2
* xfrm/ae: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-121-2/+2
* lib: update ce-mask to uint64_tDavid Ahern2016-02-121-2/+4
* xfrm: fix an unintialized return value on memory allocation error in xfrmnl_a...Nicolas PLANEL2014-08-271-1/+3
* style: require comma after __ADD() macroThomas Haller2014-07-271-19/+19
* xfrm: style-fixesThomas Haller2014-07-201-550/+552
* xfrm: add xfrm supportSruthi Yellamraju2014-07-201-0/+977