index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
Commit message (
Expand
)
Author
Age
Files
Lines
*
security/keys: add CONFIG_KEYS_COMPAT to Kconfig
Bilal Amarni
2017-11-18
1
-0
/
+4
*
KEYS: trusted: fix writing past end of buffer in trusted_read()
Eric Biggers
2017-11-15
1
-11
/
+12
*
KEYS: trusted: sanitize all key material
Eric Biggers
2017-11-15
1
-28
/
+22
*
KEYS: return full count in keyring_read() if buffer is too small
Eric Biggers
2017-11-08
1
-20
/
+19
*
KEYS: Fix race between updating and finding a negative key
David Howells
2017-10-27
12
-39
/
+49
*
KEYS: don't let add_key() update an uninstantiated key
David Howells
2017-10-27
1
-0
/
+10
*
KEYS: encrypted: fix dereference of NULL user_key_payload
Eric Biggers
2017-10-27
1
-0
/
+7
*
lsm: fix smack_inode_removexattr and xattr_getsecurity memleak
Casey Schaufler
2017-10-12
1
-30
/
+25
*
KEYS: prevent KEYCTL_READ on negative key
Eric Biggers
2017-10-05
1
-0
/
+5
*
KEYS: prevent creating a different user's keyrings
Eric Biggers
2017-10-05
4
-12
/
+23
*
KEYS: fix writing past end of user-supplied buffer in keyring_read()
Eric Biggers
2017-10-05
1
-9
/
+5
*
KEYS: Fix an error code in request_master_key()
Dan Carpenter
2017-07-15
1
-1
/
+1
*
KEYS: fix freeing uninitialized memory in key_update()
Eric Biggers
2017-06-14
1
-3
/
+2
*
KEYS: fix dereferencing NULL payload with nonzero length
Eric Biggers
2017-06-14
1
-2
/
+2
*
ima: accept previously set IMA_NEW_FILE
Daniel Glöckner
2017-05-25
1
-2
/
+3
*
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
Eric Biggers
2017-04-27
2
-24
/
+31
*
KEYS: Change the name of the dead type to ".dead" to prevent user access
David Howells
2017-04-27
1
-1
/
+1
*
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
David Howells
2017-04-27
1
-2
/
+7
*
selinux: fix off-by-one in setprocattr
Stephen Smalley
2017-02-14
1
-1
/
+1
*
apparmor: fix change_hat not finding hat after policy replacement
John Johansen
2016-12-02
1
-2
/
+4
*
KEYS: Fix short sprintf buffer in /proc/keys show function
David Howells
2016-11-10
1
-1
/
+1
*
ima: use file_dentry()
Miklos Szeredi
2016-10-16
2
-3
/
+3
*
apparmor: fix ref count leak when profile sha1 hash is read
John Johansen
2016-08-16
1
-0
/
+1
*
KEYS: potential uninitialized variable
Dan Carpenter
2016-07-27
1
-1
/
+1
*
security: let security modules use PTRACE_MODE_* with bitmasks
Jann Horn
2016-03-03
2
-7
/
+5
*
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-02-25
1
-1
/
+6
*
EVM: Use crypto_memneq() for digest comparisons
Ryan Ware
2016-02-17
1
-1
/
+2
*
KEYS: Fix keyring ref leak in join_session_keyring()
Yevgeny Pats
2016-01-31
1
-0
/
+1
*
KEYS: Fix race between read and revoke
David Howells
2015-12-19
1
-9
/
+9
*
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...
James Morris
2015-11-26
1
-2
/
+2
|
\
|
*
selinux: fix bug in conditional rules handling
Stephen Smalley
2015-11-24
1
-2
/
+2
*
|
KEYS: Fix handling of stored error in a negatively instantiated user key
David Howells
2015-11-25
3
-2
/
+10
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-11-10
3
-9
/
+10
|
\
\
|
*
|
smack: use skb_to_full_sk() helper
Eric Dumazet
2015-11-08
1
-4
/
+7
|
*
|
net: add skb_to_full_sk() helper and use it in selinux_netlbl_skbuff_setsid()
Eric Dumazet
2015-11-08
2
-15
/
+3
|
*
|
selinux: fix random read in selinux_ip_postroute_compat()
Eric Dumazet
2015-11-05
1
-4
/
+14
*
|
|
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
2015-11-06
1
-1
/
+1
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
2015-11-05
25
-183
/
+393
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge tag 'keys-next-20151021' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2015-10-23
13
-75
/
+84
|
|
\
\
|
|
*
|
KEYS: Merge the type-specific data with the payload data
David Howells
2015-10-21
13
-67
/
+82
|
|
*
|
keys: Be more consistent in selection of union members used
Insu Yun
2015-10-21
1
-1
/
+1
|
|
*
|
KEYS: use kvfree() in add_key
Geliang Tang
2015-10-21
1
-7
/
+1
|
*
|
|
Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/selinux into...
James Morris
2015-10-22
5
-45
/
+36
|
|
\
\
\
|
|
|
|
/
|
|
|
/
|
|
|
*
|
selinux: Use a kmem_cache for allocation struct file_security_struct
Sangwoo
2015-10-21
1
-2
/
+6
|
|
*
|
selinux: ioctl_has_perm should be static
Geliang Tang
2015-10-21
1
-1
/
+1
|
|
*
|
selinux: use sprintf return value
Rasmus Villemoes
2015-10-21
1
-4
/
+1
|
|
*
|
selinux: use kstrdup() in security_get_bools()
Rasmus Villemoes
2015-10-21
1
-7
/
+1
|
|
*
|
selinux: use kmemdup in security_sid_to_context_core()
Rasmus Villemoes
2015-10-21
1
-2
/
+2
|
|
*
|
selinux: remove pointless cast in selinux_inode_setsecurity()
Rasmus Villemoes
2015-10-21
1
-1
/
+1
|
|
*
|
selinux: introduce security_context_str_to_sid
Rasmus Villemoes
2015-10-21
4
-25
/
+20
[next]