aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/xprtrdma/svc_rdma_recvfrom.c
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Cleanup DMA unmapping in error paths.Tom Tucker2010-10-181-0/+1
* svcrdma: Change DMA mapping logic to avoid the page_address kernel APITom Tucker2010-10-181-7/+11
* sunrpc: centralise most calls to svc_xprt_receivedNeil Brown2010-05-031-3/+0
* net: Move && and || to end of previous lineJoe Perches2009-11-291-4/+3
* sunrpc: potential memory leak in function rdma_read_xdrChristian Engelmayer2009-06-151-4/+4
* svcrdma: Fix dma map direction for rdma read targetsSteve Wise2009-04-251-1/+1
* rpc/rdma: goto instead of copypasteIlpo Järvinen2008-12-141-2/+2
* svcrdma: Modify the RPC recv path to use FRMR when availableTom Tucker2008-10-061-21/+166
* svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_taskletTom Tucker2008-08-131-4/+4
* svcrdma: Add dma map count and WARN_ONTom Tucker2008-07-021-0/+1
* svcrdma: Use reply and chunk map for RDMA_READ processingTom Tucker2008-07-021-45/+38
* svcrdma: Verify read-list fits within RPCSVC_MAXPAGESTom Tucker2008-05-191-0/+2
* svcrdma: Change svc_rdma_send_error return type to voidTom Tucker2008-05-191-1/+1
* svcrdma: Set rqstp transport address in rdma_read_complete functionTom Tucker2008-05-191-0/+1
* svcrdma: Simplify RDMA_READ deferral buffer managementTom Tucker2008-05-191-47/+11
* svcrdma: Remove unused READ_DONE context flags bitTom Tucker2008-05-191-1/+0
* svcrdma: Return error from rdma_read_xdr so caller knows to free contextTom Tucker2008-05-191-7/+16
* svcrdma: Simplify receive buffer postingTom Tucker2008-05-191-16/+1
* SVCRDMA: Check num_sge when setting LAST_CTXT bitTom Tucker2008-03-261-10/+11
* SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adaptersRoland Dreier2008-03-241-2/+0
* rdma: SVCRDMA recvfromTom Tucker2008-02-011-0/+586