netns xfrm: ipcomp support
[safe/jmp/linux-2.6] / net / ipv4 / tcp_cong.c
2009-08-14 Eric ParisNetworking: use CAP_NET_ADMIN when deciding to call...
2009-03-02 Ilpo Järvinentcp: add helper for AI algorithm
2008-10-16 Johannes Bergnet: Remove CONFIG_KMOD from net/ (towards removing...
2008-04-29 John Heffnertcp: Limit cwnd growth when deferring for GSO
2008-04-29 John Heffnertcp: Allow send-limited cwnd to grow up to max_burst...
2008-01-28 Ilpo Järvinen[TCP]: Uninline tcp_is_cwnd_limited
2008-01-28 Ilpo Järvinen[TCP]: Cong.ctrl modules: remove unused good_ack from...
2007-07-18 Stephen Hemminger[TCP]: remove unused argument to cong_avoid op
2007-05-17 Stephen Hemminger[TCP] slow start: Make comments and code logic clearer.
2007-04-26 Stephen Hemminger[TCP]: Congestion control API update.
2007-04-26 John Heffner[TCP]: Add RFC3742 Limited Slow-Start, controlled by...
2007-04-24 Stephen Hemminger[TCP]: Congestion control initialization.
2007-02-17 Robert P. J. DayVarious typo fixes.
2007-02-11 YOSHIFUJI Hideaki[NET] IPV4: Fix whitespace errors.
2006-12-03 Stephen Hemminger[TCP]: Allow autoloading of congestion control via...
2006-12-03 Stephen Hemminger[TCP]: Restrict congestion control choices.
2006-12-03 Stephen Hemminger[TCP]: Add tcp_available_congestion_control sysctl.
2006-11-01 Stephen Hemminger[TCP]: Set default congestion control when no sysctl.
2006-09-25 Stephen Hemminger[TCP]: default congestion control menu
2006-08-30 Daikichi Osuga[TCP]: Two RFC3465 Appropriate Byte Count fixes.
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-18 Stephen Hemminger[TCP]: Minimum congestion window consolidation.
2006-03-29 S P[TCP]: Fix RFC2465 typo.
2006-01-04 Stephen Hemminger[TCP]: less inline's
2005-11-11 Stephen Hemminger[TCP]: Appropriate Byte Count support
2005-11-11 Stephen Hemminger[TCP]: add tcp_slow_start helper
2005-11-11 Stephen Hemminger[TCP]: fix congestion window update when using TSO...
2005-08-29 Arnaldo Carvalho... [ICSK]: Move TCP congestion avoidance members to icsk
2005-06-24 Stephen Hemminger[TCP]: Allow choosing TCP congestion control via sockopt.
2005-06-23 Stephen Hemminger[TCP]: Add pluggable congestion control algorithm infra...