aboutsummaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | keys: Change keyring_serialise_link_sem to a mutexDavid Howells2019-05-30
| * | | | | | | | | | | keys: sparse: Fix kdoc mismatchesDavid Howells2019-05-29
| * | | | | | | | | | | keys: sparse: Fix incorrect RCU accessesDavid Howells2019-05-29
| * | | | | | | | | | | keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-22
| | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-08
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | selinux: format all invalid context as untrustedRichard Guy Briggs2019-07-01
| * | | | | | | | | | selinux: fix empty write to keycreate fileOndrej Mosnacek2019-06-12
| * | | | | | | | | | selinux: remove some no-op BUG_ONsOndrej Mosnacek2019-05-21
| * | | | | | | | | | selinux: provide __le variables explicitlyNicholas Mc Guire2019-05-21
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-08
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...Nikolay Borisov2019-06-17
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
| |/ / / / / / / /
* | | | | | | | | apparmor: reset pos on failure to unpack for various functionsMike Salvatore2019-06-18
* | | | | | | | | apparmor: enforce nullbyte at end of tag stringJann Horn2019-06-18
* | | | | | | | | apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen2019-06-18
|/ / / / / / / /
* | | | | | | | Smack: Restore the smackfsdef mount option and add missing prefixesCasey Schaufler2019-06-14
* | | | | | | | Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-06-12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()Gen Zhang2019-06-12
| * | | | | | | selinux: fix a missing-check bug in selinux_add_mnt_opt( )Gen Zhang2019-06-12
| * | | | | | | selinux: log raw contexts as untrusted stringsOndrej Mosnacek2019-06-11
* | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-05
* | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner2019-06-05
* | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-05
* | | | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-05
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-31
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | ima: show rules with IMA_INMASK correctlyRoberto Sassu2019-05-29
| * | | | | | evm: check hash algorithm passed to init_desc()Roberto Sassu2019-05-29
| * | | | | | ima: fix wrong signed policy requirement when not appraisingPetr Vorel2019-05-19
| | |/ / / / | |/| | | |
* | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-30
| |_|/ / / |/| | | |
* | | | | Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-24
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner2019-05-24
* | | | | Merge tag 'selinux-pr-20190521' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-21
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-20
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-21
* | | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-21
| |/ / |/| |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-13
|\ \ \
| * | | Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-10
* | | | tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa2019-05-10
* | | | tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa2019-05-10
* | | | tomoyo: Check address length before reading address familyTetsuo Handa2019-05-10
* | | | tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2019-05-10
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-09
|\ \ \
| * | | selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-08
* | | | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2019-05-09
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-05-06
| |\ \ \
| | * | | Smack: Fix kbuild reported build errorCasey Schaufler2019-04-30
| * | | | Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-04-30
| |\| | |
| | * | | smack: Check address length before reading address familyTetsuo Handa2019-04-29
| * | | | Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into...James Morris2019-04-15
| |\| | |