Eric Dumazet
|
b3d051477c
tcp: do not mess with listener sk_wmem_alloc
|
9 年之前 |
Martin KaFai Lau
|
a44d6eacda
tcp: Add RFC4898 tcpEStatsPerfDataSegsOut/In
|
9 年之前 |
Nikolay Borisov
|
4979f2d9f7
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
|
9 年之前 |
Nikolay Borisov
|
c6214a97c8
ipv4: Namespaceify tcp_retries2 sysctl knob
|
9 年之前 |
Johannes Weiner
|
baac50bbc3
net: tcp_memcontrol: simplify linkage between socket and page counter
|
9 年之前 |
Johannes Weiner
|
e805605c72
net: tcp_memcontrol: sanitize tcp memory accounting callbacks
|
9 年之前 |
David S. Miller
|
b3e0d3d7ba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年之前 |
Eric Dumazet
|
07e100f984
tcp: restore fastopen with no data in SYN packet
|
9 年之前 |
Eric Dumazet
|
7450aaf61f
tcp: suppress too verbose messages in tcp_send_ack()
|
9 年之前 |
Eric Dumazet
|
9e17f8a475
net: make skb_set_owner_w() more robust
|
9 年之前 |
David S. Miller
|
ba3e2084f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
9 年之前 |
Renato Westphal
|
e2e8009ff7
tcp: remove improper preemption check in tcp_xmit_probe_skb()
|
9 年之前 |
Yuchung Cheng
|
af82f4e848
tcp: remove tcp_mark_lost_retrans()
|
9 年之前 |
Eric Dumazet
|
dc6ef6be52
tcp: do not set queue_mapping on SYNACK
|
9 年之前 |
Eric Dumazet
|
ed53d0ab76
net: shrink struct sock and request_sock by 8 bytes
|
9 年之前 |
Eric Dumazet
|
ca6fb06518
tcp: attach SYNACK messages to request sockets instead of listener
|
9 年之前 |
Bendik Rønning Opstad
|
d2e1339f40
tcp: Fix CWV being too strict on thin streams
|
10 年之前 |
David S. Miller
|
4963ed48f2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 年之前 |
Eric Dumazet
|
ea3bea3a1d
tcp/dccp: constify rtx_synack() and friends
|
10 年之前 |
Eric Dumazet
|
5d062de7f8
tcp: constify tcp_make_synack() socket argument
|
10 年之前 |
Eric Dumazet
|
6ac705b180
tcp: remove tcp_ecn_make_synack() socket argument
|
10 年之前 |
Eric Dumazet
|
37bfbdda0b
tcp: remove tcp_synack_options() socket argument
|
10 年之前 |
Eric Dumazet
|
675ee231d9
tcp: add proper TS val into RST packets
|
10 年之前 |
Yuchung Cheng
|
f9b9958229
tcp: send loss probe after 1s if no RTT available
|
10 年之前 |
Eric Dumazet
|
58d607d3e5
tcp: provide skb->hash to synack packets
|
10 年之前 |
Neal Cardwell
|
05c5a46d71
tcp: generate CA_EVENT_TX_START on data frames
|
10 年之前 |
Eric Dumazet
|
6f021c62d6
tcp: fix slow start after idle vs TSO/GSO
|
10 年之前 |
Yuchung Cheng
|
b340b26454
tcp: TLP retransmits last if failed to send new packet
|
10 年之前 |
Yuchung Cheng
|
fcd16c0a95
tcp: don't extend RTO on failed loss probe attempts
|
10 年之前 |
Eric Dumazet
|
99d7662a04
tcp: tso: allow deferring under reordering state
|
10 年之前 |