Age | Commit message (Expand) | Author | Files | Lines |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-15 | dns_resolver: Allow used keys to be invalidated | David Howells | 1 | -1/+5 |
2019-04-11 | dns: remove redundant zero length namelen check | Colin Ian King | 1 | -2/+0 |
2018-10-04 | dns: Allow the dns resolver to retrieve a server set | David Howells | 2 | -7/+65 |
2018-07-24 | net: remove blank lines at end of file | Stephen Hemminger | 1 | -1/+0 |
2018-07-16 | KEYS: DNS: fix parsing multiple options | Eric Biggers | 1 | -12/+16 |
2018-04-17 | KEYS: DNS: limit the length of option strings | Eric Biggers | 1 | -7/+5 |
2018-03-26 | net: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
2018-02-06 | afs: Support the AFS dynamic root | David Howells | 1 | -10/+12 |
2017-10-18 | KEYS: Fix race between updating and finding a negative key | David Howells | 1 | -1/+1 |
2017-03-03 | Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+2 |
2017-03-02 | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> | Ingo Molnar | 1 | -0/+2 |
2017-03-02 | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 1 | -2/+2 |
2016-04-11 | KEYS: Add a facility to restrict new links into a keyring | David Howells | 1 | -1/+1 |
2015-11-18 | net: dns_resolver: convert time_t to time64_t | Aya Mahfouz | 1 | -1/+1 |
2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 3 | -13/+22 |
2014-10-01 | Merge commit 'v3.16' into next | James Morris | 1 | -1/+1 |
2014-09-16 | KEYS: Make the key matching functions return bool | David Howells | 1 | -2/+2 |
2014-09-16 | KEYS: Remove key_type::match in favour of overriding default by match_preparse | David Howells | 1 | -4/+13 |
2014-09-16 | KEYS: Preparse match data | David Howells | 1 | -2/+3 |
2014-07-22 | Merge branch 'keys-fixes' into keys-next | David Howells | 1 | -0/+1 |
2014-07-22 | KEYS: DNS: Use key preparsing | David Howells | 1 | -18/+25 |
2014-07-20 | dns_resolver: Null-terminate the right string | Ben Hutchings | 1 | -1/+1 |
2014-07-17 | KEYS: Allow special keys (eg. DNS results) to be invalidated by CAP_SYS_ADMIN | David Howells | 1 | -0/+1 |
2014-06-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2014-06-11 | dns_resolver: assure that dns_query() result is null-terminated | Manuel Schölling | 1 | -1/+3 |
2014-06-05 | dns_resolver: Do not accept domain names longer than 255 chars | Manuel Schölling | 1 | -2/+2 |
2013-12-06 | net/*: Fix FSF address in file headers | Jeff Kirsher | 3 | -6/+3 |
2013-07-12 | net: strict_strtoul is obsolete, use kstrtoul instead | “Cosmin | 1 | -1/+1 |
2012-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -9/+6 |
2012-10-14 | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -3/+3 |
2012-10-08 | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 1 | -3/+3 |
2012-10-02 | Merge branch 'modsign-keys-devel' into security-next-keys | David Howells | 1 | -3/+3 |
2012-10-02 | KEYS: Use keyring_alloc() to create special keyrings | David Howells | 1 | -8/+5 |
2012-09-13 | userns: net: Call key_alloc with GLOBAL_ROOT_UID, GLOBAL_ROOT_GID instead of ... | Eric W. Biederman | 1 | -1/+2 |
2012-09-13 | KEYS: Add payload preparsing opportunity prior to key instantiate or update | David Howells | 1 | -3/+3 |
2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -5/+0 |
2012-05-11 | KEYS: Announce key type (un)registration | David Howells | 1 | -5/+0 |
2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 2 | -2/+2 |
2012-01-19 | KEYS: Allow special keyrings to be cleared | David Howells | 1 | -0/+1 |
2011-03-17 | KEYS: Improve /proc/keys | David Howells | 1 | -4/+6 |
2011-03-04 | DNS: Fix a NULL pointer deref when trying to read an error key [CVE-2011-1076] | David Howells | 1 | -3/+17 |
2010-11-22 | Net: dns_resolver: Makefile: Remove deprecated kbuild goal definitions | Tracey Dent | 1 | -1/+1 |
2010-08-11 | DNS: If the DNS server returns an error, allow that to be cached [ver #2] | Wang Lei | 2 | -5/+92 |
2010-08-06 | [DNS RESOLVER] Minor typo correction | Steve French | 1 | -1/+1 |
2010-08-06 | DNS: Fixes for the DNS query module | David Howells | 1 | -1/+1 |
2010-08-06 | cifs: Include linux/err.h for IS_ERR and PTR_ERR | Stephen Rothwell | 2 | -0/+2 |
2010-08-05 | DNS: Separate out CIFS DNS Resolver code | Wang Lei | 5 | -0/+447 |