summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* nfsd4: properly type op_get_currentstateid callbacksChristoph Hellwig2017-07-133-35/+50
* nfsd4: properly type op_set_currentstateid callbacksChristoph Hellwig2017-07-134-19/+27
* sunrpc: remove kxdrproc_tChristoph Hellwig2017-07-131-7/+0
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-07-1321-170/+185
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-07-1321-209/+237
* sunrpc: properly type pc_release callbacksChristoph Hellwig2017-07-1312-66/+63
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-07-1311-227/+328
* nfsd: remove the unused PROC() macro in nfs3proc.cChristoph Hellwig2017-07-131-12/+0
* nfsd: use named initializers in PROC()Christoph Hellwig2017-07-133-27/+27
* nfsd4: const-ify nfs_cb_version4Christoph Hellwig2017-07-131-1/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-1316-30/+31
* nfs: use ARRAY_SIZE() in the nfsacl_version3 declarationChristoph Hellwig2017-07-131-2/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-1313-15/+44
* lockd: fix some weird indentationChristoph Hellwig2017-07-132-19/+19
* nfs: don't cast callback decode/proc/encode routinesChristoph Hellwig2017-07-133-69/+77
* nfs: fix decoder callback prototypesChristoph Hellwig2017-07-135-84/+151
* lockd: fix decoder callback prototypesChristoph Hellwig2017-07-133-10/+16
* nfsd: fix decoder callback prototypesChristoph Hellwig2017-07-131-4/+7
* sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
* sunrpc: fix decoder callback prototypesChristoph Hellwig2017-07-131-12/+15
* sunrpc: properly type argument to kxdrdproc_tChristoph Hellwig2017-07-132-2/+4
* sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8
* nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-131-5/+8
* nfs: fix encoder callback prototypesChristoph Hellwig2017-07-135-122/+242
* lockd: fix encoder callback prototypesChristoph Hellwig2017-07-133-18/+34
* sunrpc: fix encoder callback prototypesChristoph Hellwig2017-07-131-11/+13
* sunrpc: properly type argument to kxdreproc_tChristoph Hellwig2017-07-132-2/+6
* Linux 4.12-rc5v4.12-rc5Linus Torvalds2017-06-121-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2017-06-1219-330/+330
|\
| * KEYS: fix refcount_inc() on zeroMark Rutland2017-06-091-7/+4
| * KEYS: Convert KEYCTL_DH_COMPUTE to use the crypto KPP APIMat Martineau2017-06-092-103/+171
| * crypto : asymmetric_keys : verify_pefile:zero memory content before freeingLoganaden Velvindron2017-06-091-2/+2
| * KEYS: DH: add __user annotations to keyctl_kdf_paramsEric Biggers2017-06-091-2/+2
| * KEYS: DH: ensure the KDF counter is properly alignedEric Biggers2017-06-091-13/+3
| * KEYS: DH: don't feed uninitialized "otherinfo" into KDFEric Biggers2017-06-091-1/+1
| * KEYS: DH: forbid using digest_null as the KDF hashEric Biggers2017-06-091-1/+11
| * KEYS: sanitize key structs before freeingEric Biggers2017-06-092-4/+1
| * KEYS: trusted: sanitize all key materialEric Biggers2017-06-091-28/+22
| * KEYS: encrypted: sanitize all key materialEric Biggers2017-06-091-18/+13
| * KEYS: user_defined: sanitize key payloadsEric Biggers2017-06-091-4/+12
| * KEYS: sanitize add_key() and keyctl() key payloadsEric Biggers2017-06-091-3/+9
| * KEYS: fix freeing uninitialized memory in key_update()Eric Biggers2017-06-091-3/+2
| * KEYS: fix dereferencing NULL payload with nonzero lengthEric Biggers2017-06-091-2/+2
| * KEYS: encrypted: use constant-time HMAC comparisonEric Biggers2017-06-091-2/+3
| * KEYS: encrypted: fix race causing incorrect HMAC calculationsEric Biggers2017-06-091-83/+32
| * KEYS: encrypted: fix buffer overread in valid_master_desc()Eric Biggers2017-06-091-16/+15
| * KEYS: encrypted: avoid encrypting/decrypting stack buffersEric Biggers2017-06-091-8/+9
| * KEYS: put keyring if install_session_keyring_to_cred() failsEric Biggers2017-06-091-3/+4
| * KEYS: Delete an error message for a failed memory allocation in get_derived_k...Markus Elfring2017-06-091-3/+2
| * X.509: Fix error code in x509_cert_parse()Dan Carpenter2017-06-091-0/+1