aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/auth_gss
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'nfs-for-4.19-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 8-12/+7
2018-08-23Merge tag 'nfsd-4.19-1' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-35/+88
2018-08-22sunrpc: Add comment defining gssd upcall API keywordsGravatar Chuck Lever 1-0/+17
2018-08-22sunrpc: Extract target name into svc_credGravatar Chuck Lever 1-25/+45
2018-08-22sunrpc: Enable the kernel to specify the hostname part of service principalsGravatar Chuck Lever 1-3/+17
2018-08-22sunrpc: Don't use stack buffer with scatterlistGravatar Laura Abbott 1-3/+9
2018-08-09sunrpc: remove redundant variables 'checksumlen','blocksize' and 'data'Gravatar YueHaibing 2-4/+0
2018-08-04net: Remove some unneeded semicolonGravatar zhong jiang 1-1/+1
2018-07-31sunrpc: whitespace fixesGravatar Stephen Hemminger 8-8/+2
2018-07-30net/sunrpc: Make rpc_auth_create_args a constGravatar Sargun Dhillon 1-4/+5
2018-06-12Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+3
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-06-08Fix 16-byte memory leak in gssp_accept_sec_context_upcallGravatar Dave Wysochanski 1-1/+3
2018-04-05Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-5/+7
2018-04-03sunrpc: remove incorrect HMAC request initializationGravatar Eric Biggers 1-3/+0
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-1/+0
2018-03-26net: Convert rpcsec_gss_net_opsGravatar Kirill Tkhai 1-0/+1
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-03-19sunrpc: Fix unaligned access on sparc64Gravatar James Ettle 2-2/+7
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsGravatar Thiago Rafael Becker 2-0/+2
2017-11-27SUNRPC: make cache_detail structures constGravatar Bhumika Goyal 1-2/+2
2017-11-18Merge tag 'nfsd-4.15' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-5/+9
2017-11-07rpc: remove some BUG()sGravatar J. Bruce Fields 1-5/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-13Merge tag 'nfs-for-4.13-1' of git://git.linux-nfs.org/projects/anna/linux-nfsGravatar Linus Torvalds 1-1/+2
2017-07-13Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 4-12/+23
2017-07-13sunrpc: use constant time memory comparison for macGravatar Jason A. Donenfeld 1-1/+2
2017-07-13sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-07-13sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+2
2017-07-13sunrpc/auth_gss: fix decoder callback prototypesGravatar Christoph Hellwig 3-3/+4
2017-07-13sunrpc/auth_gss: nfsd: fix encoder callback prototypesGravatar Christoph Hellwig 3-7/+8
2017-07-04net, sunrpc: convert gss_upcall_msg.count from atomic_t to refcount_tGravatar Reshetova, Elena 1-11/+11
2017-07-04net, sunrpc: convert gss_cl_ctx.count from atomic_t to refcount_tGravatar Reshetova, Elena 1-3/+3
2017-06-28sunrpc: Disable splice for krb5iGravatar Chuck Lever 1-0/+8
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constGravatar Christoph Hellwig 1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoGravatar Christoph Hellwig 1-1/+2
2017-05-15sunrpc/auth_gss: fix decoder callback prototypesGravatar Christoph Hellwig 3-3/+4
2017-05-15sunrpc/auth_gss: nfsd: fix encoder callback prototypesGravatar Christoph Hellwig 3-7/+8
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 1-2/+2
2017-02-27lib/vsprintf.c: remove %Z supportGravatar Alexey Dobriyan 1-1/+1
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYGravatar Neil Brown 1-2/+2
2017-01-31svcrpc: fix oops in absence of krb5 moduleGravatar J. Bruce Fields 1-1/+1
2017-01-12svcrpc: don't leak contexts on PROC_DESTROYGravatar J. Bruce Fields 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxGravatar Linus Torvalds 3-9/+8
2016-12-10SUNRPC: fix refcounting problems with auth_gss messages.Gravatar NeilBrown 1-1/+6
2016-11-30svcauth_gss: Close connection when dropping an incoming messageGravatar Chuck Lever 1-1/+1
2016-11-01sunrpc: GFP_KERNEL should be GFP_NOFS in crypto codeGravatar J. Bruce Fields 2-8/+7
2016-10-26sunrpc: don't pass on-stack memory to sg_set_bufGravatar J. Bruce Fields 3-45/+71