summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cong.c
AgeCommit message (Expand)Author
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2017-11-15tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-25tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca
2017-08-06tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng
2017-07-01bpf: Add support for changing congestion controlLawrence Brakmo
2017-06-02tcp: disallow cwnd undo when switching congestion controlYuchung Cheng
2017-04-26tcp: memset ca_priv data to 0 properlyWei Wang
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal
2016-11-21tcp: zero ca_priv area when switching cc algorithmsFlorian Westphal
2016-09-21tcp: new CC hook to set sending rate with rate_sample in any CA stateYuchung Cheng
2015-09-25tcp: remove tcp_ecn_make_synack() socket argumentEric Dumazet
2015-08-31tcp: use dctcp if enabled on the route to the initiatorDaniel Borkmann
2015-07-09tcp: do not slow start when cwnd equals ssthreshYuchung Cheng
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng
2015-05-31tcp: fix child sockets to use system default congestion control if not setNeal Cardwell
2015-03-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-03-11tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell
2015-02-20tcp: silence registration messagestephen hemminger
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell
2015-01-05net: tcp: add key management to congestion controlDaniel Borkmann
2015-01-05net: tcp: refactor reinitialization of congestion controlDaniel Borkmann
2014-11-04tcp: spelling s/plugable/pluggableFabian Frederick
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing
2014-09-29net: tcp: assign tcp cong_ops when tcp sk is createdFlorian Westphal
2014-09-01tcp: whitespace fixesstephen hemminger
2014-05-03tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-05-02tcp: fix cwnd limited checking to improve congestion controlEric Dumazet
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-24tcp: reduce the bloat caused by tcp_is_cwnd_limited()Eric Dumazet
2014-02-13tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng
2013-02-05tcp: remove Appropriate Byte Count supportStephen Hemminger
2013-02-03tcp: fix an infinite loop in tcp_slow_start()Eric Dumazet
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2012-11-19treewide: fix typo of "suport" in various comments and KconfigMasanari Iida
2012-11-18net: Allow userns root to control ipv4Eric W. Biederman
2012-08-02tcp: Apply device TSO segment limit earlierBen Hutchings
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet
2012-05-17tcp: bool conversionsEric Dumazet
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches
2012-03-11net: Convert printks to pr_<level>Joe Perches
2011-11-29tcp: do not scale TSO segment size with reordering degreeNeal Cardwell
2010-08-27net/ipv4: Eliminate kstrdup memory leakJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo