summaryrefslogtreecommitdiff
path: root/net/9p/trans_rdma.c
AgeCommit message (Expand)Author
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao
2022-12-139p/client: fix data race on req->statusDominique Martinet
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2021-11-039p: fix file headersDominique Martinet
2021-11-03net/9p: autoload transport modulesThomas Weißschuh
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn
2020-07-13net: 9p: kerneldoc fixesAndrew Lunn
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2018-09-089p/rdma: remove useless check in cm_event_handlerDominique Martinet
2018-09-089p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-08-139p: validate PDU lengthTomas Bortoli
2018-07-24net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen
2017-07-119p: Implement show_optionsDavid Howells
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig
2016-03-10net/9p: convert to new CQ APIChristoph Hellwig
2015-10-28IB/cma: Add support for network namespacesGuy Shapiro
2015-08-30net/9p: Remove ib_get_dma_mr callsJason Gunthorpe
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak
2015-03-21net/9p: add a privport option for RDMA transport.Dominique Martinet
2014-03-259pnet_rdma: check token type before int conversionSimon Derr
2014-03-259pnet_rdma: add cancelled()Simon Derr
2014-03-259pnet_rdma: update request status during sendSimon Derr
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet
2013-07-24net: trans_rdma: remove unused functionAndi Shyti
2013-07-079P: Add cancelled() to the transport functions.Simon Derr
2013-07-079P/RDMA: count posted buffers without a pending requestSimon Derr
2013-07-079P/RDMA: Improve error handling in rdma_requestSimon Derr
2013-07-079P/RDMA: Do not free req->rc in error handling in rdma_request()Simon Derr
2013-07-079P/RDMA: Use a semaphore to protect the RQSimon Derr
2013-07-079P/RDMA: Protect against duplicate repliesSimon Derr
2013-07-079P/RDMA: increase P9_RDMA_MAXSIZE to 1MBSimon Derr
2013-07-079P/RDMA: rdma_request() needs not allocate req->rcSimon Derr
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2011-05-25RDMA/cma: Pass QP type into rdma_create_id()Sean Hefty
2011-05-199p: Kill unused variable 'ret' in trans_rdma.c:parse_opts()David S. Miller
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V
2011-01-19net: cleanup unused macros in net directoryShan Wei
2010-09-27net/9p: fix memory handling/allocation in rdma_request()Davidlohr Bueso
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-089p: fix option parsingEric Van Hensbergen