summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cong.c
Commit message (Expand)AuthorAgeFilesLines
* net: Update an existing TCP congestion control algorithm.Kui-Feng Lee2023-03-221-7/+59
* bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-5/+5
* tcp: Add tracepoint for tcp_set_ca_statePing Gan2022-04-071-0/+12
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-9/+9
* tcp: unexport tcp_ca_get_key_by_name and tcp_ca_get_name_by_keyChristoph Hellwig2022-03-111-2/+0
* net: Only allow init netns to set default tcp cong to a restricted algoJonathon Reinhart2021-05-041-0/+4
* tcp: Set INET_ECN_xmit configuration in tcp_reinit_congestion_controlAlexander Duyck2020-11-201-0/+5
* tcp: Simplify tcp_set_congestion_control() load=false caseNeal Cardwell2020-09-101-11/+4
* tcp: simplify tcp_set_congestion_control(): Always reinitializeNeal Cardwell2020-09-101-9/+2
* tcp: Only init congestion control if not initialized alreadyNeal Cardwell2020-09-101-1/+2
* tcp: make sure listeners don't initialize congestion-control stateChristoph Paasch2020-07-091-1/+1
* bpf: tcp: Support tcp_congestion_ops in bpfMartin KaFai Lau2020-01-091-8/+8
* tcp: warn if offset reach the maxlen limit when using snprintfHangbin Liu2019-11-201-0/+6
* tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet2019-07-181-3/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* tcp: Namespace-ify sysctl_tcp_default_congestion_controlStephen Hemminger2017-11-151-40/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-5/+14
|\
| * tcp: fix refcnt leak with ebpf congestion controlSabrina Dubroca2017-08-251-5/+14
* | tcp: fix cwnd undo in Reno and HTCP congestion controlsYuchung Cheng2017-08-061-1/+1
|/
* bpf: Add support for changing congestion controlLawrence Brakmo2017-07-011-10/+22
* tcp: disallow cwnd undo when switching congestion controlYuchung Cheng2017-06-021-0/+1
* tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3
* 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