summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_cong.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-1/+3
|\
| * tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-211-1/+3
* | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-2/+12
|/
* tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-211-1/+1
* tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2015-09-251-2/+10
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-311-3/+6
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-091-3/+1
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-1/+1
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-311-1/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-201-0/+6
|\
| * tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell2015-03-111-0/+6
* | tcp: silence registration messagestephen hemminger2015-02-201-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-12/+20
|\
| * tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-281-4/+6
| * tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-281-6/+9
| * tcp: stretch ACK fixes prepNeal Cardwell2015-01-281-4/+7
* | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-051-16/+81
* | net: tcp: refactor reinitialization of congestion controlDaniel Borkmann2015-01-051-10/+14
|/
* tcp: spelling s/plugable/pluggableFabian Frederick2014-11-041-1/+1
* tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-301-3/+1
* net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-291-24/+22
* tcp: whitespace fixesstephen hemminger2014-09-011-4/+1
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-031-2/+2
* tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2014-05-021-20/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-051-2/+1
|\
| * tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet2014-02-241-2/+1
* | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-131-10/+0
|/
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-30/+17
* tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-051-29/+1
* tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-02-031-4/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-131-1/+1
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* | net: Allow userns root to control ipv4Eric W. Biederman2012-11-181-1/+2
|/
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-021-1/+2
* tcp: fix ABC in tcp_slow_start()Eric Dumazet2012-07-201-2/+3
* tcp: bool conversionsEric Dumazet2012-05-171-3/+3
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-3/+5
* net: Convert printks to pr_<level>Joe Perches2012-03-111-4/+3
* tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2011-11-291-1/+1
* 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