summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* [TCP]: NewReno must count every skb while marking lossesIlpo Järvinen2008-02-011-1/+1
* [TCP]: cleanup tcp_parse_options deep indented switchIlpo Järvinen2008-01-291-68/+67Star
* [TCP]: cleanup tcp_{in,out}put.c styleIlpo Järvinen2008-01-291-209/+227
* [TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessaryIlpo Järvinen2008-01-291-2/+1Star
* [TCP]: Dropped unnecessary skb/sacked accessing in renegingIlpo Järvinen2008-01-291-12/+13
* [TCP]: Introduce tcp_wnd_end() to reduce line lengthsIlpo Järvinen2008-01-291-2/+1Star
* [TCP]: Make invariant check complain about invalid sacked_outIlpo Järvinen2008-01-291-4/+1Star
* [NET] CORE: Introducing new memory accounting interface.Hideo Aoki2008-01-291-13/+13
* [TCP]: Remove seq_rtt ptr from clean_rtx_queue argsIlpo Järvinen2008-01-291-5/+2Star
* [TCP]: Avoid two divides in __tcp_grow_window()Eric Dumazet2008-01-291-2/+2
* [TCP]: Abstract tp->highest_sack accessing & point to next skbIlpo Järvinen2008-01-281-12/+15
* [TCP]: Cleanup local variables of clean_rtx_queueIlpo Järvinen2008-01-281-14/+12Star
* [TCP]: Add unlikely() to urgent handling in clean_rtx_queueIlpo Järvinen2008-01-281-2/+2
* [TCP]: Remove duplicated code block from clean_rtx_queueIlpo Järvinen2008-01-281-29/+21Star
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-5/+4Star
* [TCP]: Unite identical code from two seqno split blocksIlpo Järvinen2008-01-281-6/+1Star
* [TCP]: Remove superflucious FLAG_DATA_SACKEDIlpo Järvinen2008-01-281-7/+3Star
* [TCP]: Move LOSTRETRANS MIB outside !(L|S) checkIlpo Järvinen2008-01-281-1/+1
* [TCP]: Two fixes to new sacktag codeIlpo Järvinen2008-01-281-2/+2
* [NET]: Name magic constants in sock_wake_async()Pavel Emelyanov2008-01-281-6/+6
* [TCP]: Correct DSACK check placingIlpo Järvinen2008-01-281-10/+5Star
* [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/+2Star
* [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/+14Star
* [TCP]: use non-delayed ACK for congestion control RTTGavin McCullagh2007-12-301-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/+1Star
* [TCP] FRTO: Use of existing funcs make code more obvious & robustIlpo Järvinen2007-12-051-9/+5Star
* [TCP] FRTO: Clear frto_highmark only after process_frto that uses itIlpo Järvinen2007-11-151-2/+2
* [TCP]: Make sure write_queue_from does not begin with NULL ptrIlpo Järvinen2007-11-151-0/+5
* [TCP] FRTO: Plug potential LOST-bit leakIlpo Järvinen2007-11-141-1/+3
* [TCP] FRTO: Limit snd_cwnd if TCP was application limitedIlpo Järvinen2007-11-141-0/+3
* [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug)Ilpo Järvinen2007-11-111-18/+17Star
* [TCP]: Add unlikely() to sacktag out-of-mem in fragment caseIlpo Järvinen2007-11-111-1/+1
* [TCP]: Fix reord detection due to snd_una covered holesIlpo Järvinen2007-11-111-18/+32
* [TCP]: Consider GSO while counting reord in sacktagIlpo Järvinen2007-11-111-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/+5Star
* [TCP]: Make tcp_match_skb_to_sack() static.Adrian Bunk2007-10-261-2/+2
* [TCP]: Fix inconsistency of terms.Ryousei Takano2007-10-261-8/+8
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-241-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/+5Star