summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-1510-35/+70
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-12-121-0/+1
| |\
| | * xfrm: redact SA secret with lockdown confidentialityAntony Antony2020-11-271-0/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-24/+54
| |\ \
| | * | ima: Implement ima_inode_hashKP Singh2020-11-261-24/+54
| * | | security: add const qualifier to struct sock in various placesFlorian Westphal2020-12-037-11/+11
| * | | keys: Provide the original description to the key preparserDavid Howells2020-11-231-0/+2
| * | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-191-1/+3
| |\ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-11-141-0/+2
| |\ \ \ | | |_|/ | |/| |
| | * | bpf: Implement task local storageKP Singh2020-11-061-0/+2
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-12-143-3/+3
|\ \ \ \
| * | | | crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-203-3/+3
* | | | | Merge tag 'tomoyo-pr-20201214' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Linus Torvalds2020-12-148-41/+44
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tomoyo: Fix typo in comments.Tetsuo Handa2020-12-065-7/+7
| * | | | tomoyo: Fix null pointer checkZheng Zengkai2020-11-273-6/+4
| * | | | tomoyo: Limit wildcard recursion depth.Tetsuo Handa2020-11-031-25/+30
| * | | | tomoyo: fix clang pointer arithmetic warningArnd Bergmann2020-10-281-3/+3
| |/ / /
* | | | Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-11-141-1/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | selinux: Fix error return code in sel_ib_pkey_sid_slow()Chen Zhou2020-11-121-1/+3
* | | | ima: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-291-1/+1
| |/ / |/| |
* | | Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxLinus Torvalds2020-10-253-109/+309
|\ \ \ | |_|/ |/| |
| * | LSM: SafeSetID: Fix warnings reported by test botThomas Cedeno2020-10-132-14/+14
| * | LSM: SafeSetID: Add GID security policy handlingThomas Cedeno2020-10-133-109/+309
* | | task_work: cleanup notification modesJens Axboe2020-10-172-2/+2
* | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-151-0/+6
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-0412-38/+30
| |\ \ \
| * | | | bpf: Implement bpf_local_storage for inodesKP Singh2020-08-251-0/+6
* | | | | Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-158-67/+161
|\ \ \ \ \
| * | | | | ima: Fix NULL pointer dereference in ima_file_hashKP Singh2020-09-161-0/+10
| * | | | | evm: Check size of security.evm before using itRoberto Sassu2020-09-151-0/+6
| * | | | | ima: Remove semicolon at the end of ima_get_binary_runtime_size()Roberto Sassu2020-09-151-1/+1
| * | | | | ima: Don't ignore errors from crypto_shash_update()Roberto Sassu2020-09-151-0/+2
| * | | | | ima: Use kmemdup rather than kmalloc+memcpyAlex Dewar2020-09-151-5/+4
| * | | | | integrity: include keyring name for unknown key requestBruno Meneguele2020-09-091-2/+8
| * | | | | ima: limit secure boot feedback scope for appraiseBruno Meneguele2020-09-091-9/+16
| * | | | | integrity: invalid kernel parameters feedbackBruno Meneguele2020-09-084-4/+16
| * | | | | ima: add check for enforced appraise optionBruno Meneguele2020-09-081-0/+2
| * | | | | integrity: Use current_uid() in integrity_audit_message()Denis Efremov2020-08-311-1/+1
| * | | | | ima: Fail rule parsing when asymmetric key measurement isn't supportableTyler Hicks2020-08-311-2/+4
| * | | | | ima: Pre-parse the list of keyrings in a KEY_CHECK ruleTyler Hicks2020-08-311-45/+93
| |/ / / /
* | | | | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-157-35/+110
|\ \ \ \ \
| * | | | | fs/kernel_file_read: Add "offset" arg for partial readsKees Cook2020-10-052-2/+3
| * | | | | IMA: Add support for file reads without contentsScott Branden2020-10-051-6/+16
| * | | | | LSM: Add "contents" flag to kernel_read_file hookKees Cook2020-10-054-8/+28
| * | | | | firmware_loader: Use security_post_load_data()Kees Cook2020-10-051-10/+10
| * | | | | LSM: Introduce kernel_post_load_data() hookKees Cook2020-10-054-6/+42
| * | | | | fs/kernel_read_file: Add file_size output argumentKees Cook2020-10-052-2/+2
| * | | | | fs/kernel_read_file: Switch buffer size arg to size_tKees Cook2020-10-052-2/+2
| * | | | | fs/kernel_read_file: Remove redundant size argumentKees Cook2020-10-052-4/+7