summaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)AuthorFilesLines
2014-06-03Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell5-14/+14
2014-06-03Merge remote-tracking branch 'net-next/master'Stephen Rothwell1-3/+0
2014-06-03Merge remote-tracking branch 'nfsd/nfsd-next'Stephen Rothwell8-6/+215
2014-05-30SUNRPC/NFSD: Remove using of dprintk with KERN_WARNINGKinglong Mee1-2/+1
2014-05-30nfsd4: better reservation of head space for krb5J. Bruce Fields2-0/+4
2014-05-30rpc: define xdr_restrict_buflenJ. Bruce Fields1-0/+29
2014-05-30nfsd4: allow encoding across page boundariesJ. Bruce Fields2-2/+77
2014-05-30rpc: xdr_truncate_encodeJ. Bruce Fields1-0/+66
2014-05-29net, sunrpc: suppress allocation warning in rpc_malloc()David Rientjes1-2/+3
2014-05-23sunrpc: Remove sk_no_check settingTom Herbert1-3/+0
2014-05-22SUNRPC: track whether a request is coming from a loop-back interface.NeilBrown2-0/+18
2014-05-22SUNRPC: Fix a module reference leak in svc_handle_xprtTrond Myklebust1-0/+2
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever3-1/+17
2014-05-18SUNRPC: Fix a module reference issue in rpcsec_gssTrond Myklebust1-3/+1
2014-05-08SUNRPC: Fix printk that is not only for nfsdKinglong Mee1-1/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra5-14/+14
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-10/+10
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller2-10/+10
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-86/+119
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds6-68/+93
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+16
2014-03-30SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee1-0/+2
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee2-21/+0
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee1-25/+33
2014-03-30NFSD: Free backchannel xprt in bc_destroyKinglong Mee1-0/+4
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields1-6/+16
2014-03-28SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee1-8/+11
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton1-0/+1
2014-03-28xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton3-16/+30
2014-03-28Fix regression in NFSRDMA serverTom Tucker2-8/+5
2014-03-27net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3
2014-03-27svcrdma: fix printk when memory allocation failsJeff Layton1-2/+1
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust1-0/+2
2014-03-20SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust1-1/+2
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson1-2/+2
2014-03-19SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust1-0/+4
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever1-5/+5
2014-03-17SUNRPC: Fix large reads on NFS/RDMAChuck Lever1-3/+1
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust3-57/+77
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust1-3/+2
2014-03-17SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust1-5/+3
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-6/+25
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust1-1/+3
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust1-2/+11
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2014-02-11SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust2-49/+72
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust1-2/+4
2014-02-11SUNRPC: Fix races in xs_nospace()Trond Myklebust1-1/+5
2014-02-10SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust1-0/+2
2014-02-09net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria1-3/+3