| Commit message (Expand) | Author | Age | Files | Lines |
* | KEYS: encrypted: use crypto_shash_tfm_digest() | Eric Biggers | 2020-05-08 | 1 | -15/+3 |
* | Merge tag 'keys-fixes-20200329' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-04-04 | 8 | -52/+113 |
|\ |
|
| * | KEYS: Avoid false positive ENOMEM error on key read | Waiman Long | 2020-03-29 | 2 | -15/+55 |
| * | KEYS: Don't write out to userspace while holding key semaphore | Waiman Long | 2020-03-29 | 7 | -51/+72 |
* | | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 3 | -3/+3 |
|\ \ |
|
| * | | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 3 | -0/+3 |
| * | | .gitignore: remove too obvious comments | Masahiro Yamada | 2020-03-25 | 1 | -3/+0 |
| |/ |
|
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-04-02 | 19 | -34/+19 |
|\ \ |
|
| * | | ima: add a new CONFIG for loading arch-specific policies | Nayna Jain | 2020-03-12 | 1 | -0/+7 |
| * | | integrity: Remove duplicate pr_fmt definitions | Tushar Sugandhi | 2020-02-28 | 17 | -31/+6 |
| * | | IMA: Add log statements for failure conditions | Tushar Sugandhi | 2020-02-28 | 1 | -0/+3 |
| * | | IMA: Update KBUILD_MODNAME for IMA files to ima | Tushar Sugandhi | 2020-02-28 | 1 | -3/+3 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2020-03-31 | 5 | -16/+68 |
|\ \ |
|
| * | | bpf: lsm: Initialize the BPF LSM hooks | KP Singh | 2020-03-30 | 4 | -5/+38 |
| * | | security: Refactor declaration of LSM hooks | KP Singh | 2020-03-30 | 1 | -11/+30 |
| |/ |
|
* | | Merge tag 'selinux-pr-20200330' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-03-31 | 18 | -448/+448 |
|\ \ |
|
| * | | selinux: clean up indentation issue with assignment statement | Colin Ian King | 2020-03-30 | 1 | -4/+3 |
| * | | selinux: avtab_init() and cond_policydb_init() return void | Paul Moore | 2020-03-05 | 5 | -21/+7 |
| * | | selinux: clean up error path in policydb_init() | Ondrej Mosnacek | 2020-03-05 | 1 | -13/+5 |
| * | | selinux: remove unused initial SIDs and improve handling | Stephen Smalley | 2020-02-27 | 4 | -56/+58 |
| * | | selinux: reduce the use of hard-coded hash sizes | Ondrej Mosnacek | 2020-02-27 | 4 | -40/+45 |
| * | | selinux: Add xfs quota command types | Richard Haines | 2020-02-22 | 1 | -0/+7 |
| * | | selinux: optimize storage of filename transitions | Ondrej Mosnacek | 2020-02-22 | 3 | -80/+110 |
| * | | selinux: factor out loop body from filename_trans_read() | Ondrej Mosnacek | 2020-02-13 | 1 | -59/+63 |
| * | | security: selinux: allow per-file labeling for bpffs | Connor O'Brien | 2020-02-11 | 1 | -0/+1 |
| * | | selinux: generalize evaluate_cond_node() | Ondrej Mosnacek | 2020-02-11 | 3 | -6/+12 |
| * | | selinux: convert cond_expr to array | Ondrej Mosnacek | 2020-02-11 | 2 | -43/+33 |
| * | | selinux: convert cond_av_list to array | Ondrej Mosnacek | 2020-02-11 | 2 | -79/+53 |
| * | | selinux: convert cond_list to array | Ondrej Mosnacek | 2020-02-11 | 7 | -59/+43 |
| * | | selinux: sel_avc_get_stat_idx should increase position index | Vasily Averin | 2020-02-10 | 1 | -0/+1 |
| * | | selinux: allow kernfs symlinks to inherit parent directory context | Christian Göttsche | 2020-02-10 | 3 | -2/+13 |
| * | | selinux: simplify evaluate_cond_node() | Ondrej Mosnacek | 2020-02-10 | 3 | -13/+6 |
| * | | Documentation,selinux: deprecate setting checkreqprot to 1 | Stephen Smalley | 2020-02-10 | 3 | -1/+15 |
| * | | selinux: move status variables out of selinux_ss | Ondrej Mosnacek | 2020-02-10 | 6 | -22/+23 |
* | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2020-03-30 | 1 | -1/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi... | Ingo Molnar | 2020-02-26 | 1 | -1/+1 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | integrity: Check properly whether EFI GetVariable() is available | Ard Biesheuvel | 2020-02-23 | 1 | -1/+1 |
| | |/ |
|
* | / | KEYS: reaching the keys quotas correctly | Yang Xu | 2020-03-15 | 2 | -3/+3 |
|/ / |
|
* | | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2020-02-20 | 2 | -14/+31 |
|\ \ |
|
| * | | ima: add sm3 algorithm to hash algorithm configuration list | Tianjia Zhang | 2020-02-18 | 1 | -0/+5 |
| * | | efi: Only print errors about failing to get certs if EFI vars are found | Javier Martinez Canillas | 2020-02-18 | 1 | -14/+26 |
| |/ |
|
* | | Merge tag 'selinux-pr-20200210' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-02-10 | 2 | -10/+4 |
|\ \
| |/
|/| |
|
| * | selinux: fix sidtab string cache locking | Ondrej Mosnacek | 2020-02-05 | 1 | -9/+3 |
| * | selinux: fix typo in filesystem name | Hridya Valsaraju | 2020-02-05 | 1 | -1/+1 |
* | | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-02-08 | 2 | -15/+5 |
|\ \ |
|
| * | | fs_parse: fold fs_parameter_desc/fs_parameter_spec | Al Viro | 2020-02-07 | 2 | -13/+5 |
| * | | fs_parser: remove fs_parameter_description name field | Eric Sandeen | 2020-02-07 | 2 | -3/+1 |
* | | | Merge tag 'Smack-for-5.6' of git://github.com/cschaufler/smack-next | Linus Torvalds | 2020-02-06 | 1 | -22/+19 |
|\ \ \ |
|
| * | | | broken ping to ipv6 linklocal addresses on debian buster | Casey Schaufler | 2020-02-05 | 1 | -22/+19 |
| |/ / |
|
* | | | Merge tag 'linux-kselftest-5.6-rc1-kunit' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-01-29 | 3 | -0/+627 |
|\ \ \ |
|