summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_input.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* [TCP]: Limit processing lost_retrans loop to work-to-do casesIlpo Järvinen2007-10-121-3/+11
* [TCP]: Fix lost_retrans loop vs fastpath problemsIlpo Järvinen2007-10-121-15/+22
* [TCP]: No need to re-count fackets_out/sacked_out at RTOIlpo Järvinen2007-10-121-10/+16
* [TCP]: Extract tcp_match_queue_to_sack from sacktag codeIlpo Järvinen2007-10-121-19/+35
* [TCP]: Kill almost unused variable pcount from sacktagIlpo Järvinen2007-10-121-6/+3Star
* [TCP]: Fix mark_head_lost to ignore R-bit when trying to mark LIlpo Järvinen2007-10-121-1/+1
* [TCP]: Add bytes_acked (ABC) clearing to FRTO tooIlpo Järvinen2007-10-121-0/+2
* [TCP]: Separate lost_retrans loop into own functionIlpo Järvinen2007-10-111-37/+43
* [NET]: sparse warning fixesStephen Hemminger2007-10-111-1/+1
* [TCP]: "Annotate" another fackets_out state resetIlpo Järvinen2007-10-111-1/+2
* [TCP]: Wrap-safed reordering detection FRTO checkIlpo Järvinen2007-10-111-0/+3
* [TCP]: Update comment of SACK block validatorIlpo Järvinen2007-10-111-2/+9
* [TCP]: fix comments that got messed up during code moveIlpo Järvinen2007-10-111-2/+6
* [TCP] MIB: Count FRTO's successfully detected spurious RTOsIlpo Järvinen2007-10-111-0/+1
* [TCP]: Reordered ACK's (old) SACKs not included to discarded MIBIlpo Järvinen2007-10-111-1/+6
* [TCP]: Avoid clearing sacktag hint in trivial situationsIlpo Järvinen2007-10-111-6/+8
* [TCP]: Enable SACK enhanced FRTO (RFC4138) by defaultIlpo Järvinen2007-10-111-1/+1
* [TCP] FRTO: Improve interoperability with other undo_marker usersIlpo Järvinen2007-10-111-15/+27
* [TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queueIlpo Järvinen2007-10-111-36/+30Star
* [TCP]: Move accounting from tso_acked to clean_rtx_queueIlpo Järvinen2007-10-111-46/+35Star
* [TCP]: clear_all_retrans_hints prefixed by tcp_Ilpo Järvinen2007-10-111-5/+5
* [TCP]: Make fackets_out accurateIlpo Järvinen2007-10-111-7/+3Star
* [TCP] MIB: Add counters for discarded SACK blocksIlpo Järvinen2007-10-111-1/+9
* [TCP]: Discard fuzzy SACK blocksIlpo Järvinen2007-10-111-0/+82
* [TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rtoIlpo Järvinen2007-10-111-3/+2Star
* [TCP]: Remove unnecessary wrapper tcp_packets_out_decIlpo Järvinen2007-10-111-1/+1
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-111-36/+46
* [TCP]: Reduce sacked_out with reno when purging write_queueIlpo Järvinen2007-10-111-8/+7Star
* [TCP]: Keep state in Disorder also if only lost_out > 0Ilpo Järvinen2007-10-111-1/+1
* [TCP]: Restore over-zealous tcp_sync_left_out-like removalsIlpo Järvinen2007-10-111-0/+4
* [TCP]: Left out sync->verify (the new meaning of it) & definifyIlpo Järvinen2007-10-111-10/+10
* [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking linesIlpo Järvinen2007-10-111-1/+1
* [TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen2007-10-111-9/+2Star
* [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove itIlpo Järvinen2007-10-111-0/+50
* [TCP] FRTO: remove unnecessary fackets/sacked_out recountingIlpo Järvinen2007-10-111-16/+7Star
* [TCP]: Move Reno SACKed_out counter functions earlierIlpo Järvinen2007-10-111-51/+47Star
* [TCP]: Extract DSACK detection code from tcp_sacktag_write_queue().David S. Miller2007-10-111-20/+36
* [TCP]: Rexmit hint must be cleared instead of setting itIlpo Järvinen2007-10-111-1/+1
* [TCP]: Extracted rexmit hint clearing from the LOST marking codeIlpo Järvinen2007-10-111-15/+16
* [TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen2007-10-111-1/+7
* [TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKedIlpo Järvinen2007-10-081-0/+3
* [TCP]: 'dst' can be NULL in tcp_rto_min()David S. Miller2007-08-311-1/+1