Eric Dumazet
|
b3d051477c
tcp: do not mess with listener sk_wmem_alloc
|
9 年之前 |
Eric Dumazet
|
9caad86415
tcp: increment sk_drops for listeners
|
9 年之前 |
Eric Dumazet
|
532182cd61
tcp: increment sk_drops for dropped rx packets
|
9 年之前 |
Soheil Hassas Yeganeh
|
6b084928ba
tcp: use one bit in TCP_SKB_CB to mark ACK timestamps
|
9 年之前 |
Yuchung Cheng
|
2349262397
tcp: remove cwnd moderation after recovery
|
9 年之前 |
David S. Miller
|
b633353115
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年之前 |
Eric Dumazet
|
372022830b
tcp: do not set rtt_min to 1
|
9 年之前 |
Nikolay Borisov
|
1043e25ff9
ipv4: Namespaceify tcp reordering sysctl knob
|
9 年之前 |
Nikolay Borisov
|
12ed8244ed
ipv4: Namespaceify tcp syncookies sysctl knob
|
9 年之前 |
Yuchung Cheng
|
d452e6caf8
tcp: tcp_cong_control helper
|
9 年之前 |
Yuchung Cheng
|
2d14a4def4
tcp: make congestion control more robust against reordering
|
9 年之前 |
Yuchung Cheng
|
3ebd887105
tcp: refactor pkts acked accounting
|
9 年之前 |
Yuchung Cheng
|
ddf1af6fa0
tcp: new delivery accounting
|
9 年之前 |
Yuchung Cheng
|
31ba0c1072
tcp: move cwnd reduction after recovery state procesing
|
9 年之前 |
Yuchung Cheng
|
e662ca40de
tcp: retransmit after recovery processing and congestion control
|
9 年之前 |
Eric Dumazet
|
e3e17b773b
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
|
9 年之前 |
Eric Dumazet
|
61d2bcae99
tcp: fastopen: accept data/FIN present in SYNACK message
|
9 年之前 |
Yuchung Cheng
|
99b4dd9f24
tcp: avoid cwnd undo after receiving ECN
|
9 年之前 |
Neal Cardwell
|
d88270eef4
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
|
9 年之前 |
David S. Miller
|
9e0efaf6b4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年之前 |
Yuchung Cheng
|
8b8a321ff7
tcp: fix zero cwnd in tcp_cwnd_reduction
|
9 年之前 |
David Ahern
|
6dd9a14e92
net: Allow accepted sockets to be bound to l3mdev domain
|
9 年之前 |
Eric Dumazet
|
142a2e7ece
tcp: initialize tp->copied_seq in case of cross SYN connection
|
9 年之前 |
Eric Dumazet
|
5d4c9bfbab
tcp: fix potential huge kmalloc() calls in TCP_REPAIR
|
9 年之前 |
Yuchung Cheng
|
4f41b1c58a
tcp: use RACK to detect losses
|
9 年之前 |
Yuchung Cheng
|
659a8ad56f
tcp: track the packet timings in RACK
|
9 年之前 |
Yuchung Cheng
|
77c631273d
tcp: add tcp_tsopt_ecr_before helper
|
9 年之前 |
Yuchung Cheng
|
af82f4e848
tcp: remove tcp_mark_lost_retrans()
|
9 年之前 |
Yuchung Cheng
|
f672258391
tcp: track min RTT using windowed min-filter
|
9 年之前 |
Yuchung Cheng
|
9e45a3e36b
tcp: apply Kern's check on RTTs used for congestion control
|
9 年之前 |