aboutsummaryrefslogtreecommitdiff
path: root/net/dns_resolver
AgeCommit message (Expand)AuthorFilesLines
2012-09-13userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Gravatar Eric W. Biederman 1-1/+2
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-3/+3
2012-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-5/+0
2012-05-11KEYS: Announce key type (un)registrationGravatar David Howells 1-5/+0
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 2-2/+2
2012-01-19KEYS: Allow special keyrings to be clearedGravatar David Howells 1-0/+1
2011-03-17KEYS: Improve /proc/keysGravatar David Howells 1-4/+6
2011-03-04DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]Gravatar David Howells 1-3/+17
2010-11-22Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitionsGravatar Tracey Dent 1-1/+1
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Gravatar Wang Lei 2-5/+92
2010-08-06[DNS RESOLVER] Minor typo correctionGravatar Steve French 1-1/+1
2010-08-06DNS: Fixes for the DNS query moduleGravatar David Howells 1-1/+1
2010-08-06cifs: Include linux/err.h for IS_ERR and PTR_ERRGravatar Stephen Rothwell 2-0/+2
2010-08-05DNS: Separate out CIFS DNS Resolver codeGravatar Wang Lei 5-0/+447