index
:
libnl.git
cache-nonexcl-route
main
th/pr/338
th/test-routes
th/tmp
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
xfrm
/
sa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfrm: remove redundant check in xfrm_sa_update_cache()
Thomas Haller
2024-09-12
1
-1/+1
*
xfrm: use the new _nl_auto_nl_object helper
Jonas Gorski
2024-09-12
1
-3/+1
*
all: use defines for attributes
Thomas Haller
2024-04-22
1
-2/+2
*
xfrm: return -NLE_MISSING_ATTR from xfrmnl_sa_get_auth_params()
Thomas Haller
2023-12-04
1
-13/+10
*
xfrm: refactor error handling in XFRM parsing
Thomas Haller
2023-11-29
1
-73/+37
*
xfrm: fix crashes in case of ENOMEM
Thomas Haller
2023-11-29
1
-8/+26
*
xfrm: refactor nl_addr_build() calls in XFRM code
Thomas Haller
2023-11-29
1
-30/+8
*
xfrm: use cleanup attribute for nl_addr in XFRM parsing
Thomas Haller
2023-11-29
1
-13/+11
*
lib/xfrm: use thread-safe gmtime_r() instead of gmtime()
Thomas Haller
2023-08-18
1
-2/+3
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
1
-2/+2
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
1
-1/+2
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
1
-2/+77
*
base: move "netlink-private/utils.h" to "base/nl-base-utils.h"
Thomas Haller
2023-07-31
1
-1/+1
*
all: rework ATTR_DIFF() macros to not generate attribute names
Thomas Haller
2023-07-28
1
-46/+57
*
xfrm/sa: fix reference counters of sa selector addresses
Neil Horman
2022-04-26
1
-0/+4
*
all: fix "-Wformat" warnings for nl_dump*()
Thomas Haller
2022-04-22
1
-6/+15
*
lib: make nl_object_clone() out-of-memory safe
Thomas Haller
2022-03-16
1
-0/+14
*
xfrm/sa: clone user_offload in xfrm_sa_clone()
Thomas Haller
2022-03-16
1
-0/+6
*
xfrm/sa: style cleanup xfrm_sa_clone()
Thomas Haller
2022-03-16
1
-14/+7
*
xfrm: ensure minlen in policy for XFRMA_OFFLOAD_DEV
Thomas Haller
2022-03-03
1
-0/+1
*
xfrm: Add support for xfrm user offloading
Thomas Egerer
2022-03-03
1
-0/+86
*
zero stack allocated memory in xfrmnl_build_sa_delete_request
Neil Horman
2022-03-03
1
-0/+1
*
xfrm: remove superfluous xfrm_usersa_id from dump request
Thomas Egerer
2020-04-16
1
-5/+1
*
lib: use _nl_strncpy*() instead of plain strncpy()
Thomas Haller
2020-04-15
1
-2/+1
*
all: Avoid pointer arithmetic on `void *`
Michael Forney
2019-08-16
1
-1/+1
*
dbg: Use __func__ instead of __PRETTY_FUNCTION__
Michael Forney
2019-08-16
1
-1/+1
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
1
-0/+1
*
xfrm: fix memory corruption (dangling pointer) when when setting xfrmnl_sa
Thomas Haller
2019-08-09
1
-71/+74
*
route: fix strncpy() warning from coverity about unterminated string
Thomas Haller
2019-08-08
1
-0/+1
*
xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()
Thomas Haller
2017-02-27
1
-1/+2
*
xfrm/sa: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
cache_mngr: add include callback v2
Tobias Jungel
2016-12-01
1
-7/+24
*
xfrm: add capability reference to xfrmnl_sa_set_*
Thomas Egerer
2016-11-06
1
-0/+8
*
xfrm: fix xfrm security context management
Thomas Egerer
2016-11-06
1
-19/+56
*
xfrm: fix memleak in another error path of build_xfrm_sa_message
Peter Wu
2016-08-14
1
-1/+4
*
trivial: whitespace-only fixes for src and lib
Peter Wu
2016-08-12
1
-2/+2
*
xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()
Thomas Haller
2016-06-29
1
-14/+82
*
xfrm: fix memleak in build_xfrm_sa_message() error-path
Thomas Haller
2016-06-25
1
-1/+3
*
xfrm: attach only one xfrm alg attribute to netlink message
Thomas Egerer
2016-06-25
1
-14/+19
*
xfrm: fix memory leak for encap original address
Thomas Egerer
2016-06-25
1
-2/+5
*
xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()
Thomas Haller
2016-06-25
1
-3/+2
*
xfrm: fix segfault when using encapsulation templates
Thomas Egerer
2016-06-25
1
-3/+8
*
xfrm: make character pointers in setters const
Thomas Egerer
2016-06-25
1
-10/+10
*
xfrm: check length of alg_name before strcpying it
Thomas Egerer
2016-06-25
1
-4/+4
*
xfrm: fix buffer overflow when copying keys
Thomas Egerer
2016-06-25
1
-8/+12
*
lib: update ce-mask to uint64_t
David Ahern
2016-02-12
1
-2/+3
*
xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...
Thomas Haller
2015-05-12
1
-3/+4
*
xfrm: fix xfrm_sa_msg_parser() to return the value from the callback
Nicolas PLANEL
2014-08-27
1
-1/+1
*
xfrm: Remove unused variable sp_id and sa_id
Thomas Graf
2014-08-26
1
-2/+0
*
style: require comma after __ADD() macro
Thomas Haller
2014-07-27
1
-40/+40
[next]