aboutsummaryrefslogtreecommitdiff
path: root/security
AgeCommit message (Expand)AuthorFilesLines
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 10-35/+70
2020-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 3-3/+3
2020-12-14Merge tag 'tomoyo-pr-20201214' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 8-41/+44
2020-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Gravatar Jakub Kicinski 1-0/+1
2020-12-06tomoyo: Fix typo in comments.Gravatar Tetsuo Handa 5-7/+7
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-24/+54
2020-12-03security: add const qualifier to struct sock in various placesGravatar Florian Westphal 7-11/+11
2020-11-27tomoyo: Fix null pointer checkGravatar Zheng Zengkai 3-6/+4
2020-11-27xfrm: redact SA secret with lockdown confidentialityGravatar Antony Antony 1-0/+1
2020-11-26ima: Implement ima_inode_hashGravatar KP Singh 1-24/+54
2020-11-23keys: Provide the original description to the key preparserGravatar David Howells 1-0/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 3-3/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+3
2020-11-14Merge tag 'selinux-pr-20201113' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2020-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+2
2020-11-12selinux: Fix error return code in sel_ib_pkey_sid_slow()Gravatar Chen Zhou 1-1/+3
2020-11-06bpf: Implement task local storageGravatar KP Singh 1-0/+2
2020-11-03tomoyo: Limit wildcard recursion depth.Gravatar Tetsuo Handa 1-25/+30
2020-10-29ima: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-1/+1
2020-10-28tomoyo: fix clang pointer arithmetic warningGravatar Arnd Bergmann 1-3/+3
2020-10-25Merge tag 'safesetid-5.10' of git://github.com/micah-morton/linuxGravatar Linus Torvalds 3-109/+309
2020-10-17task_work: cleanup notification modesGravatar Jens Axboe 2-2/+2
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+6
2020-10-15Merge tag 'integrity-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 8-67/+161
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-35/+110
2020-10-13Merge tag 'selinux-pr-20201012' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 17-498/+1068
2020-10-13Merge tag 'Smack-for-5.10' of git://github.com/cschaufler/smack-nextGravatar Linus Torvalds 4-149/+200
2020-10-13Merge tag 'tomoyo-pr-20201012' of git://git.osdn.net/gitroot/tomoyo/tomoyo-test1Gravatar Linus Torvalds 1-6/+23
2020-10-13LSM: SafeSetID: Fix warnings reported by test botGravatar Thomas Cedeno 2-14/+14
2020-10-13LSM: SafeSetID: Add GID security policy handlingGravatar Thomas Cedeno 3-109/+309
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-3/+11
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-41/+3
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-19/+66
2020-10-12tomoyo: Loosen pathname/domainname validation.Gravatar Tetsuo Handa 1-6/+23
2020-10-05Smack: Remove unnecessary variable initializationGravatar Casey Schaufler 1-1/+1
2020-10-05fs/kernel_file_read: Add "offset" arg for partial readsGravatar Kees Cook 2-2/+3
2020-10-05IMA: Add support for file reads without contentsGravatar Scott Branden 1-6/+16
2020-10-05LSM: Add "contents" flag to kernel_read_file hookGravatar Kees Cook 4-8/+28
2020-10-05firmware_loader: Use security_post_load_data()Gravatar Kees Cook 1-10/+10
2020-10-05LSM: Introduce kernel_post_load_data() hookGravatar Kees Cook 4-6/+42
2020-10-05fs/kernel_read_file: Add file_size output argumentGravatar Kees Cook 2-2/+2
2020-10-05fs/kernel_read_file: Switch buffer size arg to size_tGravatar Kees Cook 2-2/+2
2020-10-05fs/kernel_read_file: Remove redundant size argumentGravatar Kees Cook 2-4/+7
2020-10-05fs/kernel_read_file: Split into separate include fileGravatar Scott Branden 7-0/+7
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumGravatar Kees Cook 3-6/+4
2020-10-03security/keys: remove compat_keyctl_instantiate_key_iovGravatar Christoph Hellwig 3-40/+3
2020-10-03iov_iter: transparently handle compat iovecs in import_iovecGravatar Christoph Hellwig 1-3/+2
2020-09-25integrity: Asymmetric digsig supports SM2-with-SM3 algorithmGravatar Tianjia Zhang 1-3/+11
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+2
2020-09-22Smack: Fix build when NETWORK_SECMARK is not setGravatar Casey Schaufler 1-0/+7