Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0ea97a2d61df729ccce75b00a2fa37d39a508ab6
/
net
/
ipv4
/
tcp_cubic.c
f1722a1
tcp: consolidate congestion control undo functions
by Yuchung Cheng
· 7 years ago
ac35f56
tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stamp
by Eric Dumazet
· 7 years ago
d635fbe
tcp: use tcp_jiffies32 to feed tp->lsndtime
by Eric Dumazet
· 7 years ago
d6ecf32
tcp_cubic: fix typo in module param description
by Chema Gonzalez
· 8 years ago
756ee17
tcp: replace cnt & rtt with struct in pkts_acked()
by Lawrence Brakmo
· 8 years ago
c10d931
tcp: do not assume TCP code is non preemptible
by Eric Dumazet
· 9 years ago
02a1d6e
net: rename NET_{ADD|INC}_STATS_BH()
by Eric Dumazet
· 9 years ago
c2e7204
tcp_cubic: do not set epoch_start in the future
by Eric Dumazet
· 9 years ago
3092752
tcp_cubic: better follow cubic curve after idle period
by Eric Dumazet
· 9 years ago
071d508
tcp: add tcp_in_slow_start helper
by Yuchung Cheng
· 9 years ago
d578e18
tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidance
by Neal Cardwell
· 10 years ago
d6b1a8a
tcp: fix timing issue in CUBIC slope calculation
by Neal Cardwell
· 10 years ago
9cd981d
tcp: fix stretch ACK bugs in CUBIC
by Neal Cardwell
· 10 years ago
e73ebb08
tcp: stretch ACK fixes prep
by Neal Cardwell
· 10 years ago
42eef7a
tcp_cubic: refine Hystart delay threshold
by Eric Dumazet
· 10 years ago
6e3a8a9
tcp_cubic: add SNMP counters to track how effective is Hystart
by Eric Dumazet
· 10 years ago
688d194
tcp: whitespace fixes
by stephen hemminger
· 10 years ago
5f013c9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
2490155
tcp: remove in_flight parameter from cong_avoid() methods
by Eric Dumazet
· 11 years ago
0cda345
tcp_cubic: fix the range of delayed_ack
by Liu Yu
· 11 years ago
740b0f1
tcp: switch rtt estimations to usec resolution
by Eric Dumazet
· 11 years ago
9f9843a7
tcp: properly handle stretch acks in slow start
by Yuchung Cheng
· 11 years ago
cd6b423
tcp: cubic: fix bug in bictcp_acked()
by Eric Dumazet
· 11 years ago
2ed0edf
tcp: cubic: fix overflow error in bictcp_update()
by Eric Dumazet
· 11 years ago
5a45f00
tcp: fix undo after RTO for CUBIC
by Neal Cardwell
· 13 years ago
b9f47a3a
tcp_cubic: limit delayed_ack ratio to prevent divide error
by stephen hemminger
· 14 years ago
c337ffb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b5ccd07
tcp_cubic: fix low utilization of CUBIC with HyStart
by Sangtae Ha
· 14 years ago
2b4636a
tcp_cubic: make the delay threshold of HyStart less sensitive
by Sangtae Ha
· 14 years ago
3b585b3
tcp_cubic: enable high resolution ack time if needed
by stephen hemminger
· 14 years ago
17a6e9f
tcp_cubic: fix clock dependency
by stephen hemminger
· 14 years ago
aac4632
tcp_cubic: make ack train delta value a parameter
by stephen hemminger
· 14 years ago
c54b4b7
tcp_cubic: fix comparison of jiffies
by stephen hemminger
· 14 years ago
a252beb
tcp: mark tcp_congestion_ops read_mostly
by Stephen Hemminger
· 14 years ago
758ce5c
tcp: add helper for AI algorithm
by Ilpo Järvinen
· 16 years ago
ae27e98
[TCP] CUBIC v2.3
by Sangtae Ha
· 16 years ago
6f6d6a1
rename div64_64 to div64_u64
by Roman Zippel
· 17 years ago
6b3d626
[TCP]: TCP cubic v2.2
by Sangtae Ha
· 17 years ago
c3a05c6
[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid
by Ilpo Järvinen
· 17 years ago
35e8694
[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked
by Ilpo Järvinen
· 17 years ago
e7d0c885
[TCP]: cubic - eliminate use of receive time stamp
by Stephen Hemminger
· 17 years ago
30cfd0b
[TCP]: congestion control API pass RTT in microseconds
by Stephen Hemminger
· 17 years ago
1675134
[TCP]: remove unused argument to cong_avoid op
by Stephen Hemminger
· 17 years ago
66e1e3b
[TCP]: Set initial_ssthresh default to zero in Cubic and BIC.
by David S. Miller
· 17 years ago
164891a
[TCP]: Congestion control API update.
by Stephen Hemminger
· 18 years ago
e1c3e7a
[TCP]: cubic update for net-2.6.22
by Stephen Hemminger
· 18 years ago
7e58886
[TCP]: cubic optimization
by Stephen Hemminger
· 18 years ago
c5f5877
[TCP] tcp_cubic: faster cube root
by Stephen Hemminger
· 18 years ago
3927f2e
[NET]: div64_64 consolidate (rev3)
by Stephen Hemminger
· 18 years ago
59758f4
[TCP]: Use read mostly for CUBIC parameters.
by Stephen Hemminger
· 18 years ago
e905a9e
[NET] IPV4: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
2211924
[TCP] cubic: scaling error
by Stephen Hemminger
· 18 years ago
74975d4
[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON
by Alexey Dobriyan
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
72dc5b9
[TCP]: Minimum congestion window consolidation.
by Stephen Hemminger
· 18 years ago
9eb2d62
[TCP] cubic: use Newton-Raphson
by Stephen Hemminger
· 19 years ago
89b3d9a
[TCP] cubic: precompute constants
by Stephen Hemminger
· 19 years ago
df3271f
[TCP] BIC: CUBIC window growth (2.0)
by Stephen Hemminger
· 19 years ago