index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
rds
/
tcp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-14
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
1
-0
/
+1
2016-06-07
RDS: TCP: fix race windows in send-path quiescence by rds_tcp_accept_one()
Sowmini Varadhan
1
-1
/
+13
2016-06-07
RDS: TCP: Retransmit half-sent datagrams when switching sockets in rds_tcp_re...
Sowmini Varadhan
1
-0
/
+1
2016-06-07
RDS: TCP: Add/use rds_tcp_reset_callbacks to reset tcp socket safely
Sowmini Varadhan
1
-3
/
+62
2016-05-03
RDS: TCP: Synchronize accept() and connect() paths on t_conn_lock.
Sowmini Varadhan
1
-0
/
+1
2016-05-03
RDS:TCP: Synchronize rds_tcp_accept_one with rds_send_xmit when resetting t_sock
Sowmini Varadhan
1
-1
/
+1
2016-03-18
RDS: TCP: Remove unused constant
Sowmini Varadhan
1
-2
/
+0
2016-03-18
RDS: TCP: Add sysctl tunables for sndbuf/rcvbuf on rds-tcp socket
Sowmini Varadhan
1
-10
/
+135
2016-02-11
rds: duplicate include net/tcp.h
stephen hemminger
1
-1
/
+0
2015-10-05
RDS-TCP: Do not bloat sndbuf/rcvbuf in rds_tcp_tune
Sowmini Varadhan
1
-12
/
+4
2015-08-07
RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.
Sowmini Varadhan
1
-16
/
+145
2015-08-07
RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than ...
Sowmini Varadhan
1
-2
/
+2
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2010-11-03
rds: Remove kfreed tcp conn from list
Pavel Emelyanov
1
-0
/
+6
2010-10-21
rds: make local functions/variables static
stephen hemminger
1
-3
/
+3
2010-09-08
RDS: remove __init and __exit annotation
Zach Brown
1
-1
/
+1
2010-09-08
RDS: Stop supporting old cong map sending method
Andy Grover
1
-1
/
+0
2010-09-08
RDS: inc_purge() transport function unused - remove it
Andy Grover
1
-1
/
+0
2010-09-08
RDS: cleanup: remove "== NULL"s and "!= NULL"s in ptr comparisons
Andy Grover
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-08-23
RDS: Track transports via an array, not a list
Andy Grover
1
-0
/
+1
2009-08-23
RDS: Add TCP transport to RDS
Andy Grover
1
-0
/
+319
[prev]