aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/auth_gss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-27SUNRPC: Fix crasher in gss_unwrap_resp_integ()Chuck Lever1-1/+1
2022-07-10SUNRPC: Fix an RPC/RDMA performance regressionTrond Myklebust1-7/+4
2022-03-29Merge tag 'nfs-for-5.18-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-11/+15
2022-03-13SUNRPC/auth: async tasks mustn't block waiting for memoryNeilBrown1-1/+5
2022-02-25SUNRPC/auth_gss: Convert GFP_NOFS to GFP_KERNELTrond Myklebust1-11/+11
2022-01-28SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet1-4/+6
2021-01-25SUNRPC: Move simple_get_bytes and simple_get_netobj into private headerDave Wysochanski1-29/+1
2020-06-11SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever1-1/+1
2020-06-11SUNRPC: Trace GSS context lifetimesChuck Lever1-4/+6
2020-06-11SUNRPC: receive buffer size estimation values almost never changeChuck Lever1-14/+30
2020-04-27SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever1-5/+3
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever1-2/+2
2020-04-07Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-26/+68
2020-03-26SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia1-1/+2
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever1-1/+1
2020-03-16SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever1-6/+8
2020-03-16sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever1-19/+58
2020-01-15SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust1-1/+0
2019-09-20SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington1-1/+1
2019-05-09SUNRPC: Rebalance a kref in auth_gss.cChuck Lever1-0/+1
2019-05-09SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter1-1/+3
2019-04-26SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust1-16/+44
2019-04-26SUNRPC: Use the client user namespace when encoding credsTrond Myklebust1-3/+8
2019-04-25SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust1-3/+2
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