aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-02SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust1-1/+1
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 Lever1-26/+1
2019-02-14SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever1-84/+81
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: 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
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-10-23SUNRPC: Convert the auth cred cache to use refcount_tTrond Myklebust1-2/+2
2018-09-30SUNRPC: The transmitted message must lie in the RPCSEC window of validityTrond Myklebust1-0/+41
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-5/+6
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+34
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsChuck Lever1-0/+17
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever1-3/+17
2018-08-04net: Remove some unneeded semicolonzhong jiang1-1/+1
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-07-30net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon1-4/+5
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2017-07-04net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena1-11/+11
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena1-3/+3
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown1-1/+6
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-4/+9
2016-09-30sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson1-0/+7
2016-08-05SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia1-3/+5
2016-07-24Merge branch 'nfs-rdma'Trond Myklebust1-0/+2
2016-07-19sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew1-0/+1
2016-07-11xprtrdma: No direct data placement with krb5i and krb5pChuck Lever1-0/+2
2016-05-09sunrpc: plumb gfp_t parm into crcreate operationJeff Layton1-3/+3
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-4/+4
2016-02-22Merge branch 'multipath'Trond Myklebust1-2/+2
2016-02-17auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew1-1/+1
2016-02-05SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust1-2/+2
2015-10-23sunrpc: avoid warning in gss_key_timeoutArnd Bergmann1-7/+6
2014-11-24sunrpc: eliminate RPC_DEBUGJeff Layton1-1/+1
2014-11-13sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton1-5/+30
2014-08-03sunrpc: fix RCU handling of gc_ctx fieldJeff Layton1-17/+35
2014-07-12sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton1-20/+42
2014-07-12auth_gss: fetch the acceptor name out of the downcallJeff Layton1-3/+17