aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: Rewrite SACK block processing & sack_recv_cache useIlpo Järvinen2008-01-281-100/+171
* [TCP]: Earlier SACK block verification & simplify access to themIlpo Järvinen2008-01-281-34/+51
* [TCP]: Create tcp_sacktag_one().Ilpo Järvinen2008-01-281-96/+96
* [TCP]: Prior_fackets can be replaced by highest_sack seqIlpo Järvinen2008-01-281-3/+2
* [TCP]: Make lost retrans detection more self-containedIlpo Järvinen2008-01-281-9/+11
* [TCP]: Convert highest_sack to sk_buff to allow direct accessIlpo Järvinen2008-01-281-6/+6
* [TCP]: non-FACK SACK follows conservative SACK loss recoveryIlpo Järvinen2008-01-281-18/+62
* [TCP]: Extend reordering detection to cover CA_Loss partiallyIlpo Järvinen2008-01-281-1/+2
* [TCP]: Move !in_sack test earlier in sacktag & reorganize if()sIlpo Järvinen2008-01-281-17/+14
* [TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh2007-12-291-8/+11
* [IPV4]: Make tcp_input_metrics() get minimum RTO via tcp_rto_min()Satoru SATOH2007-12-161-1/+1
* [TCP]: Move prior_in_flight collect to more robust placeIlpo Järvinen2007-12-051-2/+1
* [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5
* [TCP] FRTO: Clear frto_highmark only after process_frto that uses itIlpo Järvinen2007-11-141-2/+2
* [TCP]: Make sure write_queue_from does not begin with NULL ptrIlpo Järvinen2007-11-141-0/+5
* [TCP] FRTO: Plug potential LOST-bit leakIlpo Järvinen2007-11-131-1/+3
* [TCP] FRTO: Limit snd_cwnd if TCP was application limitedIlpo Järvinen2007-11-131-0/+3
* [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-101-18/+17
* [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-101-1/+1
* [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-101-18/+32
* [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-101-4/+8
* [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversionIlpo Järvinen2007-11-011-1/+1
* [TCP]: Process DSACKs that reside within a SACK blockIlpo Järvinen2007-11-011-3/+22
* [TCP]: fix D-SACK cwnd handlingRyousei Takano2007-10-261-7/+5
* [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
* [TCP]: Fix inconsistency of terms.Ryousei Takano2007-10-251-8/+8
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-231-1/+1
* [TCP]: Remove lost_retrans zero seqno special casesIlpo Järvinen2007-10-181-3/+3
* [TCP]: high_seq parameter removed (all callers use tp->high_seq)Ilpo Järvinen2007-10-151-6/+5
* [TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen2007-10-111-3/+11
* [TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen2007-10-111-15/+22
* [TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen2007-10-111-10/+16
* [TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen2007-10-111-19/+35
* [TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen2007-10-111-6/+3
* [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen2007-10-111-1/+1
* [TCP]: Add bytes_acked (ABC) clearing to FRTO tooIlpo Järvinen2007-10-111-0/+2
* [TCP]: Separate lost_retrans loop into own functionIlpo Järvinen2007-10-101-37/+43
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [TCP]: "Annotate" another fackets_out state resetIlpo Järvinen2007-10-101-1/+2
* [TCP]: Wrap-safed reordering detection FRTO checkIlpo Järvinen2007-10-101-0/+3
* [TCP]: Update comment of SACK block validatorIlpo Järvinen2007-10-101-2/+9
* [TCP]: fix comments that got messed up during code moveIlpo Järvinen2007-10-101-2/+6
* [TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen2007-10-101-0/+1
* [TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen2007-10-101-1/+6
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-101-6/+8
* [TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen2007-10-101-1/+1
* [TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen2007-10-101-15/+27
* [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen2007-10-101-36/+30
* [TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen2007-10-101-46/+35
* [TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2007-10-101-5/+5