summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2014-11-18upstream: drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2014-09-05svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever3-1/+4
2014-07-06SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust1-0/+2
2014-05-06nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-06SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-02-13sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson1-2/+6
2013-11-29SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust1-7/+21
2013-11-29SUNRPC: don't map EKEYEXPIRED to EACCES in call_refreshresultAndy Adamson1-1/+1
2013-10-01rpc: let xdr layer allocate gssproxy receieve pagesJ. Bruce Fields1-10/+6
2013-10-01rpc: fix huge kmalloc's in gss-proxyJ. Bruce Fields3-1/+37
2013-10-01rpc: comment on linux_cred encoding, treat all as unsignedJ. Bruce Fields1-8/+10
2013-10-01rpc: clean up decoding of gssproxy linux credsJ. Bruce Fields1-19/+13
2013-09-07SUNRPC: Fix memory corruption issue on 32-bit highmem systemsTrond Myklebust1-3/+6
2013-08-14SUNRPC: If the rpcbind channel is disconnected, fail the call to unregisterTrond Myklebust3-13/+32
2013-08-14SUNRPC: Don't auto-disconnect from the local rpcbind socketTrond Myklebust1-0/+8
2013-08-11svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields1-1/+0
2013-08-11svcrpc: fix gss_rpc_upcall create errorJ. Bruce Fields1-1/+1
2013-08-11svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields1-4/+5
2013-08-04svcrdma: underflow issue in decode_write_list()Dan Carpenter1-6/+14
2013-07-25svcrpc: don't error out on small tcp fragmentJ. Bruce Fields1-1/+1
2013-07-25svcrpc: fix handling of too-short rpc'sJ. Bruce Fields1-2/+7
2013-07-25svcrpc: fix failures to handle -1 uid'sJ. Bruce Fields1-2/+0
2013-05-31Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-8/+12
2013-05-29svcrpc: fix failures to handle -1 uid's and gid'sJ. Bruce Fields1-5/+7
2013-05-28svcrpc: implement O_NONBLOCK behavior for use-gss-proxyJ. Bruce Fields1-2/+4
2013-05-22SUNRPC: Prevent an rpc_task wakeup raceTrond Myklebust1-1/+7
2013-05-16SUNRPC: Convert auth_gss pipe detection to work in namespacesTrond Myklebust3-19/+30
2013-05-16SUNRPC: Faster detection if gssd is actually runningTrond Myklebust3-1/+18
2013-05-15SUNRPC: Fix a bug in gss_create_upcallTrond Myklebust1-2/+3
2013-05-12svcauth_gss: fix error code in use_gss_proxy()Dan Carpenter1-1/+1
2013-05-10Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-28/+30
2013-05-09Merge tag 'nfs-for-3.10-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-3/+2
2013-05-07SUNRPC: fix decoding of optional gss-proxy xdr fieldsJ. Bruce Fields1-13/+13
2013-05-06SUNRPC: Refactor gssx_dec_option_array() to kill uninitialized warningGeert Uytterhoeven1-15/+17
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds14-19/+1889
2013-05-03SUNRPC: Don't spam syslog with "Pseudoflavor not found" messagesTrond Myklebust2-3/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-13/+13
2013-04-30svcauth_gss: fix error return code in rsc_parse()Wei Yongjun1-1/+3
2013-04-30Merge tag 'nfs-for-3.10-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds9-52/+275
2013-04-29net/sunrpc: rename random32() to prandom_u32()Akinobu Mita1-2/+2
2013-04-29lib, net: make isodigit() public and use itAndy Shevchenko1-1/+0
2013-04-29svcrpc: fix gss-proxy to respect user namespacesJ. Bruce Fields1-7/+13
2013-04-29SUNRPC: gssp_procedures[] can be staticFengguang Wu1-1/+1
2013-04-29SUNRPC: define {create,destroy}_use_gss_proxy_proc_entry in !PROC caseJ. Bruce Fields1-1/+10
2013-04-29Merge branch 'nfs-for-next' of git://linux-nfs.org/~trondmy/nfs-2.6 into for-...J. Bruce Fields9-44/+185
2013-04-26SUNRPC: Use gssproxy upcall for server RPCGSS authentication.Simo Sorce3-9/+343
2013-04-26SUNRPC: Add RPC based upcall mechanism for RPCGSS authSimo Sorce7-1/+1504
2013-04-26SUNRPC: conditionally return endtime from import_sec_contextSimo Sorce4-6/+11
2013-04-26SUNRPC: allow disabling idle timeoutJ. Bruce Fields2-0/+4
2013-04-26SUNRPC: attempt AF_LOCAL connect on setupJ. Bruce Fields1-0/+3