blob: a2cdb445085ad04c598177cc90295b8ab3f64bea [file] [log] [blame]
6bcdc40dddfe ("tcp: move rx_opt & syn_data_acked init to tcp_disconnect()")
792c4354a508 ("tcp: move tp->rack init to tcp_disconnect()")
6cda8b7493ac ("tcp: move app_limited init to tcp_disconnect()")
5c701549c9a6 ("tcp: move retrans_out, sacked_out, tlp_high_seq, last_oow_ack_time init to tcp_disconnect()")
5d836764620d ("tcp: do not clear urg_data in tcp_create_openreq_child")
3a9a57f63794 ("tcp: move snd_cwnd & snd_cwnd_cnt init to tcp_disconnect()")
eb2c80ca87b1 ("tcp: do not clear packets_out in tcp_create_openreq_child()")
b84235e29104 ("tcp: do not set snd_ssthresh in tcp_create_openreq_child()")
7ec65372ca53 ("tcp: add stat of data packet reordering events")
7e10b6554ff2 ("tcp: add dsack blocks received stats")
fb31c9b9f6c8 ("tcp: add data bytes retransmitted stats")
ba113c3aa79a ("tcp: add data bytes sent stats")
984988aa7218 ("tcp: add a helper to calculate size of opt_stats")
242b1bbe5144 ("tcp: remove one indentation level in tcp_create_openreq_child")
5d9f4262b7ea ("tcp: add SACK compression")
20b654dfe1be ("tcp: support DUPACK threshold in RACK")
73a6bab5aa2a ("tcp: switch pacing timer to softirq based hrtimer")
feb5f2ec6464 ("tcp: export packets delivery info")
e21db6f69a95 ("tcp: track total bytes delivered with ECN CE marks")
a77fa0104abd ("tcp: new helper to calculate newly delivered")
7156d194a077 ("tcp: add snd_ssthresh stat in SCM_TIMESTAMPING_OPT_STATS")
be6318929480 ("tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS")
87ecc95d81d9 ("tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS")
0ce294d88457 ("tcp: correctly test congestion state in RACK")
737ff314563c ("tcp: use sequence distance to detect reordering")
713bafea9292 ("tcp: retire FACK loss detection")
1f2556916d97 ("tcp: higher throughput under reordering with adaptive RACK reordering wnd")
c6e218035913 ("tcp: Namespace-ify sysctl_tcp_max_reordering")
773d4bb96cec ("tcp: remove stale sysctl_tcp_reordering")
0bc65a28ae2a ("tcp: Namespace-ify sysctl_tcp_fack")
65c9410cf55e ("tcp: Namespace-ify sysctl_tcp_abort_on_overflow")
625357aa175c ("tcp: Namespace-ify sysctl_tcp_rfc1337")
3f4c7c6f6a90 ("tcp: Namespace-ify sysctl_tcp_stdurg")
e0a1e5b51923 ("tcp: Namespace-ify sysctl_tcp_retrans_collapse")
b510f0d23a47 ("tcp: Namespace-ify sysctl_tcp_slow_start_after_idle")
2c04ac8ae0b6 ("tcp: Namespace-ify sysctl_tcp_thin_linear_timeouts")
e20223f19628 ("tcp: Namespace-ify sysctl_tcp_recovery")
2ae21cf527da ("tcp: Namespace-ify sysctl_tcp_early_retrans")
60e2a7780793 ("tcp: TCP experimental option for SMC")
5941521c05d6 ("tcp: add tracepoint trace_tcp_receive_reset")
f6e37b25413c ("tcp: add trace event class tcp_event_sk_skb")
e086101b150a ("tcp: add a tracepoint for tcp retransmission")
75c119afe14f ("tcp: implement rb-tree based retransmit queue")
8ba6ddaaf86c ("tcp: reduce tcp_fastretrans_alert() verbosity")
ac3f09ba3e49 ("tcp: uninline tcp_write_queue_purge()")
043b87d7599e ("tcp: more efficient RACK loss detection")
e2080072ed2d ("tcp: new list for sent but unacked skbs for RACK recovery")
27204aaa9dc6 ("tcp: uniform the set up of sockets after successful connection")
3733be14a32b ("ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob")
437138485656 ("ipv4: Namespaceify tcp_fastopen_key knob")