summaryrefslogtreecommitdiff
path: root/net/sunrpc/xprtrdma/svc_rdma_transport.c
AgeCommit message (Expand)Author
2015-01-15svcrdma: Plant reader function in struct svcxprt_rdmaChuck Lever
2015-01-15svcrdma: Scrub BUG_ON() and WARN_ON() call sitesChuck Lever
2015-01-15svcrdma: Remove unused variableChuck Lever
2014-09-29svcrdma: advertise the correct max payloadSteve Wise
2014-08-05svcrdma: remove rdma_create_qp() failure recovery logicSteve Wise
2014-07-18svcrdma: Select NFSv4.1 backchannel transport based on forward channelChuck Lever
2014-06-06svcrdma: refactor marshalling logicSteve Wise
2014-05-22NFSD: Ignore client's source port on RDMA transportsChuck Lever
2014-03-27svcrdma: fix printk when memory allocation failsJeff Layton
2012-08-21svcrpc: make svc_xprt_received staticJ. Bruce Fields
2012-02-17svcrdma: Cleanup sparse warnings in the svcrdma moduleTom Tucker
2011-12-06SUNRPC: create svc_xprt in proper network namespaceStanislav Kinsbursky
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
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-10treewide: fix a few typos in commentsJustin P. Mattock
2011-03-10SUNRPC: Remove resource leak in svc_rdma_send_error()Jesper Juhl
2010-10-21sunrpc/xprtrdma: clean up workqueue usageTejun Heo
2010-10-18svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker
2010-10-18svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker
2010-10-01sunrpc: Pull net argument downto svc_create_socketPavel Emelyanov
2010-04-12Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2010-04-05svcrdma: RDMA support not yet compatible with RPC6Tom Tucker
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan
2009-07-03svcrdma: fix error handling of rdma_alloc_frmr()Wei Yongjun
2009-05-27svcrdma: dma unmap the correct length for the RPCRDMA header page.Steve Wise
2009-05-03svcrdma: clean up error paths.Steve Wise
2008-12-10net: Make staticRoel Kluin
2008-11-25sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.cIngo Molnar
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-06svcrdma: Fix IRD/ORD polarityTom Tucker
2008-10-06svcrdma: Update svc_rdma_send_error to use DMA LKEYTom Tucker
2008-10-06svcrdma: Modify the RPC reply path to use FRMR when availableTom Tucker
2008-10-06svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker
2008-10-06svcrdma: Add support to svc_rdma_send to handle chained WRTom Tucker
2008-10-06svcrdma: Modify post recv path to use local dma keyTom Tucker
2008-10-06svcrdma: Add a service to register a Fast Reg MR with the deviceTom Tucker
2008-10-06svcrdma: Query device for Fast Reg support during connection setupTom Tucker
2008-10-06svcrdma: Add FRMR get/put servicesTom Tucker
2008-08-13svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker
2008-07-02svcrdma: Change WR context get/put to use the kmem cacheTom Tucker
2008-07-02svcrdma: Limit ORD based on client's advertised IRDTom Tucker
2008-07-02svcrdma: Remove unneeded spin locks from __svc_rdma_freeTom Tucker
2008-07-02svcrdma: Add dma map count and WARN_ONTom Tucker
2008-07-02svcrdma: Move the DMA unmap logic to the CQ handlerTom Tucker
2008-07-02svcrdma: Use RPC reply map for RDMA_WRITE processingTom Tucker
2008-07-02svcrdma: Add a type for keeping NFS RPC mappingTom Tucker
2008-05-19svcrdma: Change svc_rdma_send_error return type to voidTom Tucker