Commit Graph

211 Commits (ac1aa7e4f3c73ecb09fddf59c1924530155d9359)

Author SHA1 Message Date
Ilpo Järvinen ad1984e844 [TCP]: NewReno must count every skb while marking losses 17 years ago
Ilpo Järvinen f038ac8f9b [TCP]: cleanup tcp_parse_options deep indented switch 17 years ago
Ilpo Järvinen 056834d9f6 [TCP]: cleanup tcp_{in,out}put.c style 17 years ago
Ilpo Järvinen 4828e7f49a [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary 17 years ago
Ilpo Järvinen cadbd0313b [TCP]: Dropped unnecessary skb/sacked accessing in reneging 17 years ago
Ilpo Järvinen 90840defab [TCP]: Introduce tcp_wnd_end() to reduce line lengths 17 years ago
Ilpo Järvinen 3ccd3130b3 [TCP]: Make invariant check complain about invalid sacked_out 17 years ago
Hideo Aoki 3ab224be6d [NET] CORE: Introducing new memory accounting interface. 17 years ago
Ilpo Järvinen c776ee01bd [TCP]: Remove seq_rtt ptr from clean_rtx_queue args 17 years ago
Eric Dumazet dfd4f0ae2e [TCP]: Avoid two divides in __tcp_grow_window() 17 years ago
Ilpo Järvinen 6859d49475 [TCP]: Abstract tp->highest_sack accessing & point to next skb 17 years ago
Ilpo Järvinen 7201883599 [TCP]: Cleanup local variables of clean_rtx_queue 17 years ago
Ilpo Järvinen ea60658cde [TCP]: Add unlikely() to urgent handling in clean_rtx_queue 17 years ago
Ilpo Järvinen 89d478f7f2 [TCP]: Remove duplicated code block from clean_rtx_queue 17 years ago
Ilpo Järvinen c3a05c6050 [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid 17 years ago
Ilpo Järvinen ede9f3b186 [TCP]: Unite identical code from two seqno split blocks 17 years ago
Ilpo Järvinen 407ef1de03 [TCP]: Remove superflucious FLAG_DATA_SACKED 17 years ago
Ilpo Järvinen bce392f3b0 [TCP]: Move LOSTRETRANS MIB outside !(L|S) check 17 years ago
Ilpo Järvinen ea4f76ae13 [TCP]: Two fixes to new sacktag code 17 years ago
Pavel Emelyanov 8d8ad9d7c4 [NET]: Name magic constants in sock_wake_async() 17 years ago
Ilpo Järvinen 20de20beba [TCP]: Correct DSACK check placing 17 years ago
Ilpo Järvinen 68f8353b48 [TCP]: Rewrite SACK block processing & sack_recv_cache use 17 years ago
Ilpo Järvinen fd6dad616d [TCP]: Earlier SACK block verification & simplify access to them 17 years ago
Ilpo Järvinen 9e10c47cb9 [TCP]: Create tcp_sacktag_one(). 17 years ago
Ilpo Järvinen b7d4815f35 [TCP]: Prior_fackets can be replaced by highest_sack seq 17 years ago
Ilpo Järvinen 9f58f3b721 [TCP]: Make lost retrans detection more self-contained 17 years ago
Ilpo Järvinen a47e5a988a [TCP]: Convert highest_sack to sk_buff to allow direct access 17 years ago
Ilpo Järvinen 85cc391c0e [TCP]: non-FACK SACK follows conservative SACK loss recovery 17 years ago
Ilpo Järvinen f577111302 [TCP]: Extend reordering detection to cover CA_Loss partially 17 years ago
Ilpo Järvinen b9d86585dc [TCP]: Move !in_sack test earlier in sacktag & reorganize if()s 17 years ago
Gavin McCullagh 2072c228c9 [TCP]: use non-delayed ACK for congestion control RTT 17 years ago
Satoru SATOH 488faa2ae3 [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min() 17 years ago
Ilpo Jrvinen 52d3408150 [TCP]: Move prior_in_flight collect to more robust place 17 years ago
Ilpo Jrvinen 3e6f049e0c [TCP] FRTO: Use of existing funcs make code more obvious & robust 17 years ago
Ilpo Jrvinen e1cd8f78f8 [TCP] FRTO: Clear frto_highmark only after process_frto that uses it 17 years ago
Ilpo Jrvinen 96a2d41a3e [TCP]: Make sure write_queue_from does not begin with NULL ptr 17 years ago
Ilpo Jrvinen 23aeeec365 [TCP] FRTO: Plug potential LOST-bit leak 17 years ago
Ilpo Jrvinen 746aa32d28 [TCP] FRTO: Limit snd_cwnd if TCP was application limited 17 years ago
Ilpo Jrvinen fbd52eb2bd [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug) 17 years ago
Ilpo Jrvinen e49aa5d456 [TCP]: Add unlikely() to sacktag out-of-mem in fragment case 17 years ago
Ilpo Jrvinen c7caf8d3ed [TCP]: Fix reord detection due to snd_una covered holes 17 years ago
Ilpo Jrvinen 8dd71c5d28 [TCP]: Consider GSO while counting reord in sacktag 17 years ago
Ilpo Jrvinen 261ab365fa [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion 18 years ago
Ilpo Jrvinen e56d6cd605 [TCP]: Process DSACKs that reside within a SACK block 18 years ago
Ryousei Takano 94d3b1e586 [TCP]: fix D-SACK cwnd handling 18 years ago
Adrian Bunk 0f79efdc23 [TCP]: Make tcp_match_skb_to_sack() static. 18 years ago
Ryousei Takano 564262c1f0 [TCP]: Fix inconsistency of terms. 18 years ago
Chuck Lever c2636b4d9e [NET]: Treat the sign of the result of skb_headroom() consistently 18 years ago
Ilpo Järvinen df2e014bfb [TCP]: Remove lost_retrans zero seqno special cases 18 years ago
Ilpo Järvinen f885c5b08e [TCP]: high_seq parameter removed (all callers use tp->high_seq) 18 years ago