summaryrefslogtreecommitdiff
path: root/net/9p/trans_rdma.c
Commit message (Expand)AuthorAge
* 9pnet_rdma: check token type before int conversionSimon Derr2014-03-25
* 9pnet_rdma: add cancelled()Simon Derr2014-03-25
* 9pnet_rdma: update request status during sendSimon Derr2014-03-25
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-25
* net: trans_rdma: remove unused functionAndi Shyti2013-07-24
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-07
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-07
* 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-07
* 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-07
* 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-07
* 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-07
* 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-07
* 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-07
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2011-05-26
|\
| * RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty2011-05-25
* | 9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller2011-05-19
|/
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-22
* net: cleanup unused macros in net directoryShan Wei2011-01-19
* net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso2010-09-27
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* 9p: fix option parsingEric Van Hensbergen2010-02-08
* 9p: minor comment fixesAbhishek Kulkarni2009-08-17
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-05
* net: remove redundant argument commentsQinghuang Feng2008-11-21
* 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-05
* 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-05
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-22