index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-08
Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
11
-243
/
+389
2019-07-08
Merge tag 'keys-request-20190626' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
8
-106
/
+180
2019-07-08
Merge tag 'keys-misc-20190619' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-78
/
+369
2019-07-08
Merge tag 'selinux-pr-20190702' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-23
/
+31
2019-07-08
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-4
/
+4
2019-07-01
selinux: format all invalid context as untrusted
Richard Guy Briggs
1
-10
/
+19
2019-06-27
keys: Pass the network namespace into request_key mechanism
David Howells
4
-17
/
+36
2019-06-26
keys: Network namespace domain tag
David Howells
1
-1
/
+6
2019-06-26
keys: Garbage collect keys for which the domain has been removed
David Howells
2
-1
/
+17
2019-06-26
keys: Include target namespace in match criteria
David Howells
5
-4
/
+39
2019-06-26
keys: Move the user and user-session keyrings to the user_namespace
David Howells
5
-104
/
+187
2019-06-26
keys: Namespace keyring names
David Howells
2
-57
/
+45
2019-06-26
keys: Add a 'recurse' flag for keyring searches
David Howells
8
-9
/
+22
2019-06-26
keys: Cache the hash value to avoid lots of recalculation
David Howells
3
-16
/
+22
2019-06-26
keys: Simplify key description management
David Howells
4
-49
/
+30
2019-06-26
keys: Kill off request_key_async{,_with_auxdata}
David Howells
1
-50
/
+0
2019-06-21
Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
15
-61
/
+15
2019-06-19
keys: Cache result of request_key*() temporarily in task_struct
David Howells
2
-0
/
+55
2019-06-19
keys: Provide request_key_rcu()
David Howells
1
-0
/
+44
2019-06-19
keys: Move the RCU locks outwards from the keyring search functions
David Howells
6
-60
/
+75
2019-06-19
keys: Invalidate used request_key authentication keys
David Howells
2
-3
/
+3
2019-06-19
keys: Fix request_key() lack of Link perm check on found key
David Howells
1
-0
/
+10
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
15
-61
/
+15
2019-06-19
keys: Add capability-checking keyctl function
David Howells
3
-0
/
+40
2019-06-18
apparmor: reset pos on failure to unpack for various functions
Mike Salvatore
1
-8
/
+39
2019-06-18
apparmor: enforce nullbyte at end of tag string
Jann Horn
1
-1
/
+1
2019-06-18
apparmor: fix PROFILE_MEDIATES for untrusted input
John Johansen
1
-1
/
+10
2019-06-17
locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_hel...
Nikolay Borisov
1
-4
/
+4
2019-06-14
Smack: Restore the smackfsdef mount option and add missing prefixes
Casey Schaufler
1
-5
/
+7
2019-06-12
Merge tag 'selinux-pr-20190612' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-13
/
+36
2019-06-12
selinux: fix empty write to keycreate file
Ondrej Mosnacek
1
-5
/
+6
2019-06-12
selinux: fix a missing-check bug in selinux_sb_eat_lsm_opts()
Gen Zhang
1
-6
/
+14
2019-06-12
selinux: fix a missing-check bug in selinux_add_mnt_opt( )
Gen Zhang
1
-5
/
+14
2019-06-11
selinux: log raw contexts as untrusted strings
Ondrej Mosnacek
1
-2
/
+8
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
72
-352
/
+72
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
11
-39
/
+11
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295
Thomas Gleixner
6
-66
/
+6
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
1
-9
/
+1
2019-05-31
Merge branch 'next-fixes-for-5.2-rc' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-12
/
+19
2019-05-30
keys: Reuse keyring_index_key::desc_len in lookup_user_key()
Eric Biggers
1
-3
/
+1
2019-05-30
keys: Grant Link permission to possessers of request_key auth keys
David Howells
1
-1
/
+1
2019-05-30
keys: Add a keyctl to move a key between keyrings
David Howells
4
-0
/
+166
2019-05-30
keys: Hoist locking out of __key_link_begin()
David Howells
4
-38
/
+76
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
16
-81
/
+16
2019-05-30
keys: Break bits out of key_unlink()
David Howells
1
-21
/
+67
2019-05-30
keys: Change keyring_serialise_link_sem to a mutex
David Howells
1
-6
/
+6
2019-05-29
ima: show rules with IMA_INMASK correctly
Roberto Sassu
1
-9
/
+12
2019-05-29
evm: check hash algorithm passed to init_desc()
Roberto Sassu
1
-0
/
+3
2019-05-29
keys: sparse: Fix kdoc mismatches
David Howells
2
-4
/
+8
2019-05-29
keys: sparse: Fix incorrect RCU accesses
David Howells
2
-2
/
+3
[next]