index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_recvfrom.c
Age
Commit message (
Expand
)
Author
2010-10-18
svcrdma: Cleanup DMA unmapping in error paths.
Tom Tucker
2010-10-18
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
2010-05-03
sunrpc: centralise most calls to svc_xprt_received
Neil Brown
2009-11-29
net: Move && and || to end of previous line
Joe Perches
2009-06-15
sunrpc: potential memory leak in function rdma_read_xdr
Christian Engelmayer
2009-04-25
svcrdma: Fix dma map direction for rdma read targets
Steve Wise
2008-12-14
rpc/rdma: goto instead of copypaste
Ilpo Järvinen
2008-10-06
svcrdma: Modify the RPC recv path to use FRMR when available
Tom Tucker
2008-08-13
svcrdma: Fix race between svc_rdma_recvfrom thread and the dto_tasklet
Tom Tucker
2008-07-02
svcrdma: Add dma map count and WARN_ON
Tom Tucker
2008-07-02
svcrdma: Use reply and chunk map for RDMA_READ processing
Tom Tucker
2008-05-19
svcrdma: Verify read-list fits within RPCSVC_MAXPAGES
Tom Tucker
2008-05-19
svcrdma: Change svc_rdma_send_error return type to void
Tom Tucker
2008-05-19
svcrdma: Set rqstp transport address in rdma_read_complete function
Tom Tucker
2008-05-19
svcrdma: Simplify RDMA_READ deferral buffer management
Tom Tucker
2008-05-19
svcrdma: Remove unused READ_DONE context flags bit
Tom Tucker
2008-05-19
svcrdma: Return error from rdma_read_xdr so caller knows to free context
Tom Tucker
2008-05-19
svcrdma: Simplify receive buffer posting
Tom Tucker
2008-03-26
SVCRDMA: Check num_sge when setting LAST_CTXT bit
Tom Tucker
2008-03-24
SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters
Roland Dreier
2008-02-01
rdma: SVCRDMA recvfrom
Tom Tucker