summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_dctcp.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: Add __bpf_kfunc tag to all kfuncsDavid Vernet2023-02-021-6/+6
* tcp: add support for PLB in DCTCPMubashir Adnan Qureshi2022-10-281-1/+22
* bpf: Switch to new kfunc flags infrastructureKumar Kartikeya Dwivedi2022-07-211-10/+10
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-5/+6
* bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-181-8/+10
* bpf: Enable TCP congestion control kfunc from modulesKumar Kartikeya Dwivedi2021-10-051-1/+25
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-111-28/+17
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
* tcp: refactor DCTCP ECN ACK handlingYuchung Cheng2018-10-101-51/+4
* tcp: avoid resetting ACK timer in DCTCPYuchung Cheng2018-08-111-2/+2
* tcp: do not delay ACK in DCTCP upon CE status changeYuchung Cheng2018-07-201-12/+18
* tcp: do not cancel delay-AcK on DCTCP special ACKYuchung Cheng2018-07-201-30/+4
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-131-25/+0
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-131-2/+4
* Revert "dctcp: update cwnd on congestion event"Florian Westphal2016-12-061-8/+1
* tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* dctcp: update cwnd on congestion eventFlorian Westphal2016-11-151-1/+8
* dctcp: avoid bogus doubling of cwnd after lossFlorian Westphal2016-10-311-1/+12
* tcp: return sizeof tcp_dctcp_info in dctcp_get_info()Neal Cardwell2016-06-141-2/+2
* tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
* net: tcp: dctcp_update_alpha() fixes.Eric Dumazet2015-06-101-10/+16
* tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-291-10/+10
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-171-2/+3
* net: tcp: add DCTCP congestion control algorithmDaniel Borkmann2014-09-291-0/+344