Wei Wang
|
1b1fc3fdda
tcp: make congestion control optionally skip slow start after idle
|
8 年之前 |
Linus Torvalds
|
8d65b08deb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
|
8 年之前 |
Eric Dumazet
|
7162fb242c
tcp: do not underestimate skb->truesize in tcp_trim_head()
|
8 年之前 |
David S. Miller
|
6b6cbc1471
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年之前 |
Gao Feng
|
7cc2b043bc
net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skb
|
8 年之前 |
Gao Feng
|
589c49cbf9
net: tcp: Define the TCP_MAX_WSCALE instead of literal number 14
|
8 年之前 |
Gao Feng
|
1935299d9c
net: tcp: Refine the __tcp_select_window
|
8 年之前 |
Cui, Cheng
|
a4ecb15a24
tcp: accommodate sequence number to a peer's shrunk receive window caused by precision loss in window scaling
|
8 年之前 |
Julian Anastasov
|
c3a2e83705
tcp: replace dst_confirm with sk_dst_confirm
|
8 年之前 |
Eric Dumazet
|
38ab52e8e1
tcp: clear pfmemalloc on outgoing skb
|
8 年之前 |
Eric Dumazet
|
3541f9e8bd
tcp: add tcp_mss_clamp() helper
|
8 年之前 |
David S. Miller
|
e2160156bf
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
8 年之前 |
Eric Dumazet
|
06425c308b
tcp: fix 0 divide in __tcp_select_window()
|
8 年之前 |
Yuchung Cheng
|
678550c651
tcp: include locally failed retries in retransmission stats
|
8 年之前 |
Wei Wang
|
065263f40f
net/tcp-fastopen: refactor cookie check logic
|
8 年之前 |
Yuchung Cheng
|
bec41a11dd
tcp: remove early retransmit
|
8 年之前 |
Yuchung Cheng
|
840a3cbe89
tcp: remove forward retransmit feature
|
8 年之前 |
Yuchung Cheng
|
57dde7f70d
tcp: add reordering timer in RACK loss detection
|
8 年之前 |
Thomas Gleixner
|
2456e85535
ktime: Get rid of the union
|
8 年之前 |
Eric Dumazet
|
0a9648f129
tcp: add a missing barrier in tcp_tasklet_func()
|
8 年之前 |
Eric Dumazet
|
7aa5470c2c
tcp: tsq: move tsq_flags close to sk_wmem_alloc
|
8 年之前 |
Eric Dumazet
|
12a59abc22
tcp: tcp_mtu_probe() is likely to exit early
|
8 年之前 |
Eric Dumazet
|
75eefc6c59
tcp: tsq: add a shortcut in tcp_small_queue_check()
|
8 年之前 |
Eric Dumazet
|
a9b204d156
tcp: tsq: avoid one atomic in tcp_wfree()
|
8 年之前 |
Eric Dumazet
|
b223feb9de
tcp: tsq: add shortcut in tcp_tasklet_func()
|
8 年之前 |
Eric Dumazet
|
408f0a6c21
tcp: tsq: remove one locked operation in tcp_wfree()
|
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
|
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 年之前 |