summaryrefslogtreecommitdiffstats
path: root/lib/xfrm
Commit message (Expand)AuthorAgeFilesLines
...
* fix build_xfrm_sp_message index conditionSimon Buttgereit2017-02-271-2/+1
* xfrm/template: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/selector: Include own public header for function prototypesTobias Klauser2017-01-201-1/+2
* xfrm/sa: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/lifetime: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* xfrm/ae: Include own public header for function prototypesTobias Klauser2017-01-201-0/+1
* cache_mngr: add include callback v2Tobias Jungel2016-12-011-7/+24
* xfrm: add capability reference to xfrmnl_sa_set_*Thomas Egerer2016-11-061-0/+8
* xfrm: fix xfrm security context managementThomas Egerer2016-11-061-19/+56
* xfrm: fix memleak in another error path of build_xfrm_sa_messagePeter Wu2016-08-141-1/+4
* trivial: whitespace-only fixes for src and libPeter Wu2016-08-125-11/+11
* xfrm: allow avoiding buffer overflow for key in xfrmnl_sa_get_*_params()Thomas Haller2016-06-291-14/+82
* xfrm: fix memleak in build_xfrm_sa_message() error-pathThomas Haller2016-06-251-1/+3
* xfrm: attach only one xfrm alg attribute to netlink messageThomas Egerer2016-06-251-14/+19
* xfrm: fix memory leak for encap original addressThomas Egerer2016-06-251-2/+5
* xfrm: reuse encap data in xfrmnl_sa_set_encap_tmpl()Thomas Haller2016-06-251-3/+2
* xfrm: fix segfault when using encapsulation templatesThomas Egerer2016-06-251-3/+8
* xfrm: make character pointers in setters constThomas Egerer2016-06-251-10/+10
* xfrm: check length of alg_name before strcpying itThomas Egerer2016-06-251-4/+4
* xfrm: fix buffer overflow when copying keysThomas Egerer2016-06-251-8/+12
* lib: update ce-mask to uint64_tDavid Ahern2016-02-123-6/+10
* xfrm: trival refactoring initialization of stack-allocated arguments to nl_se...Thomas Haller2015-05-122-6/+8
* xfrm: fix potential NULL dereferenceTobias Klauser2015-05-122-4/+6
* xfrm: fix xfrm_sa_msg_parser() to return the value from the callbackNicolas PLANEL2014-08-271-1/+1
* xfrm: fix an unintialized return value on memory allocation error in xfrmnl_a...Nicolas PLANEL2014-08-271-1/+3
* xfrm: fix calling free() with a bad pointerNicolas PLANEL2014-08-261-1/+0
* xfrm: Remove unused variable sp_id and sa_idThomas Graf2014-08-262-4/+0
* xfrm: Remove unused function __assign_addr()Thomas Graf2014-08-261-15/+0
* style: require comma after __ADD() macroThomas Haller2014-07-274-93/+93
* xfrm: use the right specifier for uint64_tCong Wang2014-07-212-8/+8
* xfrm: style-fixesThomas Haller2014-07-206-3063/+3065
* xfrm: add xfrm supportSruthi Yellamraju2014-07-206-0/+5382