| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | 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 | 3 | -6/+10 |
|
|
* | xfrm: trival refactoring initialization of stack-allocated arguments to nl_se... | Thomas Haller | 2015-05-12 | 2 | -6/+8 |
|
|
* | xfrm: fix potential NULL dereference | Tobias Klauser | 2015-05-12 | 2 | -4/+6 |
|
|