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_listen.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
RDS tcp loopback connection can hang
Rao Shoaib
2021-05-21
1
-0
/
+6
*
tcp: add tcp_sock_set_keepcnt
Christoph Hellwig
2020-05-28
1
-14
/
+3
*
tcp: add tcp_sock_set_keepintvl
Christoph Hellwig
2020-05-28
1
-3
/
+1
*
tcp: add tcp_sock_set_keepidle
Christoph Hellwig
2020-05-28
1
-4
/
+1
*
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-1
/
+1
*
net: add sock_set_keepalive
Christoph Hellwig
2020-05-28
1
-5
/
+1
*
net: add sock_no_linger
Christoph Hellwig
2020-05-28
1
-12
/
+1
*
rds: add type of service(tos) infrastructure
Santosh Shilimkar
2019-02-04
1
-1
/
+1
*
rds: Remove IPv6 dependency
Ka-Cheong Poon
2018-08-01
1
-4
/
+17
*
rds: Enable RDS IPv6 support
Ka-Cheong Poon
2018-07-23
1
-13
/
+51
*
rds: Changing IP address internal representation to struct in6_addr
Ka-Cheong Poon
2018-07-23
1
-8
/
+10
*
rds: Incorrect reference counting in TCP socket creation
Ka-Cheong Poon
2018-03-02
1
-3
/
+11
*
rds: tcp: use sock_create_lite() to create the accept socket
Sowmini Varadhan
2017-07-08
1
-1
/
+1
*
rds: tcp: set linger to 1 when unloading a rds-tcp
Sowmini Varadhan
2017-06-22
1
-1
/
+1
*
rds: tcp: send handshake ping-probe from passive endpoint
Sowmini Varadhan
2017-06-22
1
-0
/
+2
*
rds: tcp: Set linger when rejecting an incoming conn in rds_tcp_accept_one
Sowmini Varadhan
2017-06-16
1
-1
/
+18
*
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
-15
/
+4
*
net: Work around lockdep limitation in sockets that use sockets
David Howells
2017-03-09
1
-1
/
+1
*
rds: tcp: Sequence teardown of listen and acceptor sockets to avoid races
Sowmini Varadhan
2017-03-07
1
-2
/
+7
*
RDS: mark few internal functions static to make sparse build happy
Santosh Shilimkar
2017-01-02
1
-0
/
+1
*
RDS: TCP: Force every connection to be initiated by numerically smaller IP ad...
Sowmini Varadhan
2016-11-17
1
-17
/
+12
*
RDS: TCP: start multipath acceptor loop at 0
Sowmini Varadhan
2016-11-09
1
-1
/
+1
*
RDS: TCP: Enable multipath RDS for TCP
Sowmini Varadhan
2016-07-15
1
-8
/
+55
*
RDS: TCP: avoid bad page reference in rds_tcp_listen_data_ready
Sowmini Varadhan
2016-07-15
1
-0
/
+2
*
RDS: TCP: make ->sk_user_data point to a rds_conn_path
Sowmini Varadhan
2016-07-01
1
-6
/
+6
*
RDS: TCP: Make rds_tcp_connection track the rds_conn_path
Sowmini Varadhan
2016-07-01
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-30
1
-1
/
+1
|
\
|
*
RDS: TCP: rds_tcp_accept_one() should transition socket from RESETTING to UP
Sowmini Varadhan
2016-06-17
1
-1
/
+1
*
|
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
2016-06-14
1
-4
/
+7
|
/
*
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
2016-06-07
1
-4
/
+3
*
RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely
Sowmini Varadhan
2016-06-07
1
-9
/
+4
*
RDS: TCP: Avoid rds connection churn from rogue SYNs
Sowmini Varadhan
2016-05-20
1
-4
/
+6
*
RDS: TCP: rds_tcp_accept_worker() must exit gracefully when terminating rds-tcp
Sowmini Varadhan
2016-05-20
1
-0
/
+3
*
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
-10
/
+20
*
RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
Sowmini Varadhan
2016-05-03
1
-16
/
+24
*
RDS-TCP: Reset tcp callbacks if re-using an outgoing socket in rds_tcp_accept...
Sowmini Varadhan
2015-10-13
1
-0
/
+3
*
RDS: Use a single TCP socket for both send and receive.
Sowmini Varadhan
2015-10-05
1
-13
/
+9
*
RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.
Sowmini Varadhan
2015-08-07
1
-30
/
+8
*
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
2015-08-07
1
-4
/
+12
*
net/rds: RDS-TCP: Always create a new rds_sock for an incoming connection.
Sowmini Varadhan
2015-05-09
1
-0
/
+46
*
rds/tcp_listen: Replace comma with semicolon
Himangi Saraogi
2014-05-30
1
-1
/
+1
*
net: Fix use after free by removing length arg from sk_data_ready callbacks.
David S. Miller
2014-04-11
1
-3
/
+3
*
rds: Don't disable BH on BH context
Ying Xue
2012-08-22
1
-2
/
+2
*
sock: Introduce named constants for sk_reuse
Pavel Emelyanov
2012-04-21
1
-1
/
+1
*
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: remove __init and __exit annotation
Zach Brown
2010-09-08
1
-1
/
+1
*
|
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
2010-09-08
1
-2
/
+2
|
/
[next]