aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-10-021-1/+2
* net/ipv4: Eliminate kstrdup memory leakJulia Lawall2010-08-271-2/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris2009-08-141-2/+2
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-021-7/+14
* net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg2008-10-161-2/+2
* tcp: Limit cwnd growth when deferring for GSOJohn Heffner2008-04-291-1/+2
* tcp: Allow send-limited cwnd to grow up to max_burst when gso disabledJohn Heffner2008-04-291-7/+4
* [TCP]: Uninline tcp_is_cwnd_limitedIlpo Järvinen2008-01-281-0/+21
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-1/+1
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-2/+1
* [TCP] slow start: Make comments and code logic clearer.Stephen Hemminger2007-05-171-18/+22
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-7/+7
* [TCP]: Add RFC3742 Limited Slow-Start, controlled by variable sysctl_tcp_max_...John Heffner2007-04-251-9/+22
* [TCP]: Congestion control initialization.Stephen Hemminger2007-04-231-10/+13
* Various typo fixes.Robert P. J. Day2007-02-171-1/+1
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-19/+19
* [TCP]: Allow autoloading of congestion control via setsockopt.Stephen Hemminger2006-12-021-1/+11
* [TCP]: Restrict congestion control choices.Stephen Hemminger2006-12-021-0/+63
* [TCP]: Add tcp_available_congestion_control sysctl.Stephen Hemminger2006-12-021-0/+16
* [TCP]: Set default congestion control when no sysctl.Stephen Hemminger2006-11-011-0/+8
* [TCP]: default congestion control menuStephen Hemminger2006-09-241-1/+1
* [TCP]: Two RFC3465 Appropriate Byte Count fixes.Daikichi Osuga2006-08-291-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [TCP]: Minimum congestion window consolidation.Stephen Hemminger2006-06-171-3/+3
* [TCP]: Fix RFC2465 typo.S P2006-03-281-1/+1
* [TCP]: less inline'sStephen Hemminger2006-01-031-0/+28
* [TCP]: Appropriate Byte Count supportStephen Hemminger2005-11-101-11/+20
* [TCP]: add tcp_slow_start helperStephen Hemminger2005-11-101-6/+5
* [TCP]: fix congestion window update when using TSO deferalStephen Hemminger2005-11-101-1/+1
* [ICSK]: Move TCP congestion avoidance members to icskArnaldo Carvalho de Melo2005-08-291-18/+26
* [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-231-2/+44
* [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-231-0/+195