summaryrefslogtreecommitdiffstats
path: root/security/keys
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-03-101-19/+54
|\
| * tpm: pass an array of tpm_extend_digest structures to tpm_pcr_extend()Roberto Sassu2019-02-131-8/+33
| * KEYS: trusted: explicitly use tpm_chip structure from tpm_default_chip()Roberto Sassu2019-02-131-14/+24
* | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-03-101-2/+2
|\ \
| * | encrypted-keys: fix Opt_err/Opt_error = -1Mimi Zohar2019-02-041-2/+2
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-03-074-1/+9
|\ \
| * | keys: fix missing __user in KEYCTL_PKEY_QUERYBen Dooks2019-03-041-1/+1
| |/
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-221-0/+4
| * security: keys: annotate implicit fall throughsMathieu Malaterre2019-01-221-0/+3
| * security: keys: annotate implicit fall throughMathieu Malaterre2019-01-221-0/+1
* | KEYS: always initialize keyring_index_key::desc_lenEric Biggers2019-02-224-6/+4
* | keys: Timestamp new keysDavid Howells2019-02-151-0/+1
* | keys: Fix dependency loop between construction record and auth keyDavid Howells2019-02-155-62/+41
* | KEYS: allow reaching the keys quotas exactlyEric Biggers2019-02-151-2/+2
|/
* KEYS: fix parsing invalid pkey info stringEric Biggers2019-01-011-0/+2
* Merge tag 'libnvdimm-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-12-283-11/+21
|\
| * keys-encrypted: add nvdimm key format type to encrypted keysDave Jiang2018-12-131-9/+20
| * keys: Export lookup_user_key to external usersDave Jiang2018-12-132-2/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-272-4/+4
|\ \
| * | crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers2018-11-202-4/+4
| |/
* | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-2712-14/+7
|\ \
| * | security: audit and remove any unnecessary uses of module.hPaul Gortmaker2018-12-1211-11/+5
| * | keys: remove needless modular infrastructure from ecryptfs_formatPaul Gortmaker2018-12-121-3/+2
| |/
* / security: don't use a negative Opt_err token indexLinus Torvalds2018-12-172-2/+2
|/
* KEYS: Move trusted.h to include/keys [ver #2]Denis Kenzior2018-10-262-137/+1
* KEYS: trusted: Expose common functionality [ver #2]Denis Kenzior2018-10-262-5/+21
* KEYS: Provide keyctls to drive the new key type ops for asymmetric keys [ver #2]David Howells2018-10-265-0/+405
* Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2018-09-251-1/+1
* uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct member nameRandy Dunlap2018-09-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2018-08-031-2/+4
|\
| * dh key: fix rounding up KDF output lengthEric Biggers2018-06-261-2/+4
* | crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-1/+1
|/
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-062-23/+23
|\
| * dh key: get rid of stack allocated array for zeroesTycho Andersen2018-05-111-3/+3
| * dh key: get rid of stack allocated arrayTycho Andersen2018-05-111-19/+10
| * big key: get rid of stack array allocationTycho Andersen2018-05-111-1/+10
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-32/+2
|/
* headers: untangle kmemleak.h from mm.hRandy Dunlap2018-04-051-0/+1
* KEYS: Use individual pages in big_key for crypto buffersDavid Howells2018-02-221-23/+87
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2018-01-311-18/+17
|\
| * tpm: use struct tpm_chip for tpm_chip_find_get()Jarkko Sakkinen2018-01-081-18/+17
* | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-7/+0
|\ \ | |/ |/|
| * keyring: Remove now-redundant smp_read_barrier_depends()Paul E. McKenney2017-12-041-7/+0
* | KEYS: reject NULL restriction string when type is specifiedEric Biggers2017-12-081-14/+10
* | security: keys: remove redundant assignment to key_refColin Ian King2017-12-081-1/+0
* | KEYS: add missing permission check for request_key() destinationEric Biggers2017-12-081-9/+37
* | KEYS: remove unnecessary get/put of explicit dest_keyringEric Biggers2017-12-081-2/+0
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-2/+2
|\
| * treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-211-2/+2