summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma
Commit message (Expand)AuthorAge
* Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-05-19
|\
| * Merge commit 'v2.6.34-rc6'J. Bruce Fields2010-05-04
| |\
| * | sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-03
* | | SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstTrond Myklebust2010-05-14
* | | SUNRPC: Fail over more quickly on connect errorsTrond Myklebust2010-05-14
* | | SUNRPC: Move the test for XPRT_CONNECTING into xprt_connect()Trond Myklebust2010-05-14
| |/ |/|
* | Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-04-12
|\ \
| * | svcrdma: RDMA support not yet compatible with RPC6Tom Tucker2010-04-05
* | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/ /
* | net/sunrpc: Convert (void)snprintf to snprintfJoe Perches2010-03-08
* | net/sunrpc: Remove uses of NIPQUAD, use %pI4Joe Perches2010-03-08
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-09
|\
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-04
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08
|\ \
| * | net: Move && and || to end of previous lineJoe Perches2009-11-29
| |/
* | sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-18
* | sysctl net: Remove unused binary sysctl codeEric W. Biederman2009-11-12
|/
* headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-11
* sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2009-09-24
* Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...J. Bruce Fields2009-08-21
|\
| * SUNRPC: Kill RPC_DISPLAY_ALLChuck Lever2009-08-09
| * SUNRPC: Use rpc_ntop() for constructing transport address stringsChuck Lever2009-08-09
| * SUNRPC: Remove duplicate universal address generationChuck Lever2009-08-09
* | svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun2009-07-03
|/
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-15
* Merge branch 'for-2.6.30' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2009-05-29
|\
| * svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise2009-05-27
* | XPRTRDMA: fix client rpcrdma FRMR registration on mlx4 devicesVu Pham2009-05-26
|/
* svcrdma: clean up error paths.Steve Wise2009-05-03
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-25
* SVCRDMA: fix recent printk format warnings.Tom Talpey2009-03-19
* XPRTRDMA: correct an rpc/rdma inline send marshaling errorTom Talpey2009-03-11
* SVCRDMA: remove faulty assertions in rpc/rdma chunk validation.Tom Talpey2009-03-11
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-14
* net: Make staticRoel Kluin2008-12-10
* sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.cIngo Molnar2008-11-25
* sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar2008-11-25
* net: replace NIPQUAD() in net/*/Harvey Harrison2008-10-31
* Merge branch 'next'Trond Myklebust2008-10-15
|\
| * RPC/RDMA: ensure connection attempt is complete before signalling.Tom Talpey2008-10-10
| * RPC/RDMA: correct the reconnect timer backoffTom Talpey2008-10-10
| * RPC/RDMA: optionally emit useful transport info upon connect/disconnect.Tom Talpey2008-10-10
| * RPC/RDMA: reformat a debug printk to keep lines together.Tom Talpey2008-10-10
| * RPC/RDMA: harden connection logic against missing/late rdma_cm upcalls.Tom Talpey2008-10-10
| * RPC/RDMA: fix connect/reconnect resource leak.Tom Talpey2008-10-10
| * RPC/RDMA: return a consistent error, when connect fails.Tom Talpey2008-10-10
| * RPC/RDMA: adhere to protocol for unpadded client trailing write chunks.Tom Talpey2008-10-10
| * RPC/RDMA: avoid an oops due to disconnect racing with async upcalls.Tom Talpey2008-10-10
| * RPC/RDMA: maintain the RPC task bytes-sent statistic.Tom Talpey2008-10-10
| * RPC/RDMA: suppress retransmit on RPC/RDMA clients.Tom Talpey2008-10-10