summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-06-112-19/+38
|\
| * SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFTChuck Lever2020-06-111-1/+1
| * SUNRPC: Trace GSS context lifetimesChuck Lever2020-06-112-4/+7
| * SUNRPC: receive buffer size estimation values almost never changeChuck Lever2020-06-111-14/+30
* | sunrpc: use kmemdup_nul() in gssp_stringify()Chen Zhou2020-06-081-1/+1
* | sunrpc: clean up properly in gss_mech_unregister()NeilBrown2020-05-282-9/+15
* | sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown2020-05-281-2/+4
|/
* SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-272-5/+4
* SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-272-9/+18
* SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-275-24/+25
* Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2020-04-071-26/+68
|\
| * SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsizeOlga Kornievskaia2020-03-261-1/+2
| * SUNRPC: Trim stack utilization in the wrap and unwrap pathsChuck Lever2020-03-161-6/+8
| * sunrpc: Fix gss_unwrap_resp_integ() againChuck Lever2020-03-161-19/+58
* | nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust2020-03-161-0/+12
* | SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever2020-03-161-28/+15
* | SUNRPC: Add xdr_pad_size() helperChuck Lever2020-03-162-3/+4
|/
* Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-02-071-0/+4
|\
| * sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas2020-02-071-0/+4
* | Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-02-072-30/+0
|\ \
| * | SUNRPC: Remove broken gss_mech_list_pseudoflavors()Trond Myklebust2020-01-152-30/+0
| * | sunrpc: convert to time64_t for expiryArnd Bergmann2020-01-156-21/+27
| |/
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-5/+5
* | nfs: use time64_t internallyArnd Bergmann2019-12-181-1/+1
* | sunrpc: convert to time64_t for expiryArnd Bergmann2019-12-186-21/+27
|/
* SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever2019-10-301-21/+63
* SUNRPC: Trace gssproxy upcall resultsChuck Lever2019-10-302-4/+8
* Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-09-261-1/+1
|\
| * SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_micBenjamin Coddington2019-09-201-1/+1
* | sunrpc: Use kzfree rather than its implementation.zhong jiang2019-09-051-6/+3
|/
* Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-05-151-3/+3
|\
| * SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust2019-04-241-3/+3
* | Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2019-05-091-18/+53
|\ \
| * | SUNRPC: Rebalance a kref in auth_gss.cChuck Lever2019-05-091-0/+1
| * | SUNRPC: Fix an error code in gss_alloc_msg()Dan Carpenter2019-05-091-1/+3
| * | SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcallTrond Myklebust2019-04-261-16/+44
| * | SUNRPC: Use the client user namespace when encoding credsTrond Myklebust2019-04-261-3/+8
| * | SUNRPC: Add function rpc_sleep_on_timeout()Trond Myklebust2019-04-251-3/+2
| |/
* / crypto: shash - remove shash_desc::flagsEric Biggers2019-04-252-3/+0
|/
* SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpcTrond Myklebust2019-03-021-1/+1
* Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux...Trond Myklebust2019-02-2511-395/+299
|\
| * SUNRPC: Add rpc_auth::au_ralign fieldChuck Lever2019-02-141-5/+13
| * SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsizeChuck Lever2019-02-141-0/+1
| * SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever2019-02-148-136/+9
| * SUNRPC: Remove xdr_buf_trim()Chuck Lever2019-02-142-4/+6
| * SUNRPC: Introduce trace points in rpc_auth_gss.koChuck Lever2019-02-143-85/+93
| * SUNRPC: Use struct xdr_stream when decoding RPC Reply headerChuck Lever2019-02-141-94/+110
| * SUNRPC: Use struct xdr_stream when constructing RPC Call headerChuck Lever2019-02-131-98/+93
| * SUNRPC: Add build option to disable support for insecure enctypesChuck Lever2019-02-131-0/+2
| * SUNRPC: Remove rpc_xprt::tsh_sizeChuck Lever2019-02-131-2/+1