summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-08-248-12/+7Star
|\
| * sunrpc: whitespace fixesStephen Hemminger2018-07-318-8/+2Star
| * net/sunrpc: Make rpc_auth_create_args a constSargun Dhillon2018-07-301-4/+5
* | Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-08-244-35/+88
|\ \
| * | sunrpc: Add comment defining gssd upcall API keywordsChuck Lever2018-08-231-0/+17
| * | sunrpc: Extract target name into svc_credChuck Lever2018-08-231-25/+45
| * | sunrpc: Enable the kernel to specify the hostname part of service principalsChuck Lever2018-08-231-3/+17
| * | sunrpc: Don't use stack buffer with scatterlistLaura Abbott2018-08-231-3/+9
| * | sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'YueHaibing2018-08-092-4/+0Star
| |/
* / net: Remove some unneeded semicolonzhong jiang2018-08-041-1/+1
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-132-2/+3
|\
| * treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
| * treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-1/+2
* | Fix 16-byte memory leak in gssp_accept_sec_context_upcallDave Wysochanski2018-06-081-1/+3
|/
* Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-04-063-5/+7
|\
| * sunrpc: remove incorrect HMAC request initializationEric Biggers2018-04-031-3/+0Star
| * sunrpc: Fix unaligned access on sparc64James Ettle2018-03-192-2/+7
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* | net: Convert rpcsec_gss_net_opsKirill Tkhai2018-03-261-0/+1
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker2017-12-152-0/+2
* SUNRPC: make cache_detail structures constBhumika Goyal2017-11-271-2/+2
* Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2017-11-181-5/+9
|\
| * rpc: remove some BUG()sJ. Bruce Fields2017-11-071-5/+9
* | 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-03-011-2/+2
|\
| * svcrpc: free contexts immediately on PROC_DESTROYNeil Brown2017-01-311-2/+2
* | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-281-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/+8Star
|\
| * 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/+7Star
* | 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