summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cong.c
AgeCommit message (Expand)Author
2023-03-22net: Update an existing TCP congestion control algorithm.Kui-Feng Lee
2023-02-02bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet
2022-04-07tcp: Add tracepoint for tcp_set_ca_statePing Gan
2022-04-06tcp: add accessors to read/set tp->snd_cwndEric Dumazet
2022-03-11tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_keyChristoph Hellwig
2021-05-04net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart
2020-11-20tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck
2020-09-10tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell
2020-09-10tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell
2020-09-10tcp: Only init congestion control if not initialized alreadyNeal Cardwell
2020-07-09tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch
2020-01-09bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau
2019-11-20tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu
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