Francis Yan
|
b0f71bd3e1
tcp: instrument how long TCP is limited by insufficient send buffer
|
8 年 前 |
Francis Yan
|
5615f88614
tcp: instrument how long TCP is limited by receive window
|
8 年 前 |
Francis Yan
|
0f87230d1a
tcp: instrument how long TCP is busy sending
|
8 年 前 |
Francis Yan
|
05b055e891
tcp: instrument tcp sender limits chronographs
|
8 年 前 |
Eric Dumazet
|
f8071cde78
tcp: enhance tcp_collapse_retrans() with skb_shift()
|
8 年 前 |
Eric Dumazet
|
2331ccc5b3
tcp: enhance tcp collapsing
|
8 年 前 |
David S. Miller
|
b50afd203a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年 前 |
Douglas Caetano dos Santos
|
2fe664f1fc
tcp: fix wrong checksum calculation on MTU probing
|
9 年 前 |
David S. Miller
|
d6989d4bbe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年 前 |
Yuchung Cheng
|
7e32b44361
tcp: properly account Fast Open SYN-ACK retrans
|
9 年 前 |
Yuchung Cheng
|
de1d657816
tcp: fix under-accounting retransmit SNMP counters
|
9 年 前 |
Eric Dumazet
|
f9616c35a0
tcp: implement TSQ for retransmits
|
9 年 前 |
Neal Cardwell
|
556c6b46d1
tcp: export tcp_mss_to_mtu() for congestion control modules
|
9 年 前 |
Neal Cardwell
|
1b3878ca15
tcp: export tcp_tso_autosize() and parameterize minimum number of TSO segments
|
9 年 前 |
Neal Cardwell
|
ed6e7268b9
tcp: allow congestion control module to request TSO skb segment count
|
9 年 前 |
Yuchung Cheng
|
b9f64820fb
tcp: track data delivery rate for a TCP connection
|
9 年 前 |
Eric Dumazet
|
ffb4d6c850
tcp: fix overflow in __tcp_retransmit_skb()
|
9 年 前 |
Eric Dumazet
|
dca0aaf847
tcp: defer sacked assignment
|
9 年 前 |
Soheil Hassas Yeganeh
|
f626300a3e
tcp: consider recv buf for the initial window scale
|
9 年 前 |
David S. Miller
|
ee58b57100
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年 前 |
Eric Dumazet
|
a3d2e9f8eb
tcp: do not send too big packets at retransmit time
|
9 年 前 |
Lawrence Brakmo
|
6f094b9ec6
tcp: add in_flight to tcp_skb_cb
|
9 年 前 |
Eric Dumazet
|
ea1627c20c
tcp: minor optimizations around tcp_hdr() usage
|
9 年 前 |
David S. Miller
|
909b27f706
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年 前 |
Eric Dumazet
|
10a81980fc
tcp: refresh skb timestamp at retransmit time
|
9 年 前 |
Eric Dumazet
|
1d2077ac01
net: add __sock_wfree() helper
|
9 年 前 |
Eric Dumazet
|
c10d9310ed
tcp: do not assume TCP code is non preemptible
|
9 年 前 |
Martin KaFai Lau
|
a166140e81
tcp: Handle eor bit when fragmenting a skb
|
9 年 前 |
Martin KaFai Lau
|
a643b5d41c
tcp: Handle eor bit when coalescing skb
|
9 年 前 |
Soheil Hassas Yeganeh
|
0a2cf20c3f
tcp: remove SKBTX_ACK_TSTAMP since it is redundant
|
9 年 前 |