Yuchung Cheng
|
ddf1af6fa0
tcp: new delivery accounting
|
9 years ago |
Yuchung Cheng
|
31ba0c1072
tcp: move cwnd reduction after recovery state procesing
|
9 years ago |
Yuchung Cheng
|
e662ca40de
tcp: retransmit after recovery processing and congestion control
|
9 years ago |
Eric Dumazet
|
e3e17b773b
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
|
9 years ago |
Eric Dumazet
|
61d2bcae99
tcp: fastopen: accept data/FIN present in SYNACK message
|
9 years ago |
Yuchung Cheng
|
99b4dd9f24
tcp: avoid cwnd undo after receiving ECN
|
9 years ago |
Neal Cardwell
|
d88270eef4
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
|
9 years ago |
David S. Miller
|
9e0efaf6b4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 years ago |
Yuchung Cheng
|
8b8a321ff7
tcp: fix zero cwnd in tcp_cwnd_reduction
|
9 years ago |
David Ahern
|
6dd9a14e92
net: Allow accepted sockets to be bound to l3mdev domain
|
9 years ago |
Eric Dumazet
|
142a2e7ece
tcp: initialize tp->copied_seq in case of cross SYN connection
|
9 years ago |
Eric Dumazet
|
5d4c9bfbab
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
|
9 years ago |
Yuchung Cheng
|
4f41b1c58a
tcp: use RACK to detect losses
|
9 years ago |
Yuchung Cheng
|
659a8ad56f
tcp: track the packet timings in RACK
|
9 years ago |
Yuchung Cheng
|
77c631273d
tcp: add tcp_tsopt_ecr_before helper
|
9 years ago |
Yuchung Cheng
|
af82f4e848
tcp: remove tcp_mark_lost_retrans()
|
9 years ago |
Yuchung Cheng
|
f672258391
tcp: track min RTT using windowed min-filter
|
9 years ago |
Yuchung Cheng
|
9e45a3e36b
tcp: apply Kern's check on RTTs used for congestion control
|
9 years ago |
Eric Dumazet
|
dc6ef6be52
tcp: do not set queue_mapping on SYNACK
|
9 years ago |
Eric Dumazet
|
ed53d0ab76
net: shrink struct sock and request_sock by 8 bytes
|
9 years ago |
Eric Dumazet
|
a1a5344ddb
tcp: avoid two atomic ops for syncookies
|
9 years ago |
Eric Dumazet
|
7656d842de
tcp: fix fastopen races vs lockless listener
|
9 years ago |
Eric Dumazet
|
ca6fb06518
tcp: attach SYNACK messages to request sockets instead of listener
|
9 years ago |
Eric Dumazet
|
079096f103
tcp/dccp: install syn_recv requests into ehash table
|
9 years ago |
Eric Dumazet
|
8d2675f1e4
tcp: move synflood_warned into struct request_sock_queue
|
9 years ago |
Eric Dumazet
|
2985aaac01
tcp: constify tcp_syn_flood_action() socket argument
|
10 years ago |
Eric Dumazet
|
72ab4a86f7
tcp: remove tcp_rcv_state_process() tcp_hdr argument
|
10 years ago |
Eric Dumazet
|
bda07a64c0
tcp: remove unused len argument from tcp_rcv_state_process()
|
10 years ago |
Eric Dumazet
|
7c85af8810
tcp: avoid reorders for TFO passive connections
|
10 years ago |
Yuchung Cheng
|
0f1c28ae74
tcp: usec resolution SYN/ACK RTT
|
10 years ago |