tcp: Revert 'process defer accept as established' changes.
[safe/jmp/linux-2.6] / net / ipv4 / tcp_input.c
2008-06-12 David S. Millertcp: Revert 'process defer accept as established' changes.
2008-06-04 Ilpo Järvinentcp: fix skb vs fack_count out-of-sync condition
2008-06-04 Ilpo Järvinentcp: Fix inconsistency source (CA_Open only when !tcp_l...
2008-05-13 Ilpo Järvinentcp FRTO: work-around inorder receivers
2008-05-13 Ilpo Järvinentcp FRTO: Fix fallback to conventional recovery
2008-05-08 Ilpo Järvinentcp FRTO: SACK variant is errorneously used with NewReno
2008-05-05 Satoru SATOHip: Use inline function dst_metric() instead of direct...
2008-05-02 Harvey Harrisonnet: use get/put_unaligned_* helpers
2008-04-27 Evgeniy Polyakovtcp: Fix slab corruption with ipv6 and tcp6fuzz
2008-04-21 Arnd Hannemanntcp: Make use of before macro in tcp_input.c
2008-04-18 David S. MillerMerge branch 'master' of /linux/kernel/git/torvalds...
2008-04-16 Vitaliy Gusev[TCP]: Add return value indication to tcp_prune_ofo_que...
2008-04-15 Vitaliy Gusev[TCP]: Fix never pruned tcp out-of-order queue.
2008-04-14 YOSHIFUJI Hideaki[TCP]: Format addresses appropriately in debug messages.
2008-04-14 YOSHIFUJI Hideaki[IPV4]: Use NIPQUAD_FMT to format ipv4 addresses.
2008-04-14 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-04-14 Gerrit Renker[SKB]: __skb_append = __skb_queue_after
2008-04-08 Ilpo Järvinen[TCP]: Don't allow FRTO to take place while MTU is...
2008-04-08 Ilpo Järvinen[TCP]: tcp_simple_retransmit can cause S+L
2008-04-08 Ilpo Järvinen[TCP]: Fix NewReno's fast rexmit/recovery problems...
2008-04-08 Ilpo Järvinen[TCP]: Restore 2.6.24 mark_head_lost behavior for newre...
2008-03-21 Patrick McManus[TCP]: TCP_DEFER_ACCEPT updates - process as established
2008-03-06 Harvey Harrisonnet: replace remaining __FUNCTION__ occurrences
2008-03-05 David S. MillerMerge branch 'master' of /linux/kernel/git/davem/net-2.6
2008-03-04 Glenn Griffin[TCP]: Add IPv6 support to TCP SYN cookies
2008-03-03 Ilpo Järvinen[TCP]: Must count fack_count also when skipping
2008-02-01 Ilpo Järvinen[TCP]: NewReno must count every skb while marking losses
2008-01-28 Ilpo Järvinen[TCP]: cleanup tcp_parse_options deep indented switch
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
next