netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / tcp_cubic.c
2009-03-02 Ilpo Järvinentcp: add helper for AI algorithm
2008-11-02 Sangtae Ha[TCP] CUBIC v2.3
2008-05-01 Roman Zippelrename div64_64 to div64_u64
2008-03-04 Sangtae Ha[TCP]: TCP cubic v2.2
2008-01-28 Ilpo Järvinen[TCP]: Cong.ctrl modules: remove unused good_ack from...
2007-10-10 Ilpo Järvinen[TCP]: Remove num_acked>0 checks from cong.ctrl mods...
2007-07-31 Stephen Hemminger[TCP]: cubic - eliminate use of receive time stamp
2007-07-31 Stephen Hemminger[TCP]: congestion control API pass RTT in microseconds
2007-07-18 Stephen Hemminger[TCP]: remove unused argument to cong_avoid op
2007-06-13 David S. Miller[TCP]: Set initial_ssthresh default to zero in Cubic...
2007-04-26 Stephen Hemminger[TCP]: Congestion control API update.
2007-04-26 Stephen Hemminger[TCP]: cubic update for net-2.6.22
2007-04-26 Stephen Hemminger[TCP]: cubic optimization
2007-04-26 Stephen Hemminger[TCP] tcp_cubic: faster cube root
2007-04-26 Stephen Hemminger[NET]: div64_64 consolidate (rev3)
2007-02-12 Stephen Hemminger[TCP]: Use read mostly for CUBIC parameters.
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-10-26 Stephen Hemminger[TCP] cubic: scaling error
2006-09-22 Alexey Dobriyan[TCP] Congestion control (modulo lp, bic): use BUILD_BUG_ON
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Stephen Hemminger[TCP]: Minimum congestion window consolidation.
2006-01-03 Stephen Hemminger[TCP] cubic: use Newton-Raphson
2006-01-03 Stephen Hemminger[TCP] cubic: precompute constants
2006-01-03 Stephen Hemminger[TCP] BIC: CUBIC window growth (2.0)