Commit Graph

120 Commits (94987aff23bcdd7cee92edf02c2f4ef259d1cbf6)

Author SHA1 Message Date
David S. Miller 5c127c58ae [TCP]: 'dst' can be NULL in tcp_rto_min() 18 years ago
David S. Miller 05bb1fad1c [TCP]: Allow minimum RTO to be configurable via routing metrics. 18 years ago
David S. Miller 26722873a4 [TCP]: Describe tcp_init_cwnd() thoroughly in a comment. 18 years ago
Ilpo Järvinen 49ff4bb4cd [TCP]: DSACK signals data receival, be conservative 18 years ago
Ilpo Järvinen 2e6052941a [TCP]: Also handle snd_una changes in tcp_cwnd_down 18 years ago
Ilpo Järvinen b8ed601cef [TCP]: Bidir flow must not disregard SACK blocks for lost marking 18 years ago
Ilpo Järvinen 1e757f9996 [TCP]: Fix ratehalving with bidirectional flows 18 years ago
Stephen Hemminger 30cfd0baf0 [TCP]: congestion control API pass RTT in microseconds 18 years ago
Stephen Hemminger 16751347a0 [TCP]: remove unused argument to cong_avoid op 18 years ago
Ilpo Järvinen 0a9f2a467d [TCP]: Verify the presence of RETRANS bit when leaving FRTO 18 years ago
Ilpo Järvinen 7769f4064c [TCP]: Fix logic breakage due to DSACK separation 18 years ago
Ilpo Järvinen b9ce204f0a [TCP]: Congestion control API RTT sampling fix 18 years ago
Ilpo Järvinen d7ea5b91fa [TCP]: Add missing break to TCP option parsing code 18 years ago
Ilpo Järvinen af15cc7b85 [TCP]: Fix left_out setting during FRTO 18 years ago
Ilpo Järvinen 6418204f91 [TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl modules) 18 years ago
Ilpo Järvinen 580e572a4a [TCP] FRTO: Prevent state inconsistency in corner cases 18 years ago
Ilpo Järvinen 463236557d [TCP] FRTO: Add missing ECN CWR sending to one of the responses 18 years ago
Ilpo Järvinen d551e4541d [TCP] FRTO: RFC4138 allows Nagle override when new data must be sent 18 years ago
Ilpo Järvinen 575ee7140d [TCP] FRTO: Delay skb available check until it's mandatory 18 years ago
Stephen Hemminger 164891aadf [TCP]: Congestion control API update. 18 years ago
Ilpo Järvinen 9e412ba763 [TCP]: Sed magic converts func(sk, tp, ...) -> func(sk, ...) 18 years ago
Stephen Hemminger 3ff50b7997 [NET]: cleanup extra semicolons 18 years ago
Herbert Xu 604763722c [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY 18 years ago
Arnaldo Carvalho de Melo 9c70220b73 [SK_BUFF]: Introduce skb_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo aa8223c7bb [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th 18 years ago
Arnaldo Carvalho de Melo 967b05f64e [SK_BUFF]: Introduce skb_set_transport_header 18 years ago
Arnaldo Carvalho de Melo c14d2450cb [SK_BUFF]: Introduce skb_set_network_header 18 years ago
Arnaldo Carvalho de Melo d56f90a7c9 [SK_BUFF]: Introduce skb_network_header() 18 years ago
Arnaldo Carvalho de Melo 98e399f82a [SK_BUFF]: Introduce skb_mac_header() 18 years ago
Arnaldo Carvalho de Melo 31713c333d [TCP]: Use skb_set_mac_header in tcp_collapse 18 years ago
Arnaldo Carvalho de Melo c51957dafa [TCP]: Do the layer header setting in tcp_collapse relative to skb->data 18 years ago
Stephen Hemminger 2de979bd7d [TCP]: whitespace cleanup 18 years ago
David S. Miller fe067e8ab5 [TCP]: Abstract out all write queue operations. 18 years ago
James Morris 9d729f72dc [NET]: Convert xtime.tv_sec to get_seconds() 18 years ago
Ilpo Järvinen e317f6f69c [TCP]: FRTO undo response falls back to ratehalving one if ECEd 18 years ago
Ilpo Järvinen e01f9d7793 [TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr) 18 years ago
Ilpo Järvinen 3cfe3baaf0 [TCP]: Add two new spurious RTO responses to FRTO 18 years ago
Ilpo Järvinen c5e7af0df5 [TCP]: Correct reordering detection change (no FRTO case) 18 years ago
Ilpo Järvinen 4dc2665e36 [TCP]: SACK enhanced FRTO 18 years ago
Ilpo Järvinen 288035f915 [TCP]: Prevent reordering adjustments during FRTO 18 years ago
Ilpo Järvinen 66e93e45c0 [TCP] FRTO: Fake cwnd for ssthresh callback 18 years ago
Ilpo Järvinen d1a54c6a0a [TCP] FRTO: Reverse RETRANS bit clearing logic 18 years ago
Ilpo Järvinen 46d0de4ed9 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery 18 years ago
Ilpo Järvinen 7c9a4a5b67 [TCP]: Prevent unrelated cwnd adjustment while using FRTO 18 years ago
Ilpo Järvinen 94d0ea7786 [TCP] FRTO: frto_counter modulo-op converted to two assignments 18 years ago
Ilpo Järvinen 52c63f1e86 [TCP]: Don't enter to fast recovery while using FRTO 18 years ago
Ilpo Järvinen aa8b6a7ad1 [TCP] FRTO: Response should reset also snd_cwnd_cnt 18 years ago
Ilpo Järvinen 95c4922bf9 [TCP] FRTO: fixes fallback to conventional recovery 18 years ago
Ilpo Järvinen 6408d206c7 [TCP] FRTO: Ignore some uninteresting ACKs 18 years ago
Ilpo Järvinen 7b0eb22b1d [TCP] FRTO: Use Disorder state during operation instead of Open 18 years ago