summaryrefslogtreecommitdiff
path: root/net/dns_resolver/dns_query.c
Commit message (Expand)AuthorAgeFilesLines
* docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-101-12/+3
* keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2019-06-271-3/+12
* keys: Pass the network namespace into request_key mechanismDavid Howells2019-06-271-2/+5
* dns_resolver: Allow used keys to be invalidatedDavid Howells2019-05-151-1/+5
* dns: remove redundant zero length namelen checkColin Ian King2019-04-111-2/+0
* dns: Allow the dns resolver to retrieve a server setDavid Howells2018-10-041-4/+1
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-10/+12
* Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-03-031-0/+2
|\
| * sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+2
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells2017-03-021-2/+2
|/
* net: dns_resolver: convert time_t to time64_tAya Mahfouz2015-11-181-1/+1
* KEYS: Merge the type-specific data with the payload dataDavid Howells2015-10-211-4/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2014-08-061-0/+1
|\
| * KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-0/+1
* | dns_resolver: Null-terminate the right stringBen Hutchings2014-07-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-06-111-1/+3
|\
| * dns_resolver: assure that dns_query() result is null-terminatedManuel Schölling2014-06-111-1/+3
* | dns_resolver: Do not accept domain names longer than 255 charsManuel Schölling2014-06-051-2/+2
|/
* net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei2010-08-111-0/+5
* DNS: Fixes for the DNS query moduleDavid Howells2010-08-061-1/+1
* cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell2010-08-061-0/+1
* DNS: Separate out CIFS DNS Resolver codeWang Lei2010-08-051-0/+159