summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cong.c
Commit message (Expand)AuthorAge
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-25
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-06
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-01
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-02
* tcp: memset ca_priv data to 0 properlyWei Wang2017-04-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\
| * tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal2016-11-21
* | tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-21
|/
* tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng2016-09-21
* tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet2015-09-25
* tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann2015-08-31
* tcp: do not slow start when cwnd equals ssthreshYuchung Cheng2015-07-09
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-09
* tcp: fix child sockets to use system default congestion control if not setNeal Cardwell2015-05-31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-03-20
|\
| * tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell2015-03-11
* | tcp: silence registration messagestephen hemminger2015-02-20
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-05
|\
| * tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-28
| * tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-28
| * tcp: stretch ACK fixes prepNeal Cardwell2015-01-28
* | net: tcp: add key management to congestion controlDaniel Borkmann2015-01-05
* | net: tcp: refactor reinitialization of congestion controlDaniel Borkmann2015-01-05
|/
* tcp: spelling s/plugable/pluggableFabian Frederick2014-11-04
* tcp: Change tcp_slow_start function to return voidLi RongQing2014-09-30
* net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal2014-09-29
* tcp: whitespace fixesstephen hemminger2014-09-01
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-03
* tcp: fix cwnd limited checking to improve congestion controlEric Dumazet2014-05-02
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-05
|\
| * tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet2014-02-24
* | tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-13
|/
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-04
* tcp: remove Appropriate Byte Count supportStephen Hemminger2013-02-05
* tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet2013-02-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-12-13
|\
| * treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-19
* | net: Allow userns root to control ipv4Eric W. Biederman2012-11-18
|/
* tcp: Apply device TSO segment limit earlierBen Hutchings2012-08-02
* tcp: fix ABC in tcp_slow_start()Eric Dumazet2012-07-20
* tcp: bool conversionsEric Dumazet2012-05-17
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-12
* net: Convert printks to pr_<level>Joe Perches2012-03-11
* tcp: do not scale TSO segment size with reordering degreeNeal Cardwell2011-11-29
* net/ipv4: Eliminate kstrdup memory leakJulia Lawall2010-08-27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* Networking: use CAP_NET_ADMIN when deciding to call request_moduleEric Paris2009-08-14
* tcp: add helper for AI algorithmIlpo Järvinen2009-03-02