Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
05f6e10e6cd47bbd8610c7391eab803dc77ec3aa
/
net
/
rds
/
connection.c
5916e2c
RDS: TCP: Enable multipath RDS for TCP
by Sowmini Varadhan
· 8 years ago
8315011
RDS: TCP: Simplify reconnect to avoid duelling reconnnect attempts
by Sowmini Varadhan
· 8 years ago
02105b2
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
by Sowmini Varadhan
· 8 years ago
226f7a7
RDS: Rework path specific indirections
by Sowmini Varadhan
· 8 years ago
3ecc569
RDS: Update rds_conn_destroy to be MP capable
by Sowmini Varadhan
· 8 years ago
d769ef8
RDS: Update rds_conn_shutdown to work with rds_conn_path
by Sowmini Varadhan
· 8 years ago
1c5113c
RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create
by Sowmini Varadhan
· 8 years ago
fb1b3dc
RDS: Add rds_conn_path_error()
by Sowmini Varadhan
· 8 years ago
992c9ec
RDS: update rds-info related functions to traverse multiple conn_paths
by Sowmini Varadhan
· 8 years ago
3c0a590
RDS: Add rds_conn_path_connect_if_down() for MP-aware callers
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
8c7188b
RDS: fix race condition when sending a message on unbound socket
by Quentin Casasnovas
· 9 years ago
3b20fc3
RDS: Use a single TCP socket for both send and receive.
by Sowmini Varadhan
· 9 years ago
74e98eb
RDS: verify the underlying transport exists before creating a connection
by Sasha Levin
· 9 years ago
8f384c0
RDS: rds_conn_lookup() should factor in the struct net for a match
by Sowmini Varadhan
· 9 years ago
73ce431
RDS: make sure we post recv buffers
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
c82ac7e
net/rds: RDS-TCP: only initiate reconnect attempt on outgoing TCP socket.
by Sowmini Varadhan
· 10 years ago
f711a6a
net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.
by Sowmini Varadhan
· 10 years ago
443be0e
RDS: make sure not to loop forever inside rds_send_xmit
by Sowmini Varadhan
· 10 years ago
1789b2c07
RDS: only use passive connections when addresses match
by Sowmini Varadhan
· 10 years ago
1bbdcee
inet: convert inet_ehash_secret and ipv6_hash_secret to net_get_random_once
by Hannes Frederic Sowa
· 11 years ago
65cd803
ipv4: split inet_ehashfn to hash functions per compilation unit
by Hannes Frederic Sowa
· 11 years ago
b67bfe0
hlist: drop the node parameter from iterators
by Sasha Levin
· 12 years ago
bc3b2d7
net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules
by Paul Gortmaker
· 13 years ago
ff51bf8
rds: make local functions/variables static
by stephen hemminger
· 14 years ago
4518071
RDS: cancel connection work structs as we shut down
by Zach Brown
· 14 years ago
ffcec0e
RDS: don't call rds_conn_shutdown() from rds_conn_destroy()
by Zach Brown
· 14 years ago
5adb5bc
RDS: have sockets get transport module references
by Zach Brown
· 14 years ago
fe8ff6b
RDS: lock rds_conn_count decrement in rds_conn_destroy()
by Zach Brown
· 14 years ago
ef87b7e
RDS: remove __init and __exit annotation
by Zach Brown
· 14 years ago
c9455d9
RDS: whitespace
by Andy Grover
· 14 years ago
0f4b1c7
rds: fix rds_send_xmit() serialization
by Zach Brown
· 14 years ago
501dccc
rds: block ints when acquiring c_lock in rds_conn_message_info()
by Zach Brown
· 14 years ago
f3c6808
RDS: introduce rds_conn_connect_if_down()
by Zach Brown
· 14 years ago
bcf50ef
rds: use RCU to protect the connection hash
by Chris Mason
· 15 years ago
abf4543
RDS: use locking on the connection hash list
by Chris Mason
· 15 years ago
7e3f295
rds: don't let RDS shutdown a connection while senders are present
by Chris Mason
· 15 years ago
9e29db0
RDS: Use a generation counter to avoid rds_send_xmit loop
by Chris Mason
· 15 years ago
049ee3f
RDS: Change send lock from a mutex to a spinlock
by Andy Grover
· 15 years ago
21f79af
RDS: fold rdma.h into rds.h
by Andy Grover
· 15 years ago
8690bfa
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
by Andy Grover
· 15 years ago
2dc3935
RDS: move rds_shutdown_worker impl. to rds_conn_shutdown
by Andy Grover
· 14 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
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
616b757
RDS: Export symbols from core RDS
by Andy Grover
· 15 years ago
cb24405
RDS: Refactor end of __conn_create for readability
by Andy Grover
· 15 years ago
9099707
RDS: Don't set c_version in __rds_conn_create()
by Andy Grover
· 15 years ago
05a178e
rds: use kmem_cache_zalloc instead of kmem_cache_alloc/memset
by Wei Yongjun
· 16 years ago
00e0f34
RDS: Connection handling
by Andy Grover
· 16 years ago