aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAge
* tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-14
* tcp: don't require root to read tcp_metricsBanerjee, Debabrata2014-07-31
* net: use the new API kvfree()WANG Cong2014-06-05
* tcp: switch rtt estimations to usec resolutionEric Dumazet2014-02-26
* tcp: metrics: Handle v6/v4-mapped sockets in tcp-metricsChristoph Paasch2014-01-23
* tcp: metrics: Fix rcu-race when deleting multiple entriesChristoph Paasch2014-01-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-18
|\
| * tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch2014-01-17
* | tcp: metrics: Allow selective get/del of tcp-metrics based on src IPChristoph Paasch2014-01-10
* | tcp: metrics: Delete all entries matching a certain destinationChristoph Paasch2014-01-10
* | tcp: metrics: New netlink attribute for src IP and dumped in netlink replyChristoph Paasch2014-01-10
* | tcp: metrics: Add source-address to tcp-metricsChristoph Paasch2014-01-10
* | tcp: metrics: rename tcpm_addr to tcpm_daddrChristoph Paasch2014-01-10
|/
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* genetlink: make all genl_ops users constJohannes Berg2013-11-14
* net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-11-14
* tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-29
* inet: includes a sock_common in request_sockEric Dumazet2013-10-10
* net: fix build errors if ipv6 is disabledEric Dumazet2013-10-09
* ipv6: make lookups simpler and fasterEric Dumazet2013-10-09
* tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-17
* tcp: better comments for RTO initiallizationYuchung Cheng2013-09-04
* tcp: do not use cached RTT for RTT estimationYuchung Cheng2013-08-30
* tcp: do not expire TCP fastopen cookiesEric Dumazet2013-05-05
* tcp: handle tcp_net_metrics_init() order-5 memory allocation failuresEric Dumazet2012-11-16
* tcp: Fix double sizeof in new tcp_metrics codeJulian Anastasov2012-11-01
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-10
* tcp: add generic netlink support for tcp_metricsJulian Anastasov2012-09-05
* tcp: must free metrics at net dismantleEric Dumazet2012-08-09
* tcp: avoid oops in tcp_metrics and reset tcpm_stampJulian Anastasov2012-07-23
* tcp: use hash_32() in tcp_metricsEric Dumazet2012-07-20
* net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng2012-07-19
* net-tcp: Fast Open client - cookie cacheYuchung Cheng2012-07-19
* ipv6: add ipv6_addr_hash() helperEric Dumazet2012-07-18
* tcp: Fix out of bounds access to tcpm_valsAlexander Duyck2012-07-11
* tcp: Move timestamps from inetpeer to metrics cache.David S. Miller2012-07-11
* tcp: Maintain dynamic metrics in local cache.David S. Miller2012-07-11
* tcp: Abstract back handling peer aliveness test into helper function.David S. Miller2012-07-10
* tcp: Move dynamnic metrics handling into seperate file.David S. Miller2012-07-10