aboutsummaryrefslogtreecommitdiff
path: root/crypto/crypto_user_base.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-20crypto: algapi - make unregistration functions return voidGravatar Eric Biggers 1-1/+2
2019-10-10crypto: user - fix memory leak in crypto_reportGravatar Navid Emamdoost 1-1/+3
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsGravatar Ondrej Mosnacek 1-12/+25
2019-07-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-0/+3
2019-07-03crypto: user - prevent operating on larval algorithmsGravatar Eric Biggers 1-0/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-13/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2018-12-23crypto: user - remove unused dump functionsGravatar Corentin Labbe 1-3/+1
2018-12-13crypto: user - support incremental algorithm dumpsGravatar Eric Biggers 1-17/+20
2018-11-09crypto: user - clean up report structure copyingGravatar Eric Biggers 1-21/+17
2018-11-09crypto: user - remove redundant reporting functionsGravatar Eric Biggers 1-59/+0
2018-11-09crypto: user - fix leaking uninitialized memory to userspaceGravatar Eric Biggers 1-9/+9
2018-09-28crypto: user - Implement a generic crypto statisticsGravatar Corentin Labbe 1-0/+571