Eric Dumazet
|
a1a5344ddb
tcp: avoid two atomic ops for syncookies
|
10 years ago |
Eric Dumazet
|
7656d842de
tcp: fix fastopen races vs lockless listener
|
10 years ago |
Eric Dumazet
|
ca6fb06518
tcp: attach SYNACK messages to request sockets instead of listener
|
10 years ago |
Eric Dumazet
|
079096f103
tcp/dccp: install syn_recv requests into ehash table
|
10 years ago |
Eric Dumazet
|
8d2675f1e4
tcp: move synflood_warned into struct request_sock_queue
|
10 years ago |
Eric Dumazet
|
2985aaac01
tcp: constify tcp_syn_flood_action() socket argument
|
10 years ago |
Eric Dumazet
|
72ab4a86f7
tcp: remove tcp_rcv_state_process() tcp_hdr argument
|
10 years ago |
Eric Dumazet
|
bda07a64c0
tcp: remove unused len argument from tcp_rcv_state_process()
|
10 years ago |
Eric Dumazet
|
7c85af8810
tcp: avoid reorders for TFO passive connections
|
10 years ago |
Yuchung Cheng
|
0f1c28ae74
tcp: usec resolution SYN/ACK RTT
|
10 years ago |
Eric Dumazet
|
58d607d3e5
tcp: provide skb->hash to synack packets
|
10 years ago |
Daniel Borkmann
|
c3a8d94746
tcp: use dctcp if enabled on the route to the initiator
|
10 years ago |
Eric Dumazet
|
43e122b014
tcp: refine pacing rate determination
|
10 years ago |
Eric Dumazet
|
6f021c62d6
tcp: fix slow start after idle vs TSO/GSO
|
10 years ago |
David S. Miller
|
c5e40ee287
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 years ago |
Rick Jones
|
b56ea2985d
net: track success and failure of TCP PMTU probing
|
10 years ago |
Yuchung Cheng
|
f82b681a51
tcp: don't use F-RTO on non-recurring timeouts
|
10 years ago |
Yuchung Cheng
|
b20a3fa30a
tcp: update congestion state first before raising cwnd
|
10 years ago |
Jon Maxwell
|
2251ae46af
tcp: v1 always send a quick ack when quickacks are enabled
|
10 years ago |
Yuchung Cheng
|
3759824da8
tcp: PRR uses CRB mode by default and SS mode conditionally
|
10 years ago |
Yuchung Cheng
|
291a00d1a7
tcp: reduce cwnd if retransmit is lost in CA_Loss
|
10 years ago |
Eric Dumazet
|
f69ad292cf
tcp: fill shinfo->gso_size at last moment
|
10 years ago |
Eric Dumazet
|
51466a7545
tcp: fill shinfo->gso_type at last moment
|
10 years ago |
Kenneth Klette Jonassen
|
7782ad8bb5
tcp: export tcp_enter_cwr()
|
10 years ago |
David S. Miller
|
36583eb54d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
|
10 years ago |
Eric Dumazet
|
d654976cbf
tcp: fix a potential deadlock in tcp_get_info()
|
10 years ago |
Yuchung Cheng
|
b7b0ed910c
tcp: don't over-send F-RTO probes
|
10 years ago |
Yuchung Cheng
|
da34ac7626
tcp: only undo on partial ACKs in CA_Loss
|
10 years ago |
Eric Dumazet
|
76dfa60820
tcp: allow one skb to be received per socket under memory pressure
|
10 years ago |
Eric Dumazet
|
b8da51ebb1
tcp: introduce tcp_under_memory_pressure()
|
10 years ago |