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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/xfrm: use thread-safe gmtime_r() instead of gmtime()
Thomas Haller
2023-08-18
3
-6/+9
*
include: use <linux/$file> instead of <linux-private/linux/$file>
Thomas Haller
2023-08-08
1
-1/+1
*
include: include private linux headers with explicit path
Thomas Haller
2023-08-03
1
-2/+2
*
include: drop "netlink-private/netlink.h" and move declarations
Thomas Haller
2023-08-02
6
-12/+7
*
all: cleanup includes and use "nm-default.h"
Thomas Haller
2023-08-02
6
-3/+17
*
include: split and drop "netlink-private/types.h"
Thomas Haller
2023-08-02
7
-5/+239
*
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
3
-77/+94
*
xfrm/sa: fix reference counters of sa selector addresses
Neil Horman
2022-04-26
1
-0/+4
*
xfrm: fix uninitalized variables in build_xfrm_ae_message()
Thomas Haller
2022-04-23
1
-0/+2
*
all: fix "-Wformat" warnings for nl_dump*()
Thomas Haller
2022-04-22
3
-15/+35
*
lib: make nl_object_clone() out-of-memory safe
Thomas Haller
2022-03-16
3
-20/+44
*
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: fix naming consistency in xfrmnl_sp_get_curlifetime()
Balaji Marisetti
2022-03-03
1
-6/+6
*
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_userpolicy_id from dump request
Thomas Egerer
2020-04-21
1
-5/+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
2
-2/+2
*
dbg: Use __func__ instead of __PRETTY_FUNCTION__
Michael Forney
2019-08-16
2
-2/+2
*
Add SPDX identifiers
Yegor Yefremov
2019-08-12
6
-0/+6
*
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
*
lib/xfrm/ae.c: fix memcpy(dst, dst) bug
Rasmus Villemoes
2017-06-15
1
-2/+2
*
xfrm: NUL terminate the ctx_str buffer in xfrmnl_sa_set_sec_ctx()
Thomas Haller
2017-02-27
2
-2/+4
*
xfrm: allow quering optional arguments from xfrmnl_sp_get_sec_ctx()
Thomas Haller
2017-02-27
1
-6/+33
*
fix of boolean operators
Simon Buttgereit
2017-02-27
1
-4/+4
*
update documentation of xfrmnl_sp_get_sec_ctx
Simon Buttgereit
2017-02-27
1
-5/+5
*
add possibity to delete policy without index
Simon Buttgereit
2017-02-27
1
-4/+45
*
update sp_attr condition in build_xfrm_sp_message
Simon Buttgereit
2017-02-27
1
-1/+3
*
little style fixes.
Simon Buttgereit
2017-02-27
1
-2/+2
*
fix xfrmnl_sp_set_sec_ctx length attributes
Simon Buttgereit
2017-02-27
1
-5/+17
*
fix build_xfrm_sp_message index condition
Simon Buttgereit
2017-02-27
1
-2/+1
*
xfrm/template: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-1/+2
*
xfrm/selector: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-1/+2
*
xfrm/sa: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
xfrm/lifetime: Include own public header for function prototypes
Tobias Klauser
2017-01-20
1
-0/+1
*
xfrm/ae: 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
5
-11/+11
*
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
[next]