Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d81364676b29491e2919142b19a803d2dc40dff2
/
net
/
rds
/
ib_cm.c
5c6712a
rds: ib: add error handle
by Zhu Yanjun
· 8 years ago
b04e855
RDS: TCP: Hooks to set up a single connection path
by Sowmini Varadhan
· 8 years ago
226f7a7
RDS: Rework path specific indirections
by Sowmini Varadhan
· 8 years ago
ee58b57
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
5c3da57
net: rds: fix coding style issues
by Joshua Houghton
· 8 years ago
1f9ecd7
RDS: Pass rds_conn_path to rds_send_xmit()
by Sowmini Varadhan
· 8 years ago
0cb4396
RDS: split out connection specific state from rds_connection to rds_conn_path
by Sowmini Varadhan
· 8 years ago
a7c5565
RDS: fix endianness for dp_ack_seq
by Qing Huang
· 9 years ago
1659185
RDS: IB: Support Fastreg MR (FRMR) memory registration mode
by Avinash Repaka
· 9 years ago
ad6832f
RDS: IB: allocate extra space on queues for FRMR support
by santosh.shilimkar@oracle.com
· 9 years ago
dcfd041
RDS: IB: Remove the RDS_IB_SEND_OP dependency
by santosh.shilimkar@oracle.com
· 9 years ago
ab9f2fa
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
fa20105
IB/cma: Add support for network namespaces
by Guy Shapiro
· 9 years ago
9441c97
RDS: IB: handle rds_ibdev release case instead of crashing the kernel
by Santosh Shilimkar
· 9 years ago
0c28c04
RDS: IB: split send completion handling and do batch ack
by Santosh Shilimkar
· 9 years ago
f4f943c
RDS: IB: ack more receive completions to improve performance
by Santosh Shilimkar
· 9 years ago
26d2177
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma
by Linus Torvalds
· 9 years ago
e558024
rds/ib: Remove ib_get_dma_mr calls
by Jason Gunthorpe
· 9 years ago
1c3be62
RDS: Don't destroy the rdma id until after we're done using it
by Santosh Shilimkar
· 9 years ago
73ce431
RDS: make sure we post recv buffers
by santosh.shilimkar@oracle.com
· 9 years ago
1bc7b863
RDS: destroy the ib state earlier during shutdown
by santosh.shilimkar@oracle.com
· 9 years ago
d5a8ac2
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_net
by Sowmini Varadhan
· 9 years ago
8e37210
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
by Matan Barak
· 9 years ago
3c88f3d
RDS: Switch to generic logging helpers
by Sagi Grimberg
· 9 years ago
e278371
net/rds: Fix new sparse warning
by David Ahern
· 10 years ago
c0adf54
net/rds: fix unaligned memory access
by shamir rabinovitch
· 10 years ago
a496759
IB/rds: suppress incompatible protocol when version is known
by Marciniszyn, Mike
· 12 years ago
f0229ea
RDS: use gfp flags from caller in conn_alloc()
by Dan Carpenter
· 13 years ago
3dbd443
net: Convert vmalloc/memset to vzalloc
by Joe Perches
· 13 years ago
cb0a605
net/rds: use prink_ratelimited() instead of printk_ratelimit()
by Manuel Zerpies
· 13 years ago
b26f9b9
RDMA/cma: Pass QP type into rdma_create_id()
by Sean Hefty
· 15 years ago
f4fa7f3
rds: double unlock in rds_ib_cm_handle_connect()
by Dan Carpenter
· 14 years ago
59f740a
RDS/IB: print string constants in more places
by Zach Brown
· 14 years ago
1bde04a
RDS/IB: print IB event strings as well as their number
by Zach Brown
· 14 years ago
f046011
RDS/IB: track signaled sends
by Zach Brown
· 14 years ago
3324412
RDS/IB: Add caching of frags and incs
by Chris Mason
· 14 years ago
3e0249f
RDS/IB: add refcount tracking to struct rds_ib_device
by Zach Brown
· 14 years ago
a46ca94
RDS/IB: rds_ib_cm_handle_connect() forgot to unlock c_cm_lock
by Zach Brown
· 14 years ago
e4c52c9
RDS/IB: add _to_node() macros for numa and use {k,v}malloc_node()
by Andy Grover
· 15 years ago
f17a1a5
RDS: Refill recv ring directly from tasklet
by Andy Grover
· 15 years ago
e32b4a7
RDS/IB: Do not wait for send ring to be empty on conn shutdown
by Andy Grover
· 15 years ago
ff3d7d3
RDS: Perform unmapping ops in stages
by Andy Grover
· 15 years ago
f147dd9
RDS/IB: Disallow connections less than RDS 3.1
by Andy Grover
· 15 years ago
40589e7
RDS: Base init_depth and responder_resources on hw values
by Andy Grover
· 15 years ago
8690bfa
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
by Andy Grover
· 15 years ago
5daf47b
net/rds: Add missing mutex_unlock
by Julia Lawall
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
9706978
RDS: Turn down alarming reconnect messages
by Andy Grover
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
d521b63
RDS/IB+IW: Move recv processing to a tasklet
by Andy Grover
· 15 years ago
fdf6e6b
RDS/IB: Drop connection when a fatal QP event is received
by Andy Grover
· 15 years ago
e11d912
RDS/IB: Move tx/rx ring init and refill to later
by Andy Grover
· 15 years ago
8dacd57
RDS/IB: Fix printk to indicate remote IP, not local
by Andy Grover
· 15 years ago
02a6a25
RDS/IB: Handle connections using RDS 3.0 wire protocol
by Andy Grover
· 15 years ago
9ddbcfa
RDS/IB: Improve RDS protocol version checking
by Andy Grover
· 15 years ago
3ba23ad
RDS: Set retry_count to 2 and make modifiable via modparam
by Andy Grover
· 15 years ago
8cbd960
RDS: Use spinlock to protect 64b value update on 32b archs
by Andy Grover
· 16 years ago
745cbcc
RDS: Rewrite connection cleanup, fixing oops on rmmod
by Andy Grover
· 16 years ago
ec16227
RDS/IB: Infiniband transport
by Andy Grover
· 16 years ago