index
:
platform/kernel/linux-stable
linux-3.14.y
sandbox/rkrypa/tizen-netfilter-backport-3.10
sandbox/rkrypa/tizen-netfilter-backport-3.14
sandbox/rkrypa/tizen-netfilter-backport-3.4
sandbox/rkrypa/tizen-netfilter-backport-4.0
sandbox/rkrypa/tizen-security-backport-3.10
sandbox/rkrypa/tizen-security-backport-3.14
sandbox/rkrypa/tizen-security-backport-3.4
sandbox/rkrypa/tizen-security-backport-4.0
sandbox/rkrypa/tizen-security-backport-4.4
tizen
tizen_3.14.20
tizen_3.14.25
upstream
upstream_ltsi
Domain: System / Kernel;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
Age
Commit message (
Expand
)
Author
Files
Lines
2011-03-02
CRED: Fix BUG() upon security_cred_alloc_blank() failure
Tetsuo Handa
1
-1
/
+5
2011-02-17
SELinux: do not compute transition labels on mountpoint labeled filesystems
Eric Paris
1
-1
/
+4
2011-02-17
SELinux: define permissions for DCB netlink messages
Eric Paris
1
-0
/
+2
2011-01-07
ima: fix add LSM rule bug
Mimi Zohar
1
-0
/
+2
2010-09-26
KEYS: Fix bug in keyctl_session_to_parent() if parent has no session keyring
David Howells
1
-1
/
+2
2010-09-26
KEYS: Fix RCU no-lock warning in keyctl_session_to_parent()
David Howells
1
-0
/
+3
2010-07-05
KEYS: find_keyring_by_name() can gain access to a freed keyring
Toshiyuki Okajima
1
-9
/
+9
2010-07-05
KEYS: Return more accurate error codes
Dan Carpenter
1
-3
/
+3
2010-05-26
mmap_min_addr check CAP_SYS_RAWIO only for write
Kees Cook
1
-1
/
+1
2010-05-12
security: testing the wrong variable in create_by_name()
Dan Carpenter
1
-2
/
+2
2010-05-12
keys: the request_key() syscall should link an existing key to the dest keyring
David Howells
1
-1
/
+8
2010-04-01
sysctl: require CAP_SYS_RAWIO to set mmap_min_addr
Kees Cook
1
-0
/
+3
2010-03-15
netlabel: fix export of SELinux categories > 127
Joshua Roys
1
-1
/
+1
2010-02-09
SECURITY: selinux, fix update_rlimit_cpu parameter
Jiri Slaby
1
-1
/
+1
2010-01-06
Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture support
Geert Uytterhoeven
1
-0
/
+10
2010-01-06
NOMMU: Optimise away the {dac_,}mmap_min_addr tests
David Howells
1
-1
/
+2
2009-11-19
ima: replace GFP_KERNEL with GFP_NOFS
Mimi Zohar
1
-2
/
+2
2009-10-15
KEYS: get_instantiation_keyring() should inc the keyring refcount in all cases
David Howells
1
-1
/
+1
2009-10-01
const: constify remaining file_operations
Alexey Dobriyan
1
-5
/
+5
2009-09-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
Linus Torvalds
1
-1
/
+1
2009-09-24
sysctl: remove "struct file *" argument of ->proc_handler
Alexey Dobriyan
1
-2
/
+2
2009-09-24
do_wait() wakeup optimization: change __wake_up_parent() to use filtered wakeup
Oleg Nesterov
1
-1
/
+1
2009-09-24
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
1
-1
/
+2
2009-09-24
lsm: Use a compressed IPv6 string format in audit events
Paul Moore
1
-1
/
+1
2009-09-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-6
/
+17
2009-09-23
SELinux: do not destroy the avc_cache_nodep
Eric Paris
1
-4
/
+15
2009-09-23
KEYS: Have the garbage collector set its timer for live expired keys
David Howells
1
-2
/
+2
2009-09-23
seq_file: constify seq_operations
James Morris
2
-5
/
+5
2009-09-23
Move magic numbers into magic.h
Nick Black
1
-7
/
+1
2009-09-15
Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+30
2009-09-15
KEYS: Fix garbage collector
David Howells
4
-35
/
+73
2009-09-15
KEYS: Unlock tasklist when exiting early from keyctl_session_to_parent
Marc Dionne
1
-0
/
+1
2009-09-14
SELinux: flush the avc before disabling SELinux
Eric Paris
1
-0
/
+2
2009-09-14
SELinux: seperate avc_cache flushing
Eric Paris
1
-7
/
+17
2009-09-14
Creds: creds->security can be NULL is selinux is disabled
Eric Paris
1
-0
/
+6
2009-09-11
Merge branch 'next' into for-linus
James Morris
36
-460
/
+1290
2009-09-10
sysfs: Add labeling support for sysfs
David P. Quigley
2
-0
/
+6
2009-09-10
LSM/SELinux: inode_{get,set,notify}secctx hooks to access LSM security contex...
David P. Quigley
4
-0
/
+88
2009-09-07
IMA: update ima_counts_put
Mimi Zohar
1
-1
/
+5
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
10
-0
/
+267
2009-09-02
KEYS: Do some whitespace cleanups [try #6]
David Howells
1
-9
/
+3
2009-09-02
KEYS: Make /proc/keys use keyid not numread as file position [try #6]
Serge E. Hallyn
1
-22
/
+55
2009-09-02
KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]
David Howells
7
-4
/
+322
2009-09-02
KEYS: Flag dead keys to induce EKEYREVOKED [try #6]
David Howells
1
-1
/
+3
2009-09-02
KEYS: Allow keyctl_revoke() on keys that have SETATTR but not WRITE perm [try...
David Howells
1
-1
/
+7
2009-09-02
KEYS: Deal with dead-type keys appropriately [try #6]
David Howells
4
-31
/
+48
2009-09-02
CRED: Add some configurable debugging [try #6]
David Howells
1
-1
/
+5
2009-09-02
Merge commit 'v2.6.31-rc8' into x86/txt
Ingo Molnar
8
-14
/
+119
2009-09-01
x86, intel_txt: clean up the impact on generic code, unbreak non-x86
Shane Wang
1
-1
/
+1
2009-09-01
selinux: Support for the new TUN LSM hooks
Paul Moore
5
-2
/
+83
[next]