summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-07-31Merge 4.9.114 into android-4.9Greg Kroah-Hartman71-267/+1307
2018-07-22KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-04-30Merge 4.9.97 into android-4.9Greg Kroah-Hartman85-261/+1458
2018-04-29KEYS: DNS: limit the length of option stringsEric Biggers1-7/+6
2017-10-30Merge 4.9.59 into android-4.9Greg Kroah-Hartman68-321/+542
2017-10-27KEYS: Fix race between updating and finding a negative keyDavid Howells14-57/+80
2017-10-13f2fs: catch up to v4.14-rc1Hyojun Kim63-3789/+8812
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells15-52/+198
2015-11-18net: dns_resolver: convert time_t to time64_tAya Mahfouz2-2/+2
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells49-230/+286
2014-09-30Merge commit 'v3.16' into nextJames Morris467-2301/+4180
2014-09-16KEYS: Make the key matching functions return boolDavid Howells6-16/+18
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells19-45/+31
2014-09-16KEYS: Preparse match dataDavid Howells11-51/+129
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells6-3/+20
2014-07-22KEYS: DNS: Use key preparsingDavid Howells1-18/+25
2014-07-21dns_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 Howells4-1/+18
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-27/+66
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 Kirsher8-16/+8
2013-07-12net: strict_strtoul is obsolete, use kstrtoul instead“Cosmin1-1/+1
2012-12-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds20-370/+369
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds128-594/+6799
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells15-102/+250
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells15-102/+250
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells5-24/+31
2012-09-14userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ...Eric W. Biederman3-5/+6
2012-09-13KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells15-102/+250
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds102-1230/+3678
2012-05-11KEYS: Announce key type (un)registrationDavid Howells2-5/+3
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet167-455/+461
2012-01-19KEYS: Allow special keyrings to be clearedDavid Howells7-1/+26
2011-03-17KEYS: Improve /proc/keysDavid Howells9-29/+59
2011-03-03DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076]David Howells2-4/+25
2010-11-22Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitionsTracey Dent1-1/+1
2010-08-11DNS: If the DNS server returns an error, allow that to be cached [ver #2]Wang Lei3-5/+96
2010-08-06[DNS RESOLVER] Minor typo correctionSteve French1-1/+1
2010-08-06DNS: Fixes for the DNS query moduleDavid Howells2-4/+4
2010-08-06cifs: Include linux/err.h for IS_ERR and PTR_ERRStephen Rothwell2-0/+2
2010-08-05DNS: Separate out CIFS DNS Resolver codeWang Lei14-205/+708