Wei Wang
|
19f6d3f3c8
net/tcp-fastopen: Add new API support
|
8 年之前 |
David S. Miller
|
580bdf5650
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年之前 |
Yuchung Cheng
|
4a7f600944
tcp: remove thin_dupack feature
|
8 年之前 |
Yuchung Cheng
|
bec41a11dd
tcp: remove early retransmit
|
8 年之前 |
Yuchung Cheng
|
840a3cbe89
tcp: remove forward retransmit feature
|
8 年之前 |
Yuchung Cheng
|
1d0833df59
tcp: use sequence to break TS ties for RACK loss detection
|
8 年之前 |
Yuchung Cheng
|
deed7be78f
tcp: record most recent RTT in RACK loss detection
|
8 年之前 |
Shannon Nelson
|
003c941057
tcp: fix tcp_fastopen unaligned access complaints on sparc
|
8 年之前 |
Eric Dumazet
|
7aa5470c2c
tcp: tsq: move tsq_flags close to sk_wmem_alloc
|
8 年之前 |
Eric Dumazet
|
40fc3423b9
tcp: tsq: add tsq_flags / tsq_enum
|
8 年之前 |
Florian Westphal
|
95a22caee3
tcp: randomize tcp timestamp offsets for each connection
|
8 年之前 |
Francis Yan
|
1c885808e4
tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING
|
8 年之前 |
Francis Yan
|
05b055e891
tcp: instrument tcp sender limits chronographs
|
8 年之前 |
Eric Dumazet
|
67db3e4bfb
tcp: no longer hold ehash lock while calling tcp_get_info()
|
8 年之前 |
Yuchung Cheng
|
eb8329e0a0
tcp: export data delivery rate
|
9 年之前 |
Soheil Hassas Yeganeh
|
d7722e8570
tcp: track application-limited rate samples
|
9 年之前 |
Yuchung Cheng
|
b9f64820fb
tcp: track data delivery rate for a TCP connection
|
9 年之前 |
Neal Cardwell
|
0682e6902a
tcp: count packets marked lost for a TCP connection
|
9 年之前 |
Neal Cardwell
|
6403389211
tcp: use windowed min filter library for TCP min_rtt estimation
|
9 年之前 |
Yaogong Wang
|
9f5afeae51
tcp: use an RB tree for ooo receive queue
|
9 年之前 |
Martin KaFai Lau
|
a44d6eacda
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
|
9 年之前 |
Craig Gallek
|
d9b3fca273
tcp: __tcp_hdrlen() helper
|
9 年之前 |
Yuchung Cheng
|
ddf1af6fa0
tcp: new delivery accounting
|
9 年之前 |
Eric Dumazet
|
805c4bc057
tcp: fix req->saved_syn race
|
9 年之前 |
Eric Dumazet
|
dbf650b67b
tcp: fastopen: limit max_qlen
|
9 年之前 |
Yuchung Cheng
|
659a8ad56f
tcp: track the packet timings in RACK
|
9 年之前 |
Yuchung Cheng
|
af82f4e848
tcp: remove tcp_mark_lost_retrans()
|
9 年之前 |
Yuchung Cheng
|
f672258391
tcp: track min RTT using windowed min-filter
|
9 年之前 |
Eric Dumazet
|
d475f090bf
tcp: shrink tcp_timewait_sock by 8 bytes
|
9 年之前 |
Eric Dumazet
|
0536fcc039
tcp: prepare fastopen code for upcoming listener changes
|
9 年之前 |