Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2017-05-17tcp: switch TCP TS option (RFC 7323) to 1ms clockEric Dumazet
2017-05-17tcp_lp: cache tcp_time_stampEric Dumazet
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet
2016-11-21tcp: make undo_cwnd mandatory for congestion modulesFlorian Westphal
2016-05-11tcp: replace cnt & rtt with struct in pkts_acked()Lawrence Brakmo
2014-05-04tcp: remove in_flight parameter from cong_avoid() methodsEric Dumazet
2014-02-27tcp: switch rtt estimations to usec resolutionEric Dumazet
2014-02-14tcp: remove unused min_cwnd member of tcp_congestion_opsStanislav Fomichev
2013-11-05tcp: properly handle stretch acks in slow startYuchung Cheng
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-10tcp: mark tcp_congestion_ops read_mostlyStephen Hemminger
2009-11-23net/ipv4: Move && and || to end of previous lineJoe Perches
2008-01-29[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoidIlpo Järvinen
2007-07-31[TCP]: congestion control API pass RTT in microsecondsStephen Hemminger
2007-07-18[TCP]: remove unused argument to cong_avoid opStephen Hemminger
2007-06-16[TCP]: Congestion control API RTT sampling fixIlpo Järvinen
2007-04-26[TCP]: Fix linkage errors on i386.YOSHIFUJI Hideaki
2007-04-26[TCP]: Congestion control API update.Stephen Hemminger
2006-09-29[TCP] tcp-lp: prevent chance for oopsWong Hoi Sing Edison
2006-09-23[TCP] tcp_lp: use BUILD_BUG_ONAlexey Dobriyan
2006-09-23[NET]: Remove unnecessary config.h includes from net/Dave Jones
2006-09-18[TCP] tcp-lp: bug fix for oops in 2.6.18-rc6Wong Hoi Sing Edison
2006-06-18[TCP]: TCP Low Priority congestion controlWong Hoi Sing Edison