summaryrefslogtreecommitdiffstats
path: root/net/dns_resolver
Commit message (Expand)AuthorAgeFilesLines
* KEYS: DNS: limit the length of option stringsEric Biggers2018-04-171-7/+5
* net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
* afs: Support the AFS dynamic rootDavid Howells2018-02-061-10/+12
* KEYS: Fix race between updating and finding a negative keyDavid Howells2017-10-181-1/+1
* 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
|/
* KEYS: Add a facility to restrict new links into a keyringDavid Howells2016-04-111-1/+1
* 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-213-13/+22
* Merge commit 'v3.16' into nextJames Morris2014-10-011-1/+1
|\
| * dns_resolver: Null-terminate the right stringBen Hutchings2014-07-201-1/+1
* | KEYS: Make the key matching functions return boolDavid Howells2014-09-161-2/+2
* | KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells2014-09-161-4/+13
* | KEYS: Preparse match dataDavid Howells2014-09-161-2/+3
* | Merge branch 'keys-fixes' into keys-nextDavid Howells2014-07-221-0/+1
|\ \
| * | KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMINDavid Howells2014-07-171-0/+1
| |/
* | KEYS: DNS: Use key preparsingDavid Howells2014-07-221-18/+25
|/
* 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-063-6/+3
* net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin2013-07-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-12-161-9/+6
|\
| * Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells2012-10-021-3/+3
| |\
| | * KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-09-131-3/+3
| * | KEYS: Use keyring_alloc() to create special keyringsDavid Howells2012-10-021-8/+5
| |/
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-3/+3
|\ \
| * | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-081-3/+3
| |/
* | userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman2012-09-131-1/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-211-5/+0
|\
| * KEYS: Announce key type (un)registrationDavid Howells2012-05-111-5/+0
* | net: cleanup unsigned to unsigned intEric Dumazet2012-04-152-2/+2
|/
* KEYS: Allow special keyrings to be clearedDavid Howells2012-01-191-0/+1
* KEYS: Improve /proc/keysDavid Howells2011-03-171-4/+6
* DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells2011-03-041-3/+17
* Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitionsTracey Dent2010-11-221-1/+1
* DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei2010-08-112-5/+92
* [DNS RESOLVER] Minor typo correctionSteve French2010-08-061-1/+1
* 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-062-0/+2
* DNS: Separate out CIFS DNS Resolver codeWang Lei2010-08-055-0/+447
OpenPOWER on IntegriCloud