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.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
...
|
|
*
|
|
|
selinux: Delete an unnecessary variable initialisation in range_read()
Markus Elfring
2017-03-23
1
-1
/
+1
|
|
*
|
|
|
selinux: Return directly after a failed next_entry() in range_read()
Markus Elfring
2017-03-23
1
-1
/
+1
|
|
*
|
|
|
selinux: Delete an unnecessary variable assignment in filename_trans_read()
Markus Elfring
2017-03-23
1
-1
/
+0
|
|
*
|
|
|
selinux: One function call less in genfs_read() after null pointer detection
Markus Elfring
2017-03-23
1
-2
/
+3
|
|
*
|
|
|
selinux: Return directly after a failed next_entry() in genfs_read()
Markus Elfring
2017-03-23
1
-1
/
+1
|
|
*
|
|
|
selinux: Delete an unnecessary return statement in policydb_destroy()
Markus Elfring
2017-03-23
1
-2
/
+0
|
|
*
|
|
|
selinux: Use kcalloc() in policydb_index()
Markus Elfring
2017-03-23
1
-9
/
+9
|
|
*
|
|
|
selinux: Adjust four checks for null pointers
Markus Elfring
2017-03-23
1
-4
/
+4
|
|
*
|
|
|
selinux: Use kmalloc_array() in hashtab_create()
Markus Elfring
2017-03-23
1
-1
/
+1
|
|
*
|
|
|
selinux: Improve size determinations in four functions
Markus Elfring
2017-03-23
1
-4
/
+4
|
|
*
|
|
|
selinux: Delete an unnecessary return statement in cond_compute_av()
Markus Elfring
2017-03-23
1
-1
/
+0
|
|
*
|
|
|
selinux: Use kmalloc_array() in cond_init_bool_indexes()
Markus Elfring
2017-03-23
1
-2
/
+3
|
|
*
|
|
|
selinux: check for address length in selinux_socket_bind()
Alexander Potapenko
2017-03-10
1
-0
/
+8
|
|
*
|
|
|
selinux: constify nlmsg permission tables
James Morris
2017-03-06
1
-5
/
+5
|
|
|
|
/
/
|
|
|
/
|
|
|
*
|
|
|
Merge tag 'keys-next-20170412' of git://git.kernel.org/pub/scm/linux/kernel/g...
James Morris
2017-04-18
12
-49
/
+568
|
|
\
\
\
\
|
|
*
|
|
|
keys: select CONFIG_CRYPTO when selecting DH / KDF
Stephan Müller
2017-04-11
1
-0
/
+1
|
|
*
|
|
|
KEYS: add SP800-56A KDF support for DH
Stephan Mueller
2017-04-04
7
-18
/
+275
|
|
*
|
|
|
KEYS: Add KEYCTL_RESTRICT_KEYRING
Mat Martineau
2017-04-04
4
-0
/
+170
|
|
*
|
|
|
KEYS: Consistent ordering for __key_link_begin and restrict check
Mat Martineau
2017-04-04
1
-11
/
+13
|
|
*
|
|
|
KEYS: Use structure to capture key restriction function and data
Mat Martineau
2017-04-04
6
-16
/
+108
|
|
*
|
|
|
KEYS: Split role of the keyring pointer for keyring restrict functions
Mat Martineau
2017-04-03
2
-4
/
+7
|
|
*
|
|
|
KEYS: Use a typedef for restrict_link function pointers
Mat Martineau
2017-04-03
2
-9
/
+3
|
*
|
|
|
|
apparmor: Make path_max parameter readonly
John Johansen
2017-04-07
1
-1
/
+1
|
*
|
|
|
|
apparmor: fix parameters so that the permission test is bypassed at boot
John Johansen
2017-04-07
2
-26
/
+23
|
*
|
|
|
|
apparmor: fix invalid reference to index variable of iterator line 836
John Johansen
2017-04-07
1
-2
/
+4
|
*
|
|
|
|
apparmor: use SHASH_DESC_ON_STACK
Nicolas Iooss
2017-04-07
1
-19
/
+13
|
*
|
|
|
|
security/apparmor/lsm.c: set debug messages
Valentin Rothberg
2017-04-07
1
-1
/
+1
|
*
|
|
|
|
apparmor: fix boolreturn.cocci warnings
kbuild test robot
2017-04-07
1
-2
/
+2
|
|
/
/
/
/
|
*
|
|
|
security, keys: convert key_user.usage from atomic_t to refcount_t
Elena Reshetova
2017-04-03
4
-6
/
+7
|
*
|
|
|
security, keys: convert key.usage from atomic_t to refcount_t
Elena Reshetova
2017-04-03
5
-10
/
+10
|
*
|
|
|
TOMOYO: Use designated initializers
Kees Cook
2017-03-30
2
-16
/
+16
|
|
|
/
/
|
|
/
|
|
|
*
|
|
LSM: Revive security_task_alloc() hook and per "struct task_struct" security ...
Tetsuo Handa
2017-03-28
1
-0
/
+5
|
*
|
|
LSM: Initialize security_hook_heads upon registration.
Tetsuo Handa
2017-03-24
1
-354
/
+7
|
|
/
/
|
*
|
security: mark LSM hooks as __ro_after_init
James Morris
2017-03-06
8
-8
/
+8
|
*
|
security: introduce CONFIG_SECURITY_WRITABLE_HOOKS
James Morris
2017-03-06
2
-0
/
+11
|
*
|
selinux: fix kernel BUG on prlimit(..., NULL, NULL)
Stephen Smalley
2017-03-06
1
-0
/
+2
|
*
|
prlimit,security,selinux: add a security hook for prlimit
Stephen Smalley
2017-03-06
3
-1
/
+23
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2017-05-02
1
-0
/
+1
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-21
3
-27
/
+39
|
|
\
\
|
*
|
|
rtnetlink: Add RTM_DELNETCONF
David Ahern
2017-03-28
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'docs-4.12' of git://git.lwn.net/linux
Linus Torvalds
2017-05-02
1
-4
/
+8
|
\
\
\
|
*
|
|
kernel-api.rst: fix a series of errors when parsing C files
mchehab@s-opensource.com
2017-04-02
1
-4
/
+8
|
|
/
/
*
|
|
Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-05-01
2
-10
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
HAVE_ARCH_HARDENED_USERCOPY is unconditional now
Al Viro
2017-04-26
1
-9
/
+0
|
*
|
new helper: uaccess_kernel()
Al Viro
2017-03-28
1
-1
/
+1
|
|
/
*
|
KEYS: fix keyctl_set_reqkey_keyring() to not leak thread keyrings
Eric Biggers
2017-04-18
2
-24
/
+31
*
|
KEYS: Change the name of the dead type to ".dead" to prevent user access
David Howells
2017-04-18
1
-1
/
+1
*
|
KEYS: Disallow keyrings beginning with '.' to be joined as session keyrings
David Howells
2017-04-18
1
-2
/
+7
|
/
*
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2017-03-03
10
-1
/
+18
|
\
|
*
sched/headers: Prepare to remove the <linux/magic.h> include from <linux/sche...
Ingo Molnar
2017-03-02
1
-0
/
+2
[prev]
[next]