index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
keys
/
user_defined.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-18
KEYS: Fix race between updating and finding a negative key
David Howells
1
-2
/
+2
2017-06-09
KEYS: user_defined: sanitize key payloads
Eric Biggers
1
-4
/
+12
2017-03-02
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
1
-3
/
+3
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-04-12
KEYS: user_update should use copy of payload made during preparsing
David Howells
1
-31
/
+11
2015-11-25
KEYS: Fix handling of stored error in a negatively instantiated user key
David Howells
1
-1
/
+4
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-7
/
+7
2014-09-16
KEYS: Remove key_type::match in favour of overriding default by match_preparse
David Howells
1
-12
/
+0
2014-09-16
KEYS: Remove key_type::def_lookup_type
David Howells
1
-2
/
+0
2014-09-16
KEYS: Preparse match data
David Howells
1
-2
/
+2
2014-07-23
KEYS: user: Use key preparsing
David Howells
1
-19
/
+22
2013-09-24
KEYS: Introduce a search context structure
David Howells
1
-8
/
+10
2012-10-08
KEYS: Add payload preparsing opportunity prior to key instantiate or update
David Howells
1
-6
/
+8
2012-01-23
Merge git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-0
/
+37
2012-01-19
keys: fix user_defined key sparse messages
Mimi Zohar
1
-3
/
+3
2012-01-18
keys: add a "logon" key type
Jeff Layton
1
-0
/
+37
2011-11-16
KEYS: Fix a NULL pointer deref in the user-defined key type
David Howells
1
-1
/
+2
2011-05-24
Merge branch 'next' into for-linus
James Morris
1
-2
/
+2
2011-05-08
security,rcu: convert call_rcu(user_update_rcu_disposal) to kfree_rcu()
Lai Jiangshan
1
-14
/
+2
2011-03-17
KEYS: Improve /proc/keys
David Howells
1
-2
/
+2
2011-03-08
KEYS: Add an RCU payload dereference macro
David Howells
1
-2
/
+1
2011-01-22
KEYS: Do some style cleanup in the key management code.
David Howells
1
-24
/
+8
2010-05-05
KEYS: Fix an RCU warning in the reading of user keys
David Howells
1
-1
/
+2
2007-02-14
[PATCH] remove many unneeded #includes of sched.h
Tim Schmielau
1
-1
/
+0
2006-06-26
[PATCH] keys: discard the contents of a key on revocation
David Howells
1
-1
/
+24
2006-01-06
[PATCH] Keys: Remove key duplication
David Howells
1
-33
/
+0
2005-10-31
[PATCH] Keys: Export user-defined keyring operations
David Howells
1
-25
/
+24
2005-06-24
[PATCH] eCryptfs: export user key type
Michael Halcrow
1
-0
/
+2
2005-06-24
[PATCH] keys: Discard key spinlock and use RCU for key payload
David Howells
1
-24
/
+61
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+191