nfsd4.1: common slot allocation size calculation
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_{in,out}put.c style
2008-01-28 Ilpo Järvinen[TCP]: Remove TCPCB_URG & TCPCB_AT_TAIL as unnecessary
2008-01-28 Ilpo Järvinen[TCP]: Dropped unnecessary skb/sacked accessing in...
2008-01-28 Ilpo Järvinen[TCP]: Introduce tcp_wnd_end() to reduce line lengths
2008-01-28 Ilpo Järvinen[TCP]: Make invariant check complain about invalid...
2008-01-28 Hideo Aoki[NET] CORE: Introducing new memory accounting interface.
2008-01-28 Ilpo Järvinen[TCP]: Remove seq_rtt ptr from clean_rtx_queue args
2008-01-28 Eric Dumazet[TCP]: Avoid two divides in __tcp_grow_window()
2008-01-28 Ilpo Järvinen[TCP]: Abstract tp->highest_sack accessing & point...
2008-01-28 Ilpo Järvinen[TCP]: Cleanup local variables of clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Add unlikely() to urgent handling in clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Remove duplicated code block from clean_rtx_queue
2008-01-28 Ilpo Järvinen[TCP]: Cong.ctrl modules: remove unused good_ack from...
2008-01-28 Ilpo Järvinen[TCP]: Unite identical code from two seqno split blocks
2008-01-28 Ilpo Järvinen[TCP]: Remove superflucious FLAG_DATA_SACKED
2008-01-28 Ilpo Järvinen[TCP]: Move LOSTRETRANS MIB outside !(L|S) check
2008-01-28 Ilpo Järvinen[TCP]: Two fixes to new sacktag code
2008-01-28 Pavel Emelyanov[NET]: Name magic constants in sock_wake_async()
2008-01-28 Ilpo Järvinen[TCP]: Correct DSACK check placing
2008-01-28 Ilpo Järvinen[TCP]: Rewrite SACK block processing & sack_recv_cache use
2008-01-28 Ilpo Järvinen[TCP]: Earlier SACK block verification & simplify acces...
2008-01-28 Ilpo Järvinen[TCP]: Create tcp_sacktag_one().
2008-01-28 Ilpo Järvinen[TCP]: Prior_fackets can be replaced by highest_sack seq
2008-01-28 Ilpo Järvinen[TCP]: Make lost retrans detection more self-contained
2008-01-28 Ilpo Järvinen[TCP]: Convert highest_sack to sk_buff to allow direct...
2008-01-28 Ilpo Järvinen[TCP]: non-FACK SACK follows conservative SACK loss...
2008-01-28 Ilpo Järvinen[TCP]: Extend reordering detection to cover CA_Loss...
2008-01-28 Ilpo Järvinen[TCP]: Move !in_sack test earlier in sacktag & reorgani...
2007-12-30 Gavin McCullagh[TCP]: use non-delayed ACK for congestion control RTT
2007-12-16 Satoru SATOH[IPV4]: Make tcp_input_metrics() get minimum RTO via...
2007-12-05 Ilpo Järvinen[TCP]: Move prior_in_flight collect to more robust...
2007-12-05 Ilpo Järvinen[TCP] FRTO: Use of existing funcs make code more obviou...
2007-11-14 Ilpo Järvinen[TCP] FRTO: Clear frto_highmark only after process_frto...
2007-11-14 Ilpo Järvinen[TCP]: Make sure write_queue_from does not begin with...
2007-11-14 Ilpo Järvinen[TCP] FRTO: Plug potential LOST-bit leak
2007-11-14 Ilpo Järvinen[TCP] FRTO: Limit snd_cwnd if TCP was application limited
2007-11-11 Ilpo Järvinen[TCP]: Split SACK FRTO flag clearing (fixes FRTO corner...
2007-11-11 Ilpo Järvinen[TCP]: Add unlikely() to sacktag out-of-mem in fragment...
2007-11-11 Ilpo Järvinen[TCP]: Fix reord detection due to snd_una covered holes
2007-11-11 Ilpo Järvinen[TCP]: Consider GSO while counting reord in sacktag
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
next