aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
AgeCommit message (Expand)Author
2007-04-25[TCP] FRTO: Fake cwnd for ssthresh callbackIlpo Järvinen
2007-04-25[TCP] FRTO: Reverse RETRANS bit clearing logicIlpo Järvinen
2007-04-25[TCP] FRTO: Entry is allowed only during (New)Reno like recoveryIlpo Järvinen
2007-04-25[TCP]: Prevent unrelated cwnd adjustment while using FRTOIlpo Järvinen
2007-04-25[TCP] FRTO: frto_counter modulo-op converted to two assignmentsIlpo Järvinen
2007-04-25[TCP]: Don't enter to fast recovery while using FRTOIlpo Järvinen
2007-04-25[TCP] FRTO: Response should reset also snd_cwnd_cntIlpo Järvinen
2007-04-25[TCP] FRTO: fixes fallback to conventional recoveryIlpo Järvinen
2007-04-25[TCP] FRTO: Ignore some uninteresting ACKsIlpo Järvinen
2007-04-25[TCP] FRTO: Use Disorder state during operation instead of OpenIlpo Järvinen
2007-04-25[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthreshIlpo Järvinen
2007-04-25[TCP] FRTO: Comment cleanup & improvementIlpo Järvinen
2007-04-25[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.cIlpo Järvinen
2007-04-25[TCP] FRTO: Separated response from FRTO detection algorithmIlpo Järvinen
2007-04-25[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bitIlpo Järvinen
2007-02-10[NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[TCP]: Check num sacks in SACK fast pathBaruch Even
2007-02-08[TCP]: Seperate DSACK from SACK fast pathBaruch Even
2007-02-08[TCP]: Advance fast path pointer for first block onlyBaruch Even
2007-01-25[TCP]: Fix sorting of SACK blocks.Baruch Even
2007-01-23[TCP]: skb is unexpectedly freed.Masayuki Nakagawa
2006-12-07[NET]: Memory barrier cleanupsRalf Baechle
2006-12-02[NET]: Annotate __skb_checksum_complete() and friends.Al Viro
2006-12-02[TCP]: MD5 Signature Option (RFC2385) support.YOSHIFUJI Hideaki
2006-12-02SELinux: Return correct context for SO_PEERSECVenkat Yekkirala
2006-10-04[TCP]: Kill warning in tcp_clean_rtx_queue().David S. Miller
2006-09-28[TCP]: Fix and simplify microsecond rtt samplingJohn Heffner
2006-09-28[TCP] net/ipv4/tcp_input.c: trivial annotationsAl Viro
2006-09-28[TCP]: struct tcp_sack_block annotationsAl Viro
2006-09-22[TCP]: Send ACKs each 2nd received segment.Alexey Kuznetsov
2006-09-22[TCP]: Fix rcv mss estimate for LROHerbert Xu
2006-09-22[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostlyBrian Haley
2006-09-17[TCP]: Turn ABC off.Stephen Hemminger
2006-08-29[TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga
2006-08-04[TCP]: Fixes IW > 2 cases when TCP is application limitedIlpo Järvinen
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[NET]: Add ECN support for TSOMichael Chan
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu
2006-06-17[TCP]: Minimum congestion window consolidation.Stephen Hemminger
2006-06-17[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluousDavid S. Miller
2006-06-17[I/OAT]: TCP recv offload to I/OATChris Leech
2006-06-11[TCP]: continued: reno sacked_out count fixAki M Nyrhinen
2006-05-16[TCP]: reno sacked_out count fixAngelo P. Castellani
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk
2006-03-20[TCP] mtu probing: move tcp-specific data out of inet_connection_sockJohn Heffner
2006-03-20[TCP]: MTU probingJohn Heffner
2006-02-09[TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabledJohn Heffner
2006-01-09[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn
2006-01-03[TCP]: less inline'sStephen Hemminger
2006-01-03[IP_SOCKGLUE]: Remove most of the tcp specific callsArnaldo Carvalho de Melo