[TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
2007-11-01 Ilpo Järvinen[TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion
2007-11-01 Ilpo Järvinen[TCP]: Process DSACKs that reside within a SACK block
2007-10-26 Ryousei Takano[TCP]: fix D-SACK cwnd handling
2007-10-26 Adrian Bunk[TCP]: Make tcp_match_skb_to_sack() static.
2007-10-26 Ryousei Takano[TCP]: Fix inconsistency of terms.
2007-10-24 Chuck Lever[NET]: Treat the sign of the result of skb_headroom...
2007-10-18 Ilpo Järvinen[TCP]: Remove lost_retrans zero seqno special cases
2007-10-15 Ilpo Järvinen[TCP]: high_seq parameter removed (all callers use...
2007-10-12 Ilpo Järvinen[TCP]: Limit processing lost_retrans loop to work-to...
2007-10-12 Ilpo Järvinen[TCP]: Fix lost_retrans loop vs fastpath problems
2007-10-12 Ilpo Järvinen[TCP]: No need to re-count fackets_out/sacked_out at RTO
2007-10-12 Ilpo Järvinen[TCP]: Extract tcp_match_queue_to_sack from sacktag...
2007-10-12 Ilpo Järvinen[TCP]: Kill almost unused variable pcount from sacktag
2007-10-12 Ilpo Järvinen[TCP]: Fix mark_head_lost to ignore R-bit when trying...
2007-10-12 Ilpo Järvinen[TCP]: Add bytes_acked (ABC) clearing to FRTO too
2007-10-10 Ilpo Järvinen[TCP]: Separate lost_retrans loop into own function
2007-10-10 Stephen Hemminger[NET]: sparse warning fixes
2007-10-10 Ilpo Järvinen[TCP]: "Annotate" another fackets_out state reset
2007-10-10 Ilpo Järvinen[TCP]: Wrap-safed reordering detection FRTO check
2007-10-10 Ilpo Järvinen[TCP]: Update comment of SACK block validator
2007-10-10 Ilpo Järvinen[TCP]: fix comments that got messed up during code...
2007-10-10 Ilpo Järvinen[TCP] MIB: Count FRTO's successfully detected spurious...
2007-10-10 Ilpo Järvinen[TCP]: Reordered ACK's (old) SACKs not included to...
2007-10-10 Ilpo Järvinen[TCP]: Avoid clearing sacktag hint in trivial situations
2007-10-10 Ilpo Järvinen[TCP]: Enable SACK enhanced FRTO (RFC4138) by default
2007-10-10 Ilpo Järvinen[TCP] FRTO: Improve interoperability with other undo_ma...
2007-10-10 Ilpo Järvinen[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue
2007-10-10 Ilpo Järvinen[TCP]: Move accounting from tso_acked to clean_rtx_queue
2007-10-10 Ilpo Järvinen[TCP]: clear_all_retrans_hints prefixed by tcp_
2007-10-10 Ilpo Järvinen[TCP]: Make fackets_out accurate
2007-10-10 Ilpo Järvinen[TCP] MIB: Add counters for discarded SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Discard fuzzy SACK blocks
2007-10-10 Ilpo Järvinen[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
2007-10-10 Ilpo Järvinen[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
2007-10-10 Ilpo Järvinen[TCP]: Move sack_ok access to obviously named funcs...
2007-10-10 Ilpo Järvinen[TCP]: Reduce sacked_out with reno when purging write_queue
2007-10-10 Ilpo Järvinen[TCP]: Keep state in Disorder also if only lost_out > 0
2007-10-10 Ilpo Järvinen[TCP]: Restore over-zealous tcp_sync_left_out-like...
2007-10-10 Ilpo Järvinen[TCP]: Left out sync->verify (the new meaning of it...
2007-10-10 Ilpo Järvinen[TCP]: Add tcp_left_out(tp) "back" to get cleaner looki...
2007-10-10 Ilpo Järvinen[TCP]: Tighten tcp_sock's belt, drop left_out
2007-10-10 Ilpo Järvinen[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h...
2007-10-10 Ilpo Järvinen[TCP] FRTO: remove unnecessary fackets/sacked_out recou...
2007-10-10 Ilpo Järvinen[TCP]: Move Reno SACKed_out counter functions earlier
2007-10-10 David S. Miller[TCP]: Extract DSACK detection code from tcp_sacktag_wr...
2007-10-10 Ilpo Järvinen[TCP]: Rexmit hint must be cleared instead of setting it
2007-10-10 Ilpo Järvinen[TCP]: Extracted rexmit hint clearing from the LOST...
2007-10-10 Ilpo Järvinen[TCP]: Add highest_sack seqno, points to globally highe...
2007-10-08 Ilpo Järvinen[TCP]: Fix fastpath_cnt_hint when GSO skb is partially...
2007-08-31 David S. Miller[TCP]: 'dst' can be NULL in tcp_rto_min()
2007-08-31 David S. Miller[TCP]: Allow minimum RTO to be configurable via routing...
2007-08-27 David S. Miller[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
2007-08-03 Ilpo Järvinen[TCP]: DSACK signals data receival, be conservative
2007-08-03 Ilpo Järvinen[TCP]: Also handle snd_una changes in tcp_cwnd_down
2007-07-31 Ilpo Järvinen[TCP]: Bidir flow must not disregard SACK blocks for...
2007-07-31 Ilpo Järvinen[TCP]: Fix ratehalving with bidirectional flows
2007-07-31 Stephen Hemminger[TCP]: congestion control API pass RTT in microseconds
2007-07-18 Stephen Hemminger[TCP]: remove unused argument to cong_avoid op
2007-07-15 Ilpo Järvinen[TCP]: Verify the presence of RETRANS bit when leaving...
2007-06-15 Ilpo Järvinen[TCP]: Fix logic breakage due to DSACK separation
2007-06-15 Ilpo Järvinen[TCP]: Congestion control API RTT sampling fix
2007-06-14 Ilpo Järvinen[TCP]: Add missing break to TCP option parsing code
2007-06-12 Ilpo Järvinen[TCP]: Fix left_out setting during FRTO
2007-06-04 Ilpo Järvinen[TCP]: Fix GSO ignorance of pkts_acked arg (cong.cntrl...
2007-05-19 Ilpo Järvinen[TCP] FRTO: Prevent state inconsistency in corner cases
2007-05-19 Ilpo Järvinen[TCP] FRTO: Add missing ECN CWR sending to one of the...
2007-04-30 Ilpo Järvinen[TCP] FRTO: RFC4138 allows Nagle override when new...
2007-04-30 Ilpo Järvinen[TCP] FRTO: Delay skb available check until it's mandatory
2007-04-26 Stephen Hemminger[TCP]: Congestion control API update.
2007-04-26 Ilpo Järvinen[TCP]: Sed magic converts func(sk, tp, ...) -> func...
2007-04-26 Stephen Hemminger[NET]: cleanup extra semicolons
2007-04-26 Herbert Xu[NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_transport_header(skb)
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce tcp_hdr(), remove skb->h.th
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_transport_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_set_network_header
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_network_header()
2007-04-26 Arnaldo Carvalho... [SK_BUFF]: Introduce skb_mac_header()
2007-04-26 Arnaldo Carvalho... [TCP]: Use skb_set_mac_header in tcp_collapse
2007-04-26 Arnaldo Carvalho... [TCP]: Do the layer header setting in tcp_collapse...
2007-04-26 Stephen Hemminger[TCP]: whitespace cleanup
2007-04-26 David S. Miller[TCP]: Abstract out all write queue operations.
2007-04-26 James Morris[NET]: Convert xtime.tv_sec to get_seconds()
2007-04-26 Ilpo Järvinen[TCP]: FRTO undo response falls back to ratehalving...
2007-04-26 Ilpo Järvinen[TCP]: Complete icsk-to-local-variable change (in tcp_e...
2007-04-26 Ilpo Järvinen[TCP]: Add two new spurious RTO responses to FRTO
2007-04-26 Ilpo Järvinen[TCP]: Correct reordering detection change (no FRTO...
2007-04-26 Ilpo Järvinen[TCP]: SACK enhanced FRTO
2007-04-26 Ilpo Järvinen[TCP]: Prevent reordering adjustments during FRTO
2007-04-26 Ilpo Järvinen[TCP] FRTO: Fake cwnd for ssthresh callback
2007-04-26 Ilpo Järvinen[TCP] FRTO: Reverse RETRANS bit clearing logic
2007-04-26 Ilpo Järvinen[TCP] FRTO: Entry is allowed only during (New)Reno...
2007-04-26 Ilpo Järvinen[TCP]: Prevent unrelated cwnd adjustment while using...
2007-04-26 Ilpo Järvinen[TCP] FRTO: frto_counter modulo-op converted to two...
2007-04-26 Ilpo Järvinen[TCP]: Don't enter to fast recovery while using FRTO
2007-04-26 Ilpo Järvinen[TCP] FRTO: Response should reset also snd_cwnd_cnt
2007-04-26 Ilpo Järvinen[TCP] FRTO: fixes fallback to conventional recovery
2007-04-26 Ilpo Järvinen[TCP] FRTO: Ignore some uninteresting ACKs
2007-04-26 Ilpo Järvinen[TCP] FRTO: Use Disorder state during operation instead...
2007-04-26 Ilpo Järvinen[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and...
next