index
:
linux
grapeboard-proto
grapeboard-proto-eth0softfix
scalys-lsdk-1712
NXP/Freescale LSDK linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
9p
/
trans_rdma.c
Age
Commit message (
Expand
)
Author
2016-03-11
net/9p: convert to new CQ API
Christoph Hellwig
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
2015-08-30
net/9p: Remove ib_get_dma_mr calls
Jason Gunthorpe
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
2015-03-22
net/9p: add a privport option for RDMA transport.
Dominique Martinet
2014-03-25
9pnet_rdma: check token type before int conversion
Simon Derr
2014-03-25
9pnet_rdma: add cancelled()
Simon Derr
2014-03-25
9pnet_rdma: update request status during send
Simon Derr
2014-03-25
9P: Add memory barriers to protect request fields over cb/rpc threads handoff
Dominique Martinet
2013-07-24
net: trans_rdma: remove unused function
Andi Shyti
2013-07-08
9P: Add cancelled() to the transport functions.
Simon Derr
2013-07-08
9P/RDMA: count posted buffers without a pending request
Simon Derr
2013-07-08
9P/RDMA: Improve error handling in rdma_request
Simon Derr
2013-07-08
9P/RDMA: Do not free req->rc in error handling in rdma_request()
Simon Derr
2013-07-08
9P/RDMA: Use a semaphore to protect the RQ
Simon Derr
2013-07-08
9P/RDMA: Protect against duplicate replies
Simon Derr
2013-07-08
9P/RDMA: increase P9_RDMA_MAXSIZE to 1MB
Simon Derr
2013-07-08
9P/RDMA: rdma_request() needs not allocate req->rc
Simon Derr
2012-01-05
9p: Reduce object size with CONFIG_NET_9P_DEBUG
Joe Perches
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
2011-05-25
RDMA/cma: Pass QP type into rdma_create_id()
Sean Hefty
2011-05-19
9p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()
David S. Miller
2011-03-22
net/9p: Convert the in the 9p rpc call path to GFP_NOFS
Aneesh Kumar K.V
2011-01-20
net: cleanup unused macros in net directory
Shan Wei
2010-09-27
net/9p: fix memory handling/allocation in rdma_request()
Davidlohr Bueso
2010-05-18
net: Remove unnecessary returns from void function()s
Joe Perches
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-08
9p: fix option parsing
Eric Van Hensbergen
2009-08-17
9p: minor comment fixes
Abhishek Kulkarni
2009-04-05
net/9p: handle correctly interrupted 9P requests
Latchesar Ionkov
2008-11-22
net: remove redundant argument comments
Qinghuang Feng
2008-11-05
9p: rdma: remove duplicated #include
Huang Weiyi
2008-11-05
9p: rdma: Set trans prior to requesting async connection ops
Tom Tucker
2008-10-22
9p: rdma: RDMA Transport Support for 9P
Tom Tucker