aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns_resolver/dns_query.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-3/+12
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells1-2/+5
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells1-1/+5
2019-04-11dns: remove redundant zero length namelen checkColin Ian King1-2/+0
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells1-4/+1
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-10/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+2
2015-11-18net: dns_resolver: convert time_t to time64_tAya Mahfouz1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells1-4/+3
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-0/+1
2014-07-20dns_resolver: Null-terminate the right stringBen Hutchings1-1/+1
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells1-0/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-06-11dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling1-1/+3
2014-06-05dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling1-2/+2
2013-12-06net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei1-0/+5
2010-08-06DNS: Fixes for the DNS query moduleDavid Howells1-1/+1
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/+159