aboutsummaryrefslogtreecommitdiff
path: root/net/dns_resolver/dns_query.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-28docs: networking: convert dns_resolver.txt to ReSTGravatar Mauro Carvalho Chehab 1-1/+1
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-12/+3
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLGravatar David Howells 1-3/+12
2019-06-27keys: Pass the network namespace into request_key mechanismGravatar David Howells 1-2/+5
2019-05-15dns_resolver: Allow used keys to be invalidatedGravatar David Howells 1-1/+5
2019-04-11dns: remove redundant zero length namelen checkGravatar Colin Ian King 1-2/+0
2018-10-04dns: Allow the dns resolver to retrieve a server setGravatar David Howells 1-4/+1
2018-02-06afs: Support the AFS dynamic rootGravatar David Howells 1-10/+12
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()Gravatar David Howells 1-2/+2
2015-11-18net: dns_resolver: convert time_t to time64_tGravatar Aya Mahfouz 1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataGravatar David Howells 1-4/+3
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+1
2014-07-20dns_resolver: Null-terminate the right stringGravatar Ben Hutchings 1-1/+1
2014-07-17KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINGravatar David Howells 1-0/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+3
2014-06-11dns_resolver: assure that dns_query() result is null-terminatedGravatar Manuel Schölling 1-1/+3
2014-06-05dns_resolver: Do not accept domain names longer than 255 charsGravatar Manuel Schölling 1-2/+2
2013-12-06net/*: Fix FSF address in file headersGravatar Jeff Kirsher 1-2/+1
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Gravatar Wang Lei 1-0/+5
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 1-0/+1
2010-08-05DNS: Separate out CIFS DNS Resolver codeGravatar Wang Lei 1-0/+159