index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
keys
/
keyring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-6
/
+4
2012-10-14
Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
1
-3
/
+3
2012-10-02
Merge branch 'modsign-keys-devel' into security-next-keys
David Howells
1
-3
/
+3
2012-10-02
KEYS: Use keyring_alloc() to create special keyrings
David Howells
1
-0
/
+1
2012-10-02
KEYS: Reduce initial permissions on keys
David Howells
1
-6
/
+3
2012-09-13
userns: Convert security/keys to the new userns infrastructure
Eric W. Biederman
1
-2
/
+2
2012-09-13
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
1
-3
/
+3
2012-05-25
KEYS: Fix some sparse warnings
David Howells
1
-0
/
+2
2012-05-11
KEYS: Add invalidation support
David Howells
1
-14
/
+11
2012-05-11
KEYS: Do LRU discard in full keyrings
David Howells
1
-7
/
+40
2012-05-11
KEYS: Permit in-place link replacement in keyring list
David Howells
1
-39
/
+56
2012-01-18
KEYS: Add missing smp_rmb() primitives to the keyring search code
David Howells
1
-7
/
+15
2011-08-23
KEYS: __key_link() should use the RCU deref wrapper for keyring payloads
David Howells
1
-2
/
+1
2011-07-08
rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_check
Michal Hocko
1
-1
/
+0
2011-03-17
KEYS: Improve /proc/keys
David Howells
1
-13
/
+24
2011-03-08
KEYS: Add a new keyctl op to reject a key with a specified error code
David Howells
1
-2
/
+2
2011-01-26
KEYS: Fix __key_link_end() quota fixup on error
David Howells
1
-12
/
+19
2011-01-21
KEYS: Fix up comments in key management code
David Howells
1
-72
/
+159
2011-01-21
KEYS: Do some style cleanup in the key management code.
David Howells
1
-48
/
+16
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
1
-3
/
+3
2010-05-06
KEYS: Do preallocation for __key_link()
David Howells
1
-97
/
+145
2010-05-06
Merge branch 'master' into next
James Morris
1
-19
/
+22
2010-05-06
KEYS: keyring_serialise_link_sem is only needed for keyring->keyring links
David Howells
1
-7
/
+9
2010-05-06
Merge branch 'master' into next
James Morris
1
-1
/
+1
2010-05-05
KEYS: Use RCU dereference wrappers in keyring key type code
David Howells
1
-10
/
+13
2010-05-05
KEYS: find_keyring_by_name() can gain access to a freed keyring
Toshiyuki Okajima
1
-9
/
+9
2010-04-28
keys: don't need to use RCU in keyring_read() as semaphore is held
David Howells
1
-1
/
+1
2010-04-23
security: whitespace coding style fixes
Justin P. Mattock
1
-10
/
+10
2010-03-10
Security: key: keyring: fix some code style issues
Chihau Chau
1
-4
/
+3
2010-03-05
Security: Fix some coding styles in security/keys/keyring.c
wzt.wzt@gmail.com
1
-4
/
+2
2010-02-25
security: Apply lockdep-based checking to rcu_dereference() uses
Paul E. McKenney
1
-1
/
+3
2009-09-15
KEYS: Fix garbage collector
David Howells
1
-5
/
+19
2009-09-02
KEYS: Add garbage collection for dead, revoked and expired keys. [try #6]
David Howells
1
-0
/
+85
2009-02-27
keys: skip keys from another user namespace
Serge E. Hallyn
1
-0
/
+3
2008-11-14
CRED: Inaugurate COW credentials
David Howells
1
-7
/
+7
2008-11-14
KEYS: Disperse linux/key_ui.h
David Howells
1
-0
/
+1
2008-04-29
keys: don't generate user and user session keyrings unless they're accessed
David Howells
1
-12
/
+7
2008-04-29
keys: check starting keyring as part of search
Kevin Coffman
1
-4
/
+31
2007-04-26
[AF_RXRPC]: Key facility changes for AF_RXRPC
David Howells
1
-0
/
+2
2006-12-07
[PATCH] security/keys/*: user kmemdup()
Eric Sesterhenn
1
-3
/
+1
2006-06-26
[PATCH] keys: discard the contents of a key on revocation
David Howells
1
-0
/
+21
2006-06-26
[PATCH] keys: sort out key quota system
David Howells
1
-2
/
+2
2006-06-22
[PATCH] selinux: add hooks for key subsystem
Michael LeMay
1
-2
/
+3
2006-04-10
[Security] Keys: Fix oops when adding key to non-keyring
David Howells
1
-0
/
+1
2006-01-08
[PATCH] keys: Permit running process to instantiate keys
David Howells
1
-45
/
+0
2006-01-08
[PATCH] keys: Discard duplicate keys from a keyring on link
David Howells
1
-23
/
+64
2006-01-06
[PATCH] security/: possible cleanups
Adrian Bunk
1
-1
/
+1
2006-01-06
[PATCH] Keys: Remove key duplication
David Howells
1
-64
/
+0
2005-12-01
[PATCH] Keys: Fix permissions check for update vs add
David Howells
1
-1
/
+1
[next]