aboutsummaryrefslogtreecommitdiff
path: root/net/dns_resolver
AgeCommit message (Expand)AuthorFilesLines
2018-04-17KEYS: DNS: limit the length of option stringsGravatar Eric Biggers 1-7/+5
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-06afs: Support the AFS dynamic rootGravatar David Howells 1-10/+12
2017-10-18KEYS: Fix race between updating and finding a negative keyGravatar David Howells 1-1/+1
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
2016-04-11KEYS: Add a facility to restrict new links into a keyringGravatar David Howells 1-1/+1
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 3-13/+22
2014-10-01Merge commit 'v3.16' into nextGravatar James Morris 1-1/+1
2014-09-16KEYS: Make the key matching functions return boolGravatar David Howells 1-2/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 1-4/+13
2014-09-16KEYS: Preparse match dataGravatar David Howells 1-2/+3
2014-07-22Merge branch 'keys-fixes' into keys-nextGravatar David Howells 1-0/+1
2014-07-22KEYS: DNS: Use key preparsingGravatar David Howells 1-18/+25
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 3-6/+3
2013-07-12net: strict_strtoul is obsolete, use kstrtoul insteadGravatar “Cosmin 1-1/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-9/+6
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateGravatar David Howells 1-3/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysGravatar David Howells 1-3/+3
2012-10-02KEYS: Use keyring_alloc() to create special keyringsGravatar David Howells 1-8/+5
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