index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
/
tcp_connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rds: Changing IP address internal representation to struct in6_addr
Ka-Cheong Poon
2018-07-23
1
-14
/
+20
*
rds: tcp: use rds_destroy_pending() to synchronize netns/module teardown and ...
Sowmini Varadhan
2018-02-08
1
-1
/
+1
*
rds: Use atomic flag to track connections being destroyed
Sowmini Varadhan
2018-01-05
1
-1
/
+1
*
rds: cancel send/recv work before queuing connection shutdown
Sowmini Varadhan
2017-07-16
1
-2
/
+2
*
rds: tcp: set linger to 1 when unloading a rds-tcp
Sowmini Varadhan
2017-06-22
1
-0
/
+2
*
rds: tcp: various endian-ness fixes
Sowmini Varadhan
2017-06-16
1
-1
/
+1
*
rds: tcp: remove cp_outgoing
Sowmini Varadhan
2017-06-16
1
-1
/
+0
*
RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...
Sowmini Varadhan
2016-11-17
1
-1
/
+13
*
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
2016-07-15
1
-1
/
+6
*
RDS: TCP: Hooks to set up a single connection path
Sowmini Varadhan
2016-07-01
1
-5
/
+6
*
RDS: TCP: make ->sk_user_data point to a rds_conn_path
Sowmini Varadhan
2016-07-01
1
-8
/
+8
*
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
Sowmini Varadhan
2016-07-01
1
-3
/
+3
*
RDS: Rework path specific indirections
Sowmini Varadhan
2016-07-01
1
-3
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-14
/
+14
|
\
|
*
net: rds: fix coding style issues
Joshua Houghton
2016-06-18
1
-13
/
+13
*
|
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
2016-06-14
1
-1
/
+3
|
/
*
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
2016-06-07
1
-1
/
+1
*
rds: tcp: block BH in TCP callbacks
Eric Dumazet
2016-05-19
1
-2
/
+2
*
RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.
Sowmini Varadhan
2016-05-03
1
-0
/
+8
*
RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.
Sowmini Varadhan
2015-08-07
1
-2
/
+4
*
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
2015-08-07
1
-1
/
+2
*
net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.
Sowmini Varadhan
2015-05-09
1
-0
/
+1
*
net/rds: do proper house keeping if connection fails in rds_tcp_conn_connect
Herton R. Krzesinski
2014-10-03
1
-1
/
+4
*
rds: Don't disable BH on BH context
Ying Xue
2012-08-22
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-09-27
1
-2
/
+2
|
\
|
*
net: fix a lockdep splat
Eric Dumazet
2010-09-24
1
-2
/
+2
*
|
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
2010-09-08
1
-1
/
+1
|
/
*
net: Remove unnecessary semicolons after switch statements
Joe Perches
2010-05-17
1
-1
/
+1
*
net/rds: remove uses of NIPQUAD, use %pI4
Joe Perches
2010-02-03
1
-4
/
+3
*
RDS: Add TCP transport to RDS
Andy Grover
2009-08-23
1
-0
/
+153