summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-07-131-1/+2
|\
| * sunrpc: use constant time memory comparison for macJason A. Donenfeld2017-07-131-1/+2
| * sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-07-131-1/+1
| * sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-07-131-1/+2
| * sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-07-133-3/+4
| * sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-07-133-7/+8
* | Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-07-134-12/+23
|\ \
| * | sunrpc: Disable splice for krb5iChuck Lever2017-06-281-0/+8
| * | sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
| * | sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+2
| * | sunrpc/auth_gss: fix decoder callback prototypesChristoph Hellwig2017-05-153-3/+4
| * | sunrpc/auth_gss: nfsd: fix encoder callback prototypesChristoph Hellwig2017-05-153-7/+8
| |/
* | net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tReshetova, Elena2017-07-041-11/+11
* | net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tReshetova, Elena2017-07-041-3/+3
|/
* Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-02-281-2/+2
|\
| * svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-2/+2
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-271-1/+1
|/
* svcrpc: fix oops in absence of krb5 moduleJ. Bruce Fields2017-01-311-1/+1
* svcrpc: don't leak contexts on PROC_DESTROYJ. Bruce Fields2017-01-121-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-163-9/+8
|\
| * svcauth_gss: Close connection when dropping an incoming messageChuck Lever2016-11-301-1/+1
| * sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeJ. Bruce Fields2016-11-012-8/+7
* | SUNRPC: fix refcounting problems with auth_gss messages.NeilBrown2016-12-101-1/+6
|/
* sunrpc: don't pass on-stack memory to sg_set_bufJ. Bruce Fields2016-10-263-45/+71
* Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-10-131-0/+7
|\
| * sunrpc: add RPCSEC_GSS hash_cred() functionFrank Sorenson2016-09-301-0/+7
* | cred: simpler, 1D supplementary groupsAlexey Dobriyan2016-10-072-2/+2
|/
* svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation")Chuck Lever2016-09-121-2/+3
* Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-08-121-3/+5
|\
| * SUNRPC: allow for upcalls for same uid but different gss serviceOlga Kornievskaia2016-08-051-3/+5
* | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-08-041-2/+3
|\ \ | |/ |/|
| * sunrpc: add gss minor status to svcauth_gss_proxy_initScott Mayhew2016-07-131-2/+3
* | Merge branch 'nfs-rdma'Trond Myklebust2016-07-243-0/+16
|\ \
| * | xprtrdma: No direct data placement with krb5i and krb5pChuck Lever2016-07-113-0/+16
| |/
* | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flagsScott Mayhew2016-07-191-0/+1
|/
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-3/+3
|\
| * sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-3/+3
* | sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-05-231-2/+2
* | Remove unnecessary allocationJ. Bruce Fields2016-05-031-3/+2
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-142-3/+8
|\
| * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-7/+7
|/
* Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-221-2/+2
|\
| * Merge branch 'multipath'Trond Myklebust2016-02-221-2/+2
| |\
| | * SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-051-2/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-175-207/+290
|\ \ \ | |/ / |/| |
| * | sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-275-207/+290
| |/
* | auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew2016-02-171-1/+1
|/
OpenPOWER on IntegriCloud