summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1Star
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-261-34/+49
* tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch2014-01-231-24/+40
* tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch2014-01-231-9/+5Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-181-19/+33
|\
| * tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-01-181-19/+32
* | tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch2014-01-101-10/+38
* | tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch2014-01-101-6/+11
* | tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch2014-01-101-0/+6
* | tcp: metrics: Add source-address to tcp-metricsChristoph Paasch2014-01-101-9/+25
* | tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch2014-01-101-36/+36
|/
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1Star
* genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
* net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-11-141-1/+4
* tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-301-2/+3
* 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