summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_lp.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal2016-11-211-0/+1
* tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo2016-05-111-3/+3
* tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet2014-05-031-3/+2
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-1/+0
* tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev2014-02-131-1/+0
* tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-041-2/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger2011-03-101-1/+1
* net/ipv4: Move && and || to end of previous lineJoe Perches2009-11-231-2/+2
* [TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen2008-01-281-2/+2
* [TCP]: congestion control API pass RTT in microsecondsStephen Hemminger2007-07-311-3/+3
* [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-3/+2
* [TCP]: Congestion control API RTT sampling fixIlpo Järvinen2007-06-151-1/+2
* [TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki2007-04-251-1/+1
* [TCP]: Congestion control API update.Stephen Hemminger2007-04-251-3/+5
* [TCP] tcp-lp: prevent chance for oopsWong Hoi Sing Edison2006-09-281-3/+1
* [TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan2006-09-221-1/+1
* [NET]: Remove unnecessary config.h includes from net/Dave Jones2006-09-221-1/+0
* [TCP] tcp-lp: bug fix for oops in 2.6.18-rc6Wong Hoi Sing Edison2006-09-171-14/+21
* [TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison2006-06-171-0/+338