Commit Graph

80 Commits (66e93e45c09affa407750cc06398492e8b897848)

Author SHA1 Message Date
Ilpo Järvinen 66e93e45c0 [TCP] FRTO: Fake cwnd for ssthresh callback 18 years ago
Ilpo Järvinen d1a54c6a0a [TCP] FRTO: Reverse RETRANS bit clearing logic 18 years ago
Ilpo Järvinen 46d0de4ed9 [TCP] FRTO: Entry is allowed only during (New)Reno like recovery 18 years ago
Ilpo Järvinen 7c9a4a5b67 [TCP]: Prevent unrelated cwnd adjustment while using FRTO 18 years ago
Ilpo Järvinen 94d0ea7786 [TCP] FRTO: frto_counter modulo-op converted to two assignments 18 years ago
Ilpo Järvinen 52c63f1e86 [TCP]: Don't enter to fast recovery while using FRTO 18 years ago
Ilpo Järvinen aa8b6a7ad1 [TCP] FRTO: Response should reset also snd_cwnd_cnt 18 years ago
Ilpo Järvinen 95c4922bf9 [TCP] FRTO: fixes fallback to conventional recovery 18 years ago
Ilpo Järvinen 6408d206c7 [TCP] FRTO: Ignore some uninteresting ACKs 18 years ago
Ilpo Järvinen 7b0eb22b1d [TCP] FRTO: Use Disorder state during operation instead of Open 18 years ago
Ilpo Järvinen 7487c48c4f [TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh 18 years ago
Ilpo Järvinen 30935cf4f9 [TCP] FRTO: Comment cleanup & improvement 18 years ago
Ilpo Järvinen bdaae17da8 [TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c 18 years ago
Ilpo Järvinen 9ead9a1d38 [TCP] FRTO: Separated response from FRTO detection algorithm 18 years ago
Ilpo Järvinen 522e7548a9 [TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit 18 years ago
YOSHIFUJI Hideaki e905a9edab [NET] IPV4: Fix whitespace errors. 18 years ago
Baruch Even 8a3c3a9727 [TCP]: Check num sacks in SACK fast path 18 years ago
Baruch Even 6f74651ae6 [TCP]: Seperate DSACK from SACK fast path 18 years ago
Baruch Even fda03fbb56 [TCP]: Advance fast path pointer for first block only 18 years ago
Baruch Even db3ccdac26 [TCP]: Fix sorting of SACK blocks. 18 years ago
Masayuki Nakagawa fb7e2399ec [TCP]: skb is unexpectedly freed. 18 years ago
Ralf Baechle e16aa207cc [NET]: Memory barrier cleanups 18 years ago
Al Viro b51655b958 [NET]: Annotate __skb_checksum_complete() and friends. 18 years ago
YOSHIFUJI Hideaki cfb6eeb4c8 [TCP]: MD5 Signature Option (RFC2385) support. 18 years ago
Venkat Yekkirala 6b877699c6 SELinux: Return correct context for SO_PEERSEC 18 years ago
David S. Miller 80246ab36e [TCP]: Kill warning in tcp_clean_rtx_queue(). 19 years ago
John Heffner 8ea333eb5d [TCP]: Fix and simplify microsecond rtt sampling 19 years ago
Al Viro 4f3608b787 [TCP] net/ipv4/tcp_input.c: trivial annotations 19 years ago
Al Viro 269bd27e66 [TCP]: struct tcp_sack_block annotations 19 years ago
Alexey Kuznetsov 1ef9696c90 [TCP]: Send ACKs each 2nd received segment. 19 years ago
Herbert Xu ff9b5e0f08 [TCP]: Fix rcv mss estimate for LRO 19 years ago
Brian Haley ab32ea5d8a [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly 19 years ago
Stephen Hemminger b3a8a40da5 [TCP]: Turn ABC off. 19 years ago
Daikichi Osuga 3fdf3f0c99 [TCP]: Two RFC3465 Appropriate Byte Count fixes. 19 years ago
Ilpo Järvinen d254bcdbf2 [TCP]: Fixes IW > 2 cases when TCP is application limited 19 years ago
Jörn Engel 6ab3d5624e Remove obsolete #include <linux/config.h> 19 years ago
Michael Chan b0da853703 [NET]: Add ECN support for TSO 19 years ago
Herbert Xu 7967168cef [NET]: Merge TSO/UFO fields in sk_buff 19 years ago
Stephen Hemminger 72dc5b9225 [TCP]: Minimum congestion window consolidation. 19 years ago
David S. Miller 15986e1aad [TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous 19 years ago
Chris Leech 1a2449a87b [I/OAT]: TCP recv offload to I/OAT 19 years ago
Aki M Nyrhinen 79320d7e14 [TCP]: continued: reno sacked_out count fix 19 years ago
Angelo P. Castellani 8872d8e1c4 [TCP]: reno sacked_out count fix 19 years ago
Adrian Bunk 6c97e72a16 [IPV4]: Possible cleanups. 19 years ago
John Heffner 0e7b13685f [TCP] mtu probing: move tcp-specific data out of inet_connection_sock 19 years ago
John Heffner 5d424d5a67 [TCP]: MTU probing 19 years ago
John Heffner 6fcf9412de [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabled 19 years ago
Kris Katterjohn 09a626600b [NET]: Change some "if (x) BUG();" to "BUG_ON(x);" 19 years ago
Stephen Hemminger 40efc6fa17 [TCP]: less inline's 19 years ago
Arnaldo Carvalho de Melo d83d8461f9 [IP_SOCKGLUE]: Remove most of the tcp specific calls 19 years ago