summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_dctcp.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* dctcp: more accurate tracking of packets deliveryEric Dumazet2019-04-121-28/+17Star
* tcp: Ensure DCTCP reacts to lossesKoen De Schepper2019-04-041-18/+18
* tcp: refactor DCTCP ECN ACK handlingYuchung Cheng2018-10-111-51/+4Star
* 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/+4Star
* tcp: remove DELAYED ACK events in DCTCPYuchung Cheng2018-07-141-25/+0Star
* tcp: fix dctcp delayed ACK scheduleYuchung Cheng2018-07-141-2/+4
* Revert "dctcp: update cwnd on congestion event"Florian Westphal2016-12-061-8/+1Star
* tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* dctcp: update cwnd on congestion eventFlorian Westphal2016-11-161-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-151-2/+2
* tcp: allow dctcp alpha to drop to zeroAndrew Shewmaker2015-10-231-1/+1
* net: tcp: dctcp_update_alpha() fixes.Eric Dumazet2015-06-111-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