aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss/svcauth_gss.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever1-2/+2
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2021-11-10Merge tag 'nfsd-5.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2021-10-07Merge tag 'nfsd-5.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-1/+1
2021-10-01SUNRPC: fix sign error causing rpcsec_gss dropsJ. Bruce Fields1-1/+1
2021-09-23UNRPC: Return specific error code on kmalloc failureYang Li1-1/+1
2021-09-08Merge tag 'nfsd-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds1-0/+2
2021-09-04Merge tag 'nfs-for-5.15-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-22/+25
2021-09-03SUNRPC: improve error response to over-size gss credentialNeilBrown1-0/+2
2021-08-17rpc: fix gss_svc_init cleanup on failureJ. Bruce Fields1-1/+1
2021-08-10SUNRPC: Set rq_auth_stat in the pg_authenticate() calloutChuck Lever1-0/+4
2021-08-10SUNRPC: Add svc_rqst::rq_auth_statChuck Lever1-22/+21
2021-07-06rpc: remove redundant initialization of variable statusColin Ian King1-1/+1
2021-03-06rpc: fix NULL dereference on kmalloc failureJ. Bruce Fields1-4/+7
2020-10-20SUNRPC: fix copying of multiple pages in gss_read_proxy_verf()Martijn de Gouw1-10/+17
2020-07-24SUNRPC: Fix ("SUNRPC: Add "@len" parameter to gss_unwrap()")Chuck Lever1-1/+0
2020-07-13SUNRPC: Augment server-side rpcgss tracepointsChuck Lever1-38/+79
2020-05-28sunrpc: clean up properly in gss_mech_unregister()NeilBrown1-6/+6
2020-05-28sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.NeilBrown1-2/+4
2020-04-27SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever1-1/+1
2020-04-27SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever1-6/+2
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust1-0/+12
2020-03-16SUNRPC: Clean up: Replace dprintk and BUG_ON call sites in svcauth_gss.cChuck Lever1-28/+15
2020-03-16SUNRPC: Add xdr_pad_size() helperChuck Lever1-2/+3
2020-02-07Merge tag 'nfsd-5.6' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+4
2020-02-07sunrpc: expiry_time should be seconds not timevalRoberto Bergantinos Corpas1-0/+4
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-5/+5
2019-12-18nfs: use time64_t internallyArnd Bergmann1-1/+1
2019-12-18sunrpc: convert to time64_t for expiryArnd Bergmann1-2/+2
2019-10-30SUNRPC: Fix svcauth_gss_proxy_init()Chuck Lever1-21/+63
2019-10-30SUNRPC: Trace gssproxy upcall resultsChuck Lever1-3/+5
2019-04-24SUNRPC: rsi_parse() should use the current user namespaceTrond Myklebust1-3/+3
2019-02-14SUNRPC: Add SPDX IDs to some net/sunrpc/auth_gss/ filesChuck Lever1-0/+1
2019-02-14SUNRPC: Remove xdr_buf_trim()Chuck Lever1-1/+1
2018-12-27sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2018-10-29SUNRPC: Lockless server RPCSEC_GSS context lookupTrond Myklebust1-6/+26
2018-10-03SUNRPC: Add lockless lookup of the server's auth domainTrond Myklebust1-1/+8
2018-07-31sunrpc: whitespace fixesStephen Hemminger1-1/+1
2018-03-26net: Use octal not symbolic permissionsJoe Perches1-1/+1
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-11-27SUNRPC: make cache_detail structures constBhumika Goyal1-2/+2
2017-11-07rpc: remove some BUG()sJ. Bruce Fields1-5/+9
2017-06-28sunrpc: Disable splice for krb5iChuck Lever1-0/+8
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown1-2/+2
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields1-1/+1
2016-11-30svcauth_gss: Close connection when dropping an incoming messageChuck Lever1-1/+1
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields1-7/+14
2016-10-07cred: simpler, 1D supplementary groupsAlexey Dobriyan1-1/+1
2016-09-12svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever1-2/+3
2016-07-13sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew1-2/+3