aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_rdma.c
Commit message (Expand)AuthorAge
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2018-09-07
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2018-09-07
* 9p: Add refcount to p9_req_tTomas Bortoli2018-09-07
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-07
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-17
|\
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-12
| * 9p: validate PDU lengthTomas Bortoli2018-08-12
* | net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-24
|/
* net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-10
* 9p: Implement show_optionsDavid Howells2017-07-11
* IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-23
* net/9p: convert to new CQ APIChristoph Hellwig2016-03-10
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-28
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-30
* IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak2015-06-12
* net/9p: add a privport option for RDMA transport.Dominique Martinet2015-03-21
* 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-20
* net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso2010-09-27
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-18
* 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