- 38764c7 Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 3 years, 2 months ago
- 1da3854 Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 3 months ago
- 2ba5acf SUNRPC: fix sign error causing rpcsec_gss drops by J. Bruce Fields · 3 years, 3 months ago
- 458032f UNRPC: Return specific error code on kmalloc failure by Yang Li · 3 years, 4 months ago
- 14e2bc4 Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux by Linus Torvalds · 3 years, 4 months ago
- 0961f0c Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 3 years, 4 months ago
- 0c217d5 SUNRPC: improve error response to over-size gss credential by NeilBrown · 3 years, 4 months ago
- 5a47534 rpc: fix gss_svc_init cleanup on failure by J. Bruce Fields · 3 years, 5 months ago
- 5c2465d SUNRPC: Set rq_auth_stat in the pg_authenticate() callout by Chuck Lever · 3 years, 6 months ago
- 438623a SUNRPC: Add svc_rqst::rq_auth_stat by Chuck Lever · 3 years, 6 months ago
- 71d3d0e SUNRPC: Convert rpc_client refcount to use refcount_t by Trond Myklebust · 3 years, 5 months ago
- f6260b9 rpc: remove redundant initialization of variable status by Colin Ian King · 3 years, 7 months ago
- 0ddc942 rpc: fix NULL dereference on kmalloc failure by J. Bruce Fields · 3 years, 10 months ago
- e4a7d1f SUNRPC: Handle 0 length opaque XDR object data properly by Dave Wysochanski · 4 years ago
- ba6dfce SUNRPC: Move simple_get_bytes and simple_get_netobj into private header by Dave Wysochanski · 4 years ago
- 5e54daf SUNRPC: Remove XDRBUF_SPARSE_PAGES flag in gss_proxy upcall by Chuck Lever · 4 years, 1 month ago
- 0ae4c3e SUNRPC: Add xdr_set_scratch_page() and xdr_reset_scratch_buffer() by Chuck Lever · 4 years, 2 months ago
- 24717cf Merge tag 'nfsd-5.10' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 2 months ago
- d48c812 SUNRPC: fix copying of multiple pages in gss_read_proxy_verf() by Martijn de Gouw · 4 years, 2 months ago
- 39a5101 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 4 years, 3 months ago
- e33d2a7 SUNRPC: remove RC4-HMAC-MD5 support from KerberosV by Ard Biesheuvel · 4 years, 4 months ago
- 2ac6981 Merge tag 'nfsd-5.9-1' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- ad112aa SUNRPC: remove duplicate include by Wang Hai · 4 years, 4 months ago
- 7a6b604 Merge tag 'nfsd-5.9' of git://git.linux-nfs.org/projects/cel/cel-2.6 by Linus Torvalds · 4 years, 5 months ago
- 453431a mm, treewide: rename kzfree() to kfree_sensitive() by Waiman Long · 4 years, 5 months ago
- 986a4b6 SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()") by Chuck Lever · 4 years, 5 months ago
- 10b9d99 SUNRPC: Augment server-side rpcgss tracepoints by Chuck Lever · 4 years, 8 months ago
- a539568 Merge tag 'nfs-for-5.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 7 months ago
- 6fc3737 SUNRPC: rpc_call_null_helper() should set RPC_TASK_SOFT by Chuck Lever · 4 years, 8 months ago
- 74fb8fe SUNRPC: Trace GSS context lifetimes by Chuck Lever · 4 years, 8 months ago
- 53bc19f SUNRPC: receive buffer size estimation values almost never change by Chuck Lever · 4 years, 8 months ago
- 1eb2f96 sunrpc: use kmemdup_nul() in gssp_stringify() by Chen Zhou · 4 years, 8 months ago
- 24c5efe sunrpc: clean up properly in gss_mech_unregister() by NeilBrown · 4 years, 7 months ago
- d47a5dc sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. by NeilBrown · 4 years, 7 months ago
- 0a8e7b7 SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()") by Chuck Lever · 4 years, 9 months ago
- a7e429a SUNRPC: Fix GSS privacy computation of auth->au_ralign by Chuck Lever · 4 years, 8 months ago
- 31c9590 SUNRPC: Add "@len" parameter to gss_unwrap() by Chuck Lever · 4 years, 8 months ago
- 04de788 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 4 years, 9 months ago
- df513a7 SUNRPC: fix krb5p mount to provide large enough buffer in rq_rcvsize by Olga Kornievskaia · 4 years, 9 months ago
- 65286b8 nfsd: export upcalls must not return ESTALE when mountd is down by Trond Myklebust · 4 years, 10 months ago
- 2815552 SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.c by Chuck Lever · 4 years, 10 months ago
- 96f194b SUNRPC: Add xdr_pad_size() helper by Chuck Lever · 4 years, 10 months ago
- d162372 SUNRPC: Trim stack utilization in the wrap and unwrap paths by Chuck Lever · 4 years, 10 months ago
- 4047aa9 sunrpc: Fix gss_unwrap_resp_integ() again by Chuck Lever · 4 years, 10 months ago
- 08dffcc Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 4 years, 11 months ago
- f43574d Merge tag 'nfs-for-5.6-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 4 years, 11 months ago
- 3d96208 sunrpc: expiry_time should be seconds not timeval by Roberto Bergantinos Corpas · 5 years ago
- 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
- b32d285 SUNRPC: Remove broken gss_mech_list_pseudoflavors() by Trond Myklebust · 5 years ago
- 52879b4 sunrpc: convert to time64_t for expiry by Arnd Bergmann · 5 years ago
- f559935 nfs: use time64_t internally by Arnd Bergmann · 7 years ago
- 294ec5b sunrpc: convert to time64_t for expiry by Arnd Bergmann · 7 years ago
- 5866efa SUNRPC: Fix svcauth_gss_proxy_init() by Chuck Lever · 5 years ago
- ff27e9f SUNRPC: Trace gssproxy upcall results by Chuck Lever · 5 years ago
- 972a2bf Merge tag 'nfs-for-5.4-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 5 years ago
- f925ab9 SUNRPC: Rename xdr_buf_read_netobj to xdr_buf_read_mic by Benjamin Coddington · 5 years ago
- 60b3990 sunrpc: Use kzfree rather than its implementation. by zhong jiang · 5 years ago
- 700a800 Merge tag 'nfsd-5.2' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- 06cbd26 Merge tag 'nfs-for-5.2-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
- 5940d1c SUNRPC: Rebalance a kref in auth_gss.c by Chuck Lever · 6 years ago
- fe31ce8 SUNRPC: Fix an error code in gss_alloc_msg() by Dan Carpenter · 6 years ago
- ac83228a SUNRPC: Use namespace of listening daemon in the client AUTH_GSS upcall by Trond Myklebust · 6 years ago
- 283ebe3 SUNRPC: Use the client user namespace when encoding creds by Trond Myklebust · 6 years ago
- 6b2e685 SUNRPC: Add function rpc_sleep_on_timeout() by Trond Myklebust · 6 years ago
- 877b569 crypto: shash - remove shash_desc::flags by Eric Biggers · 6 years ago
- e6667c7 SUNRPC: rsi_parse() should use the current user namespace by Trond Myklebust · 6 years ago
- 12a3ad6 SUNRPC: Convert remaining GFP_NOIO, and GFP_NOWAIT sites in sunrpc by Trond Myklebust · 6 years ago
- 06b5fc3 Merge tag 'nfs-rdma-for-5.1-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Trond Myklebust · 6 years ago
- e7afe6c sunrpc: fix 4 more call sites that were using stack memory with a scatterlist by Scott Mayhew · 6 years ago
- 35e77d2 SUNRPC: Add rpc_auth::au_ralign field by Chuck Lever · 6 years ago
- a00275b SUNRPC: Make AUTH_SYS and AUTH_NULL set au_verfsize by Chuck Lever · 6 years ago
- 2573a46 SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ files by Chuck Lever · 6 years ago
- 241b1f4 SUNRPC: Remove xdr_buf_trim() by Chuck Lever · 6 years ago
- 0c77668 SUNRPC: Introduce trace points in rpc_auth_gss.ko by Chuck Lever · 6 years ago
- a0584ee SUNRPC: Use struct xdr_stream when decoding RPC Reply header by Chuck Lever · 6 years ago
- e8680a2 SUNRPC: Use struct xdr_stream when constructing RPC Call header by Chuck Lever · 6 years ago
- fe9a270 SUNRPC: Add build option to disable support for insecure enctypes by Chuck Lever · 6 years ago
- 067fb11 SUNRPC: Remove rpc_xprt::tsh_size by Chuck Lever · 6 years ago
- 0ccc61b SUNRPC: Add xdr_stream::rqst field by Chuck Lever · 6 years ago
- 97b78ae SUNRPC: Ensure we respect the RPCSEC_GSS sequence number limit by Trond Myklebust · 6 years ago
- e6b9257 Merge tag 'nfs-for-4.21-1' of git://git.linux-nfs.org/projects/anna/linux-nfs by Linus Torvalds · 6 years ago
- e45428a Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- acf0a39 SUNRPC: Fix some kernel doc complaints by Chuck Lever · 6 years ago
- b8be567 sunrpc: use SVC_NET() in svcauth_gss_* functions by Vasily Averin · 6 years ago
- 04d1532 SUNRPC discard cr_uid from struct rpc_cred. by NeilBrown · 6 years ago
- d6efccd SUNRPC: remove crbind rpc_cred operation by NeilBrown · 6 years ago
- ddf529e NFS: move credential expiry tracking out of SUNRPC into NFS. by NeilBrown · 6 years ago
- 1a80810 SUNRPC: remove machine_cred field from struct auth_cred by NeilBrown · 6 years ago
- 8276c90 SUNRPC: remove uid and gid from struct auth_cred by NeilBrown · 6 years ago
- 97f68c6b SUNRPC: add 'struct cred *' to auth_cred and rpc_cred by NeilBrown · 6 years ago
- 8dae539 SUNRPC: Fix leak of krb5p encode pages by Chuck Lever · 6 years ago
- a652a4b SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cache by Trond Myklebust · 6 years ago
- 4710e78 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
- c3be657 SUNRPC: Use atomic(64)_t for seq_send(64) by Paul Burton · 6 years ago
- 310c758 Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 6 years ago
- 6d1616b SUNRPC: Lockless server RPCSEC_GSS context lookup by Trond Myklebust · 6 years ago
- c7a2c49 Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
- 331bc71 SUNRPC: Convert the auth cred cache to use refcount_t by Trond Myklebust · 6 years ago
- e732f44 SUNRPC: Fix a compile warning for cmpxchg64() by Trond Myklebust · 6 years ago