aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns_resolver/dns_key.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-9/+6
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-3/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells1-3/+3
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-8/+5
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of 0, 0Eric W. Biederman1-1/+2
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-3/+3
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+0
2012-05-11KEYS: Announce key type (un)registrationDavid Howells1-5/+0
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells1-0/+1
2011-03-17KEYS: Improve /proc/keysDavid Howells1-4/+6
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells1-3/+17
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-5/+87
2010-08-06cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell1-0/+1
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei1-0/+210