aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust1-1/+1
2019-02-25Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfsTrond Myklebust11-395/+299
2019-02-15sunrpc: fix 4 more call sites that were using stack memory with a scatterlistScott Mayhew1-11/+38
2019-02-14SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever1-5/+13
2019-02-14SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever1-0/+1
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever8-136/+9
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever2-4/+6
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever3-85/+93
2019-02-14SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever1-94/+110
2019-02-13SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever1-98/+93
2019-02-13SUNRPC: Add build option to disable support for insecure enctypesChuck Lever1-0/+2
2019-02-13SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever1-2/+1
2019-02-13SUNRPC: Add xdr_stream::rqst fieldChuck Lever1-2/+2
2019-01-15SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limitTrond Myklebust1-3/+9
2019-01-02Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2-33/+16
2019-01-02Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+4
2019-01-02SUNRPC: Fix some kernel doc complaintsChuck Lever1-1/+1
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-12-19SUNRPC discard cr_uid from struct rpc_cred.NeilBrown1-6/+6
2018-12-19SUNRPC: remove crbind rpc_cred operationNeilBrown1-2/+0
2018-12-19NFS: move credential expiry tracking out of SUNRPC into NFS.NeilBrown1-17/+4
2018-12-19SUNRPC: remove machine_cred field from struct auth_credNeilBrown1-4/+1
2018-12-19SUNRPC: remove uid and gid from struct auth_credNeilBrown1-5/+4
2018-12-19SUNRPC: add 'struct cred *' to auth_cred and rpc_credNeilBrown1-0/+2
2018-12-02SUNRPC: Fix leak of krb5p encode pagesChuck Lever1-0/+4
2018-11-12SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust1-19/+42
2018-11-04Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-34/+14
2018-11-01SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton3-34/+14
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-7/+34
2018-10-29SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust1-6/+26
2018-10-26Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds5-33/+87
2018-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust1-2/+2
2018-10-18SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2018-10-05SUNRPC: use cmpxchg64() in gss_seq_send64_fetch_and_inc()Arnd Bergmann1-1/+1
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-1/+8
2018-09-30SUNRPC: Replace krb5_seq_lock with a lockless schemeTrond Myklebust2-17/+28
2018-09-30SUNRPC: Lockless lookup of RPCSEC_GSS mechanismsTrond Myklebust1-14/+14
2018-09-30SUNRPC: Add a label for RPC calls that require allocation on receiveTrond Myklebust1-0/+1
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+41
2018-09-28gss_krb5: Remove VLA usage of skcipherKees Cook5-94/+93
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds8-12/+7
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds4-35/+88
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-22sunrpc: Extract target name into svc_credChuck Lever1-25/+45
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistLaura Abbott1-3/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2-4/+0
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-07-31sunrpc: whitespace fixesStephen Hemminger8-8/+2
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-4/+5