summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* inet: includes a sock_common in request_sockEric Dumazet2013-10-101-3/+5
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-0/+4
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-6/+4Star
* tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-181-1/+3
* tcp: better comments for RTO initiallizationYuchung Cheng2013-09-041-6/+20
* tcp: do not use cached RTT for RTT estimationYuchung Cheng2013-08-301-33/+11Star
* tcp: do not expire TCP fastopen cookiesEric Dumazet2013-05-051-6/+9
* tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet2012-11-161-3/+9
* tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov2012-11-011-1/+1
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-051-13/+341
* tcp: must free metrics at net dismantleEric Dumazet2012-08-091-0/+12
* tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-231-2/+3
* tcp: use hash_32() in tcp_metricsEric Dumazet2012-07-201-15/+10Star
* net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng2012-07-191-3/+13
* net-tcp: Fast Open client - cookie cacheYuchung Cheng2012-07-191-0/+51
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-181-12/+3Star
* tcp: Fix out of bounds access to tcpm_valsAlexander Duyck2012-07-121-1/+1
* tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2012-07-111-5/+131
* tcp: Maintain dynamic metrics in local cache.David S. Miller2012-07-111-93/+462
* tcp: Abstract back handling peer aliveness test into helper function.David S. Miller2012-07-111-0/+10
* tcp: Move dynamnic metrics handling into seperate file.David S. Miller2012-07-111-0/+192