index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_input.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TCP]: FRTO undo response falls back to ratehalving one if ECEd
Ilpo Järvinen
2007-04-25
1
-5
/
+6
*
[TCP]: Complete icsk-to-local-variable change (in tcp_enter_cwr)
Ilpo Järvinen
2007-04-25
1
-1
/
+1
*
[TCP]: Add two new spurious RTO responses to FRTO
Ilpo Järvinen
2007-04-25
1
-4
/
+32
*
[TCP]: Correct reordering detection change (no FRTO case)
Ilpo Järvinen
2007-04-25
1
-1
/
+1
*
[TCP]: SACK enhanced FRTO
Ilpo Järvinen
2007-04-25
1
-11
/
+65
*
[TCP]: Prevent reordering adjustments during FRTO
Ilpo Järvinen
2007-04-25
1
-1
/
+2
*
[TCP] FRTO: Fake cwnd for ssthresh callback
Ilpo Järvinen
2007-04-25
1
-1
/
+25
*
[TCP] FRTO: Reverse RETRANS bit clearing logic
Ilpo Järvinen
2007-04-25
1
-12
/
+23
*
[TCP] FRTO: Entry is allowed only during (New)Reno like recovery
Ilpo Järvinen
2007-04-25
1
-4
/
+21
*
[TCP]: Prevent unrelated cwnd adjustment while using FRTO
Ilpo Järvinen
2007-04-25
1
-7
/
+11
*
[TCP] FRTO: frto_counter modulo-op converted to two assignments
Ilpo Järvinen
2007-04-25
1
-2
/
+2
*
[TCP]: Don't enter to fast recovery while using FRTO
Ilpo Järvinen
2007-04-25
1
-0
/
+4
*
[TCP] FRTO: Response should reset also snd_cwnd_cnt
Ilpo Järvinen
2007-04-25
1
-0
/
+1
*
[TCP] FRTO: fixes fallback to conventional recovery
Ilpo Järvinen
2007-04-25
1
-5
/
+9
*
[TCP] FRTO: Ignore some uninteresting ACKs
Ilpo Järvinen
2007-04-25
1
-3
/
+10
*
[TCP] FRTO: Use Disorder state during operation instead of Open
Ilpo Järvinen
2007-04-25
1
-3
/
+3
*
[TCP] FRTO: Consecutive RTOs keep prior_ssthresh and ssthresh
Ilpo Järvinen
2007-04-25
1
-6
/
+14
*
[TCP] FRTO: Comment cleanup & improvement
Ilpo Järvinen
2007-04-25
1
-17
/
+32
*
[TCP] FRTO: Moved tcp_use_frto from tcp.h to tcp_input.c
Ilpo Järvinen
2007-04-25
1
-0
/
+13
*
[TCP] FRTO: Separated response from FRTO detection algorithm
Ilpo Järvinen
2007-04-25
1
-6
/
+10
*
[TCP] FRTO: Incorrectly clears TCPCB_EVER_RETRANS bit
Ilpo Järvinen
2007-04-25
1
-1
/
+1
*
[NET] IPV4: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-58
/
+58
*
[TCP]: Check num sacks in SACK fast path
Baruch Even
2007-02-08
1
-0
/
+5
*
[TCP]: Seperate DSACK from SACK fast path
Baruch Even
2007-02-08
1
-35
/
+31
*
[TCP]: Advance fast path pointer for first block only
Baruch Even
2007-02-08
1
-10
/
+24
*
[TCP]: Fix sorting of SACK blocks.
Baruch Even
2007-01-25
1
-4
/
+5
*
[TCP]: skb is unexpectedly freed.
Masayuki Nakagawa
2007-01-23
1
-2
/
+4
*
[NET]: Memory barrier cleanups
Ralf Baechle
2006-12-07
1
-2
/
+2
*
[NET]: Annotate __skb_checksum_complete() and friends.
Al Viro
2006-12-02
1
-2
/
+2
*
[TCP]: MD5 Signature Option (RFC2385) support.
YOSHIFUJI Hideaki
2006-12-02
1
-0
/
+8
*
SELinux: Return correct context for SO_PEERSEC
Venkat Yekkirala
2006-12-02
1
-0
/
+2
*
[TCP]: Kill warning in tcp_clean_rtx_queue().
David S. Miller
2006-10-04
1
-1
/
+1
*
[TCP]: Fix and simplify microsecond rtt sampling
John Heffner
2006-09-28
1
-8
/
+8
*
[TCP] net/ipv4/tcp_input.c: trivial annotations
Al Viro
2006-09-28
1
-7
/
+7
*
[TCP]: struct tcp_sack_block annotations
Al Viro
2006-09-28
1
-1
/
+1
*
[TCP]: Send ACKs each 2nd received segment.
Alexey Kuznetsov
2006-09-22
1
-0
/
+2
*
[TCP]: Fix rcv mss estimate for LRO
Herbert Xu
2006-09-22
1
-1
/
+1
*
[NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly
Brian Haley
2006-09-22
1
-18
/
+18
*
[TCP]: Turn ABC off.
Stephen Hemminger
2006-09-17
1
-1
/
+1
*
[TCP]: Two RFC3465 Appropriate Byte Count fixes.
Daikichi Osuga
2006-08-29
1
-2
/
+7
*
[TCP]: Fixes IW > 2 cases when TCP is application limited
Ilpo Järvinen
2006-08-04
1
-1
/
+2
*
Remove obsolete #include <linux/config.h>
Jörn Engel
2006-06-30
1
-1
/
+0
*
[NET]: Add ECN support for TSO
Michael Chan
2006-06-29
1
-4
/
+0
*
[NET]: Merge TSO/UFO fields in sk_buff
Herbert Xu
2006-06-23
1
-1
/
+1
*
[TCP]: Minimum congestion window consolidation.
Stephen Hemminger
2006-06-17
1
-2
/
+11
*
[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluous
David S. Miller
2006-06-17
1
-2
/
+0
*
[I/OAT]: TCP recv offload to I/OAT
Chris Leech
2006-06-17
1
-7
/
+67
*
[TCP]: continued: reno sacked_out count fix
Aki M Nyrhinen
2006-06-11
1
-3
/
+1
*
[TCP]: reno sacked_out count fix
Angelo P. Castellani
2006-05-16
1
-0
/
+2
*
[IPV4]: Possible cleanups.
Adrian Bunk
2006-04-14
1
-1
/
+0
[next]