Yuchung Cheng
|
9f9843a751
tcp: properly handle stretch acks in slow start
|
11 years ago |
David S. Miller
|
394efd19d5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Yuchung Cheng
|
2f715c1dde
tcp: do not rearm RTO when future data are sacked
|
11 years ago |
Yuchung Cheng
|
2909d874f3
tcp: only take RTT from timestamps if new data is acked
|
11 years ago |
Yuchung Cheng
|
bc15afa39e
tcp: fix SYNACK RTT estimation in Fast Open
|
11 years ago |
David S. Miller
|
c3fa32b976
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Neal Cardwell
|
02cf4ebd82
tcp: initialize passive-side sk_pacing_rate after 3WHS
|
11 years ago |
Yuchung Cheng
|
031afe4990
tcp: fix incorrect ca_state in tail loss probe
|
11 years ago |
Eric Dumazet
|
ba537427d7
tcp: use ACCESS_ONCE() in tcp_update_pacing_rate()
|
11 years ago |
David S. Miller
|
53af53ae83
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
11 years ago |
Eric Dumazet
|
5e8a402f83
tcp: do not forget FIN in tcp_shifted_skb()
|
11 years ago |
Peter Senna Tschudin
|
34a6eda163
net: ipv4: Change variable type to bool
|
11 years ago |
Eric Dumazet
|
6ae705323b
tcp: sndbuf autotuning improvements
|
11 years ago |
Eric Dumazet
|
62748f32d5
net: introduce SO_MAX_PACING_RATE
|
11 years ago |
Eric Dumazet
|
b0983d3c9b
tcp: fix dynamic right sizing
|
11 years ago |
Eric Dumazet
|
4e4f1fc226
tcp: properly increase rcv_ssthresh for ofo packets
|
12 years ago |
Yuchung Cheng
|
16edfe7ee0
tcp: fix no cwnd growth after timeout
|
12 years ago |
David S. Miller
|
06c54055be
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
12 years ago |
Vijay Subramanian
|
c995ae2259
tcp: Change return value of tcp_rcv_established()
|
12 years ago |
Eric Dumazet
|
95bd09eb27
tcp: TSO packets automatic sizing
|
12 years ago |
Andrew Vagin
|
e3e1202831
tcp: don't apply tsoffset if rcv_tsecr is zero
|
12 years ago |
Yuchung Cheng
|
0f7cc9a3c2
tcp: increase throughput when reordering is high
|
12 years ago |
Yuchung Cheng
|
74c181d528
tcp: reset reordering est. selectively on timeout
|
12 years ago |
Yuchung Cheng
|
ed08495c31
tcp: use RTT from SACK for RTO
|
12 years ago |
Yuchung Cheng
|
59c9af4234
tcp: measure RTT from new SACK
|
12 years ago |
Yuchung Cheng
|
5b08e47caf
tcp: prefer packet timing to TS-ECR for RTT
|
12 years ago |
Yuchung Cheng
|
375fe02c91
tcp: consolidate SYNACK RTT sampling
|
12 years ago |
Cong Wang
|
bcefe17cff
tcp: introduce a per-route knob for quick ack
|
12 years ago |
Yuchung Cheng
|
85f16525a2
tcp: properly send new data in fast recovery in first RTT
|
12 years ago |
Yuchung Cheng
|
c7d9d6a185
tcp: undo on DSACK during recovery
|
12 years ago |