Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
b2d3977f7d983a71106bb91674a61dd1285c0441
/
net
/
rds
/
connection.c
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