summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-2821-186/+496
* keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-284-17/+36
* keys: Network namespace domain tagDavid Howells2019-06-261-1/+6
* keys: Garbage collect keys for which the domain has been removedDavid Howells2019-06-262-1/+17
* keys: Include target namespace in match criteriaDavid Howells2019-06-265-4/+39
* keys: Move the user and user-session keyrings to the user_namespaceDavid Howells2019-06-265-104/+187
* keys: Namespace keyring namesDavid Howells2019-06-262-57/+45Star
* keys: Add a 'recurse' flag for keyring searchesDavid Howells2019-06-268-9/+22
* keys: Cache the hash value to avoid lots of recalculationDavid Howells2019-06-263-16/+22
* keys: Simplify key description managementDavid Howells2019-06-264-49/+30Star
* keys: Kill off request_key_async{,_with_auxdata}David Howells2019-06-261-50/+0Star
* keys: Cache result of request_key*() temporarily in task_structDavid Howells2019-06-192-0/+55
* keys: Provide request_key_rcu()David Howells2019-06-191-0/+44
* keys: Move the RCU locks outwards from the keyring search functionsDavid Howells2019-06-196-60/+75
* keys: Invalidate used request_key authentication keysDavid Howells2019-06-192-3/+3
* keys: Fix request_key() lack of Link perm check on found keyDavid Howells2019-06-191-0/+10
* keys: Add capability-checking keyctl functionDavid Howells2019-06-193-0/+40
* keys: Reuse keyring_index_key::desc_len in lookup_user_key()Eric Biggers2019-05-301-3/+1Star
* keys: Grant Link permission to possessers of request_key auth keysDavid Howells2019-05-301-1/+1
* keys: Add a keyctl to move a key between keyringsDavid Howells2019-05-304-0/+166
* keys: Hoist locking out of __key_link_begin()David Howells2019-05-304-38/+76
* keys: Break bits out of key_unlink()David Howells2019-05-301-21/+67
* keys: Change keyring_serialise_link_sem to a mutexDavid Howells2019-05-301-6/+6
* keys: sparse: Fix kdoc mismatchesDavid Howells2019-05-292-4/+8
* keys: sparse: Fix incorrect RCU accessesDavid Howells2019-05-292-2/+3
* keys: sparse: Fix key_fs[ug]id_changed()David Howells2019-05-221-12/+10Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-141-4/+4
|\
| * Revert "selinux: do not report error on connect(AF_UNSPEC)"Paolo Abeni2019-05-101-4/+4
* | tomoyo: Don't emit WARNING: string while fuzzing testing.Tetsuo Handa2019-05-101-0/+2
* | tomoyo: Change pathname calculation for read-only filesystems.Tetsuo Handa2019-05-101-1/+2
* | tomoyo: Check address length before reading address familyTetsuo Handa2019-05-101-0/+4
* | tomoyo: Add a kernel config option for fuzzing testing.Tetsuo Handa2019-05-102-1/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-101-4/+4
|\
| * selinux: do not report error on connect(AF_UNSPEC)Paolo Abeni2019-05-081-4/+4
* | Merge branch 'next-smack' of git://git.kernel.org/pub/scm/linux/kernel/git/jm...Linus Torvalds2019-05-093-45/+45
|\ \ | |/ |/|
| * Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-05-071-0/+2
| |\
| | * Smack: Fix kbuild reported build errorCasey Schaufler2019-04-301-0/+2
| * | Merge branch 'smack-for-5.2-b' of https://github.com/cschaufler/next-smack in...James Morris2019-04-301-4/+15
| |\|
| | * smack: Check address length before reading address familyTetsuo Handa2019-04-301-4/+15
| * | Merge branch 'smack-for-5.2' of https://github.com/cschaufler/next-smack into...James Morris2019-04-163-41/+28Star
| |\|
| | * Smack: Fix IPv6 handling of 0 secmarkCasey Schaufler2019-04-031-0/+2
| | * Smack: Create smack_rule cache to optimize memory usageCasey Schaufler2019-04-023-3/+11
| | * smack: removal of global rule listVishal Goel2019-04-021-38/+15Star
* | | Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-05-081-0/+5
|\ \ \
| * | | vfs: syscall: Add move_mount(2) to move mounts aroundDavid Howells2019-03-201-0/+5
* | | | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-081-5/+5
|\ \ \ \
| * | | | audit: link integrity evm_write_xattrs record to syscall eventRichard Guy Briggs2019-03-271-5/+5
| |/ / /
* | | | Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-085-88/+169
|\ \ \ \
| * | | | selinux: Check address length before reading address familyTetsuo Handa2019-04-151-1/+6
| * | | | kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-041-5/+4Star