aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_illinois.c
Commit message (Collapse)AuthorAgeFilesLines
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2017-05-241-1/+0
| | | | | | | | | | | | | | Commit 684bad110757 "tcp: use PRR to reduce cwin in CWR state" removed all calls to min_cwnd, so we can safely remove it. Also, remove tcp_reno_min_cwnd because it was only used for min_cwnd. Signed-off-by: Stanislav Fomichev <stfomichev@yandex-team.ru> Acked-by: Yuchung Cheng <ycheng@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Joe Maples <joe@frap129.org> Conflicts: include/net/tcp.h
* tcp: whitespace fixesstephen hemminger2017-05-241-2/+1
| | | | | | | | | | | | | Fix places where there is space before tab, long lines, and awkward if(){, double spacing etc. Add blank line after declaration/initialization. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Joe Maples <joe@frap129.org> Conflicts: net/ipv4/tcp_probe.c net/ipv4/tcp_vegas.c
* 3.10.75 -> 3.10.76Jan Engelmohr2016-08-261-1/+0
|
* first commitMeizu OpenSource2016-08-151-0/+358