summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Sync to mainline for security submaintainers to work againstJames Morris2017-05-2215-106/+63
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | security: Grammar s/allocates/allocated/Geert Uytterhoeven2017-05-151-1/+1
| * | | | LSM: Enable multiple calls to security_add_hooks() for the same LSMMickaël Salaün2017-05-151-0/+19
* | | | | Merge tag 'docs-4.13' of git://git.lwn.net/linuxLinus Torvalds2017-07-038-8/+9
|\ \ \ \ \
| * | | | | doc: ReSTify keys-trusted-encrypted.txtKees Cook2017-05-183-3/+3
| * | | | | doc: ReSTify keys-request-key.txtKees Cook2017-05-182-2/+2
| * | | | | doc: ReSTify Yama.txtKees Cook2017-05-181-1/+2
| * | | | | doc: ReSTify apparmor.txtKees Cook2017-05-182-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-0/+1
|\ \ \ \ \
| * | | | | sched/wait: Split out the wait_bit*() APIs from <linux/wait.h> into <linux/wa...Ingo Molnar2017-06-201-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-032-8/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-052-2/+2
| * | | | ima/policy: switch to use uuid_tChristoph Hellwig2017-06-051-6/+5
| * | | | block: remove blk_part_pack_uuidChristoph Hellwig2017-06-051-2/+1
| |/ / /
* | | / selinux: fix double free in selinux_parse_opts_str()Paul Moore2017-06-131-3/+2
| |_|/ |/| |
* | | KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4
* | | KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-092-103/+171
* | | KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3
* | | KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
* | | KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11
* | | KEYS: sanitize key structs before freeingEric Biggers2017-06-091-3/+1
* | | KEYS: trusted: sanitize all key materialEric Biggers2017-06-091-28/+22
* | | KEYS: encrypted: sanitize all key materialEric Biggers2017-06-091-18/+13
* | | KEYS: user_defined: sanitize key payloadsEric Biggers2017-06-091-4/+12
* | | KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers2017-06-091-3/+9
* | | KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-091-3/+2
* | | KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-091-2/+2
* | | KEYS: encrypted: use constant-time HMAC comparisonEric Biggers2017-06-091-2/+3
* | | KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers2017-06-091-83/+32
* | | KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers2017-06-091-16/+15
* | | KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-091-8/+9
* | | KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-091-3/+4
* | | KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring2017-06-091-3/+2
* | | security: use READ_ONCE instead of deprecated ACCESS_ONCEDavidlohr Bueso2017-06-091-6/+6
* | | security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-0/+4
|/ /
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-093-4/+4
|\ \
| * | fs: constify tree_descr arrays passed to simple_fill_super()Eric Biggers2017-04-263-4/+4
* | | apparmorfs: replace CURRENT_TIME with current_time()Deepa Dinamani2017-05-081-1/+1
* | | treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-16/+6
* | | mm: introduce kv[mz]alloc helpersMichal Hocko2017-05-085-44/+3
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-05-0341-590/+851
|\ \ \ | | |/ | |/|
| * | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/li...James Morris2017-04-192-34/+94
| |\ \
| | * | ima: provide ">" and "<" operators for fowner/uid/euid rules.Mikhail Kurinnoi2017-03-131-28/+87
| | * | ima: accept previously set IMA_NEW_FILEDaniel Glöckner2017-03-071-2/+3
| | * | integrity: mark default IMA rules as __ro_after_initJames Morris2017-03-061-4/+4
| * | | Merge branch 'smack-for-4.12' of git://github.com/cschaufler/smack-next into ...James Morris2017-04-192-4/+2
| |\ \ \
| | * | | Smack: Use GFP_KERNEL for smk_netlbl_mls().Tetsuo Handa2017-04-041-1/+1
| | * | | smack: fix double free in smack_parse_opts_str()Tetsuo Handa2017-04-041-3/+1
| * | | | Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-04-198-60/+57
| |\ \ \ \
| | * | | | selinux: Fix an uninitialized variable bugDan Carpenter2017-03-311-1/+1
OpenPOWER on IntegriCloud