aboutsummaryrefslogtreecommitdiffstats
path: root/net/dns_resolver (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-11Merge tag 'net-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2024-01-10keys, dns: Fix size check of V1 server-list headerDavid Howells1-1/+1
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-9/+16
2023-12-26keys, dns: Fix missing size check of V1 server-list headerEdward Adam Davis1-10/+9
2023-12-21keys, dns: Allow key types (eg. DNS) to be reclaimed immediately on expiryDavid Howells1-1/+9
2023-12-12net: dns_resolver: the module is called dns_resolver, not dnsresolverAhelenia Ziemiańska1-1/+1
2022-11-01cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook1-1/+1
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+1
2020-04-28docs: networking: convert dns_resolver.txt to ReSTMauro Carvalho Chehab3-3/+3
2020-03-29KEYS: Don't write out to userspace while holding key semaphoreWaiman Long1-1/+1
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds2-22/+5
2019-07-08Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-5/+22
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds2-2/+6
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells2-5/+22
2019-06-27keys: Pass the network namespace into request_key mechanismDavid Howells1-2/+5
2019-06-26keys: Network namespace domain tagDavid Howells1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-15dns_resolver: Allow used keys to be invalidatedDavid Howells1-1/+5
2019-04-11dns: remove redundant zero length namelen checkColin Ian King1-2/+0
2018-10-04dns: Allow the dns resolver to retrieve a server setDavid Howells2-7/+65
2018-07-24net: remove blank lines at end of fileStephen Hemminger1-1/+0
2018-07-16KEYS: DNS: fix parsing multiple optionsEric Biggers1-12/+16
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers1-7/+5
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-06afs: Support the AFS dynamic rootDavid Howells1-10/+12
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells1-1/+1
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+2
2017-03-02KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()David Howells1-2/+2
2016-04-11KEYS: Add a facility to restrict new links into a keyringDavid Howells1-1/+1
2015-11-18net: dns_resolver: convert time_t to time64_tAya Mahfouz1-1/+1
2015-10-21KEYS: Merge the type-specific data with the payload dataDavid Howells3-13/+22
2014-10-01Merge commit 'v3.16' into nextJames Morris1-1/+1
2014-09-16KEYS: Make the key matching functions return boolDavid Howells1-2/+2
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseDavid Howells1-4/+13
2014-09-16KEYS: Preparse match dataDavid Howells1-2/+3
2014-07-22Merge branch 'keys-fixes' into keys-nextDavid Howells1-0/+1
2014-07-22KEYS: DNS: Use key preparsingDavid Howells1-18/+25
2014-07-20dns_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 Howells1-0/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
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 Kirsher3-6/+3
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/jmorris/linux-securityLinus Torvalds1-9/+6
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-3/+3
2012-10-08KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells1-3/+3
2012-10-02Merge branch 'modsign-keys-devel' into security-next-keysDavid Howells1-3/+3
2012-10-02KEYS: Use keyring_alloc() to create special keyringsDavid Howells1-8/+5