summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAge
* net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-15
* tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng2017-12-13
* tcp: retire FACK loss detectionYuchung Cheng2017-11-11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-04
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* | tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2017-10-28
* | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-19
|/
* tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-17
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-16
* tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-07
* tcp: remove early retransmitYuchung Cheng2017-01-13
* tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-09
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* genetlink: statically initialize familiesJohannes Berg2016-10-27
* genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* tcp: make nla_policy conststephen hemminger2016-09-01
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-08
|\
| * tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-02-23
* | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-07
|/
* net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-28
* net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-28
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-28
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-09
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-07
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-03
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-31
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-31
* tcp: simplify inetpeer_addr_base useJiri Benc2015-03-31
* tcp_metrics: fix wrong lockdep annotationsEric Dumazet2015-03-16
* tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-13
* tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman2015-03-13
* tcp_metrics: Remove the unused return code from tcp_metrics_flush_allEric W. Biederman2015-03-13
* tcp_metrics: Add a field tcpm_net and verify it matches on lookupEric W. Biederman2015-03-13
* tcp_metrics: Mix the network namespace into the hash function.Eric W. Biederman2015-03-13
* tcp_metrics: panic when tcp_metrics_init fails.Eric W. Biederman2015-03-13
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-18
* 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-22
* 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