aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc
AgeCommit message (Expand)Author
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-04-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-04-11net: Fix use after free by removing length arg from sk_data_ready callbacks.David S. Miller
2014-04-08Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-04-06Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky
2014-03-30SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failedKinglong Mee
2014-03-30NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcpKinglong Mee
2014-03-30SUNRPC: New helper for creating client with rpc_xprtKinglong Mee
2014-03-30NFSD: Free backchannel xprt in bc_destroyKinglong Mee
2014-03-28rpc: Allow xdr_buf_subsegment to operate in-placeJ. Bruce Fields
2014-03-28SUNRPC: fix memory leak of peer addresses in XPRTKinglong Mee
2014-03-28svcrdma: fix offset calculation for non-page aligned sge entriesJeff Layton
2014-03-28xprtrdma: add separate Kconfig options for NFSoRDMA client and server supportJeff Layton
2014-03-28Fix regression in NFSRDMA serverTom Tucker
2014-03-27net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria
2014-03-27svcrdma: fix printk when memory allocation failsJeff Layton
2014-03-20SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_statusTrond Myklebust
2014-03-20SUNRPC: Don't let rpc_delay() clobber non-timeout errorsTrond Myklebust
2014-03-20SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasksSteve Dickson
2014-03-19SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasksTrond Myklebust
2014-03-17SUNRPC: remove KERN_INFO from dprintk() call sitesChuck Lever
2014-03-17SUNRPC: Fix large reads on NFS/RDMAChuck Lever
2014-03-17Merge branch 'devel' into linux-nextTrond Myklebust
2014-03-17SUNRPC: Ensure that call_bind times out correctlyTrond Myklebust
2014-03-17SUNRPC: Ensure that call_connect times out correctlyTrond Myklebust
2014-02-19Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-02-16SUNRPC: Fix a pipe_version reference leakTrond Myklebust
2014-02-16SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust
2014-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-02-11SUNRPC: RPC callbacks may be split across several TCP segmentsTrond Myklebust
2014-02-11SUNRPC: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust
2014-02-11SUNRPC: Fix races in xs_nospace()Trond Myklebust
2014-02-10SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust
2014-02-09net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria
2014-01-31Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-30Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-01-28Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2014-01-27sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton
2014-01-24gss_krb5: use lcm from kernel libLuis Henriques
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2014-01-07minor svcauth_gss.c cleanupJ. Bruce Fields
2014-01-06sunrpc: get rid of use_gssp_lockJeff Layton
2014-01-06sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton
2014-01-06sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton
2014-01-05sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson
2014-01-03SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee
2013-12-31SUNRPC: Add tracepoint for socket errorsTrond Myklebust
2013-12-31SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust
2013-12-31SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust