summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-231-1/+1
* net/9p: convert to new CQ APIChristoph Hellwig2016-03-101-55/+31
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-2/+2
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-301-24/+2
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-121-1/+3
* net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-211-8/+44
* 9pnet_rdma: check token type before int conversionSimon Derr2014-03-251-0/+2
* 9pnet_rdma: add cancelled()Simon Derr2014-03-251-1/+14
* 9pnet_rdma: update request status during sendSimon Derr2014-03-251-0/+6
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-2/+1
* net: trans_rdma: remove unused functionAndi Shyti2013-07-241-11/+0
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-071-0/+11
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-071-1/+30
* 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-071-16/+28
* 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-071-6/+3
* 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-071-10/+12
* 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-071-0/+7
* 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-071-3/+1
* 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-071-19/+0
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-13/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-261-1/+2
|\
| * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-251-1/+2
* | 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller2011-05-191-2/+0
|/
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-221-3/+3
* net: cleanup unused macros in net directoryShan Wei2011-01-191-1/+0
* net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso2010-09-271-11/+18
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+5
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-4/+5
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-0/+1
* net: remove redundant argument commentsQinghuang Feng2008-11-211-2/+0
* 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-051-1/+0
* 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-051-1/+3
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-221-0/+712