summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_cubic.c
AgeCommit message (Expand)Author
2017-08-06tcp: consolidate congestion control undo functionsYuchung Cheng
2017-05-17tcp: bic, cubic: use tcp_jiffies32 instead of tcp_time_stampEric Dumazet
2017-05-17tcp: use tcp_jiffies32 to feed tp->lsndtimeEric Dumazet
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2016-05-02tcp: do not assume TCP code is non preemptibleEric Dumazet
2016-04-27net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet
2015-09-17tcp_cubic: do not set epoch_start in the futureEric Dumazet
2015-09-10tcp_cubic: better follow cubic curve after idle periodEric Dumazet
2015-07-09tcp: add tcp_in_slow_start helperYuchung Cheng