summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_rdma.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1Star
* 9p/rdma: remove useless check in cm_event_handlerDominique Martinet2018-09-071-2/+1Star
* 9p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet2018-09-071-2/+2
* 9p: Add refcount to p9_req_tTomas Bortoli2018-09-071-0/+1
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-071-14/+15
* Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds2018-08-181-0/+4
|\
| * 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-131-0/+3
| * 9p: validate PDU lengthTomas Bortoli2018-08-131-0/+1
* | net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche2018-07-251-4/+4
|/
* net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-101-3/+1Star
* 9p: Implement show_optionsDavid Howells2017-07-111-3/+28
* 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-111-55/+31Star
* IB/cma: Add support for network namespacesGuy Shapiro2015-10-281-2/+2
* net/9p: Remove ib_get_dma_mr callsJason Gunthorpe2015-08-311-24/+2Star
* 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-221-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/+1Star
* net: trans_rdma: remove unused functionAndi Shyti2013-07-251-11/+0Star
* 9P: Add cancelled() to the transport functions.Simon Derr2013-07-081-0/+11
* 9P/RDMA: count posted buffers without a pending requestSimon Derr2013-07-081-1/+30
* 9P/RDMA: Improve error handling in rdma_requestSimon Derr2013-07-081-16/+28
* 9P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr2013-07-081-6/+3Star
* 9P/RDMA: Use a semaphore to protect the RQSimon Derr2013-07-081-10/+12
* 9P/RDMA: Protect against duplicate repliesSimon Derr2013-07-081-0/+7
* 9P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr2013-07-081-3/+1Star
* 9P/RDMA: rdma_request() needs not allocate req->rcSimon Derr2013-07-081-19/+0Star
* 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/+0Star
|/
* 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-201-1/+0Star
* 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-181-1/+0Star
* 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-221-2/+0Star
* 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-051-1/+0Star
* 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-051-1/+3
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-231-0/+712