index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
nfsd4: properly type op_get_currentstateid callbacks
Christoph Hellwig
2017-07-13
3
-35
/
+50
*
nfsd4: properly type op_set_currentstateid callbacks
Christoph Hellwig
2017-07-13
4
-19
/
+27
*
sunrpc: remove kxdrproc_t
Christoph Hellwig
2017-07-13
1
-7
/
+0
*
sunrpc: properly type pc_encode callbacks
Christoph Hellwig
2017-07-13
21
-170
/
+185
*
sunrpc: properly type pc_decode callbacks
Christoph Hellwig
2017-07-13
21
-209
/
+237
*
sunrpc: properly type pc_release callbacks
Christoph Hellwig
2017-07-13
12
-66
/
+63
*
sunrpc: properly type pc_func callbacks
Christoph Hellwig
2017-07-13
11
-227
/
+328
*
nfsd: remove the unused PROC() macro in nfs3proc.c
Christoph Hellwig
2017-07-13
1
-12
/
+0
*
nfsd: use named initializers in PROC()
Christoph Hellwig
2017-07-13
3
-27
/
+27
*
nfsd4: const-ify nfs_cb_version4
Christoph Hellwig
2017-07-13
1
-1
/
+1
*
sunrpc: mark all struct rpc_procinfo instances as const
Christoph Hellwig
2017-07-13
16
-30
/
+31
*
nfs: use ARRAY_SIZE() in the nfsacl_version3 declaration
Christoph Hellwig
2017-07-13
1
-2
/
+1
*
sunrpc: move p_count out of struct rpc_procinfo
Christoph Hellwig
2017-07-13
13
-15
/
+44
*
lockd: fix some weird indentation
Christoph Hellwig
2017-07-13
2
-19
/
+19
*
nfs: don't cast callback decode/proc/encode routines
Christoph Hellwig
2017-07-13
3
-69
/
+77
*
nfs: fix decoder callback prototypes
Christoph Hellwig
2017-07-13
5
-84
/
+151
*
lockd: fix decoder callback prototypes
Christoph Hellwig
2017-07-13
3
-10
/
+16
*
nfsd: fix decoder callback prototypes
Christoph Hellwig
2017-07-13
1
-4
/
+7
*
sunrpc/auth_gss: fix decoder callback prototypes
Christoph Hellwig
2017-07-13
3
-3
/
+4
*
sunrpc: fix decoder callback prototypes
Christoph Hellwig
2017-07-13
1
-12
/
+15
*
sunrpc: properly type argument to kxdrdproc_t
Christoph Hellwig
2017-07-13
2
-2
/
+4
*
sunrpc/auth_gss: nfsd: fix encoder callback prototypes
Christoph Hellwig
2017-07-13
3
-7
/
+8
*
nfsd: fix encoder callback prototypes
Christoph Hellwig
2017-07-13
1
-5
/
+8
*
nfs: fix encoder callback prototypes
Christoph Hellwig
2017-07-13
5
-122
/
+242
*
lockd: fix encoder callback prototypes
Christoph Hellwig
2017-07-13
3
-18
/
+34
*
sunrpc: fix encoder callback prototypes
Christoph Hellwig
2017-07-13
1
-11
/
+13
*
sunrpc: properly type argument to kxdreproc_t
Christoph Hellwig
2017-07-13
2
-2
/
+6
*
Linux 4.12-rc5
v4.12-rc5
Linus Torvalds
2017-06-12
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2017-06-12
19
-330
/
+330
|
\
|
*
KEYS: fix refcount_inc() on zero
Mark Rutland
2017-06-09
1
-7
/
+4
|
*
KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP API
Mat Martineau
2017-06-09
2
-103
/
+171
|
*
crypto : asymmetric_keys : verify_pefile:zero memory content before freeing
Loganaden Velvindron
2017-06-09
1
-2
/
+2
|
*
KEYS: DH: add __user annotations to keyctl_kdf_params
Eric Biggers
2017-06-09
1
-2
/
+2
|
*
KEYS: DH: ensure the KDF counter is properly aligned
Eric Biggers
2017-06-09
1
-13
/
+3
|
*
KEYS: DH: don't feed uninitialized "otherinfo" into KDF
Eric Biggers
2017-06-09
1
-1
/
+1
|
*
KEYS: DH: forbid using digest_null as the KDF hash
Eric Biggers
2017-06-09
1
-1
/
+11
|
*
KEYS: sanitize key structs before freeing
Eric Biggers
2017-06-09
2
-4
/
+1
|
*
KEYS: trusted: sanitize all key material
Eric Biggers
2017-06-09
1
-28
/
+22
|
*
KEYS: encrypted: sanitize all key material
Eric Biggers
2017-06-09
1
-18
/
+13
|
*
KEYS: user_defined: sanitize key payloads
Eric Biggers
2017-06-09
1
-4
/
+12
|
*
KEYS: sanitize add_key() and keyctl() key payloads
Eric Biggers
2017-06-09
1
-3
/
+9
|
*
KEYS: fix freeing uninitialized memory in key_update()
Eric Biggers
2017-06-09
1
-3
/
+2
|
*
KEYS: fix dereferencing NULL payload with nonzero length
Eric Biggers
2017-06-09
1
-2
/
+2
|
*
KEYS: encrypted: use constant-time HMAC comparison
Eric Biggers
2017-06-09
1
-2
/
+3
|
*
KEYS: encrypted: fix race causing incorrect HMAC calculations
Eric Biggers
2017-06-09
1
-83
/
+32
|
*
KEYS: encrypted: fix buffer overread in valid_master_desc()
Eric Biggers
2017-06-09
1
-16
/
+15
|
*
KEYS: encrypted: avoid encrypting/decrypting stack buffers
Eric Biggers
2017-06-09
1
-8
/
+9
|
*
KEYS: put keyring if install_session_keyring_to_cred() fails
Eric Biggers
2017-06-09
1
-3
/
+4
|
*
KEYS: Delete an error message for a failed memory allocation in get_derived_k...
Markus Elfring
2017-06-09
1
-3
/
+2
|
*
X.509: Fix error code in x509_cert_parse()
Dan Carpenter
2017-06-09
1
-0
/
+1
[prev]
[next]