index
:
hverkuil/media_tree.git
alt-ctrls
array_mod
av1
cec-s-conn
cec-status
cubie
cubox
cx18
deprecate
dp-mst-cec
dp-mst-cec2
drop-count
dw-hdmi-cec
extron
firefly
firefly2
for-v6.4a
for-v6.4b
for-v6.4c
for-v6.4d
for-v6.4e
for-v6.4f
for-v6.4g
for-v6.4h
for-v6.4i
for-v6.4j
for-v6.4k
fract-ctrl
hdcp
hdmi-dbg
imx8mm
m2m-deinterlace
m2m-writing
master
mc-props
mc-props2
omap-bridge-cec
overlay
pr-test
quirk
ro-reqs
rpi3
rpi4
saa7146
saa7146-clean
sama5d3
sdrout
subdev-kref
tc358840
tda998x
tegrav5
tegrav6
tegrav7
tegrav8
tmp
uvc
uvccomp
vb1a
vb2-cpu-access
vb2-prepare
vb2wr
vicodec-stateless
vivid
zoran
media_tree.git development repository
Hans Verkuil
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
xprtrdma
/
svc_rdma_transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-09
Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-0
/
+58
2015-11-02
svcrdma: Add backward direction service for RPC/RDMA transport
Chuck Lever
1
-0
/
+58
2015-10-28
svcrdma: Port to new memory registration API
Sagi Grimberg
1
-23
/
+11
2015-10-28
IB/cma: Add support for network namespaces
Guy Shapiro
1
-2
/
+2
2015-09-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-2
/
+8
2015-08-30
svcrdma: limit FRMR page list lengths to device max
Steve Wise
1
-2
/
+4
2015-08-30
xprtrdma, svcrdma: Convert to ib_alloc_mr
Sagi Grimberg
1
-1
/
+1
2015-08-28
svcrdma: Use max_sge_rd for destination read depths
Steve Wise
1
-0
/
+4
2015-08-10
svcrdma: Change maximum server payload back to RPCSVC_MAXPAYLOAD
Chuck Lever
1
-1
/
+1
2015-07-20
svcrdma: Remove svc_rdma_fastreg()
Chuck Lever
1
-34
/
+0
2015-07-20
NFS/RDMA Release resources in svcrdma when device is removed
Shirley Ma
1
-0
/
+1
2015-06-27
Merge branch 'for-4.2' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-28
/
+8
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
1
-4
/
+5
2015-06-04
svcrdma: Add a separate "max data segs macro for svcrdma
Chuck Lever
1
-1
/
+1
2015-06-04
svcrdma: Replace GFP_KERNEL in a loop with GFP_NOFAIL
Chuck Lever
1
-26
/
+6
2015-06-04
svcrdma: Keep rpcrdma_msg fields in network byte-order
Chuck Lever
1
-1
/
+1
2015-05-20
Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...
Doug Ledford
1
-38
/
+36
2015-05-20
IB/core: Change rdma_protocol_iboe to roce
Ira Weiny
1
-1
/
+1
2015-05-18
xprtrdma, svcrdma: Switch to generic logging helpers
Sagi Grimberg
1
-11
/
+18
2015-05-18
IB/Verbs: Reform IB-ulp xprtrdma
Michael Wang
1
-27
/
+18
2015-01-15
svcrdma: Plant reader function in struct svcxprt_rdma
Chuck Lever
1
-0
/
+2
2015-01-15
svcrdma: Scrub BUG_ON() and WARN_ON() call sites
Chuck Lever
1
-16
/
+27
2015-01-15
svcrdma: Remove unused variable
Chuck Lever
1
-2
/
+0
2014-09-29
svcrdma: advertise the correct max payload
Steve Wise
1
-1
/
+1
2014-08-05
svcrdma: remove rdma_create_qp() failure recovery logic
Steve Wise
1
-17
/
+2
2014-07-18
svcrdma: Select NFSv4.1 backchannel transport based on forward channel
Chuck Lever
1
-0
/
+1
2014-06-06
svcrdma: refactor marshalling logic
Steve Wise
1
-26
/
+36
2014-05-22
NFSD: Ignore client's source port on RDMA transports
Chuck Lever
1
-0
/
+7
2014-03-27
svcrdma: fix printk when memory allocation fails
Jeff Layton
1
-2
/
+1
2012-08-21
svcrpc: make svc_xprt_received static
J. Bruce Fields
1
-4
/
+0
2012-02-17
svcrdma: Cleanup sparse warnings in the svcrdma module
Tom Tucker
1
-9
/
+1
2011-12-06
SUNRPC: create svc_xprt in proper network namespace
Stanislav Kinsbursky
1
-1
/
+1
2011-10-31
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
Paul Gortmaker
1
-0
/
+1
2011-06-06
net: remove interrupt.h inclusion from netdevice.h
Alexey Dobriyan
1
-0
/
+1
2011-05-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...
Linus Torvalds
1
-1
/
+2
2011-05-25
RDMA/cma: Pass QP type into rdma_create_id()
Sean Hefty
1
-1
/
+2
2011-05-10
treewide: fix a few typos in comments
Justin P. Mattock
1
-1
/
+1
2011-03-10
SUNRPC: Remove resource leak in svc_rdma_send_error()
Jesper Juhl
1
-0
/
+1
2010-10-21
sunrpc/xprtrdma: clean up workqueue usage
Tejun Heo
1
-1
/
+5
2010-10-18
svcrdma: Cleanup DMA unmapping in error paths.
Tom Tucker
1
-15
/
+14
2010-10-18
svcrdma: Change DMA mapping logic to avoid the page_address kernel API
Tom Tucker
1
-9
/
+9
2010-10-01
sunrpc: Pull net argument downto svc_create_socket
Pavel Emelyanov
1
-0
/
+2
2010-04-12
Merge branch 'for-2.6.34' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+4
2010-04-05
svcrdma: RDMA support not yet compatible with RPC6
Tom Tucker
1
-1
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-10-11
headers: remove sched.h from interrupt.h
Alexey Dobriyan
1
-0
/
+1
2009-07-03
svcrdma: fix error handling of rdma_alloc_frmr()
Wei Yongjun
1
-2
/
+2
2009-05-27
svcrdma: dma unmap the correct length for the RPCRDMA header page.
Steve Wise
1
-5
/
+5
2009-05-03
svcrdma: clean up error paths.
Steve Wise
1
-1
/
+2
2008-12-10
net: Make static
Roel Kluin
1
-1
/
+1
[next]
Privacy Policy