summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-151-1/+1
* tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng2017-12-131-4/+1
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | tcp: Namespace-ify sysctl_tcp_nometrics_saveEric Dumazet2017-10-281-3/+1
* | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-191-5/+9
|/
* tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stampEric Dumazet2017-05-171-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-4/+1
* tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-161-143/+4
* tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-071-5/+2
* tcp: remove early retransmitYuchung Cheng2017-01-131-1/+0
* tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-091-1/+0
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-1/+1
* genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+13
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-081-1/+1
|\
| * tcp: convert cached rtt from usec to jiffies when feeding initial rtoKonstantin Khlebnikov2016-02-231-1/+1
* | ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov2016-02-071-1/+2
|/
* net: Add helper function to compare inetpeer addressesDavid Ahern2015-08-281-5/+1
* net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-38/+27
* net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2015-08-281-6/+6
* tcp: add tcp_in_slow_start helperYuchung Cheng2015-07-091-1/+1
* tcp: RFC7413 option support for Fast Open clientDaniel Lee2015-04-071-2/+11
* ipv4: coding style: comparison for equality with NULLIan Morris2015-04-031-1/+1
* netlink: implement nla_get_in_addr and nla_get_in6_addrJiri Benc2015-03-311-2/+2
* netlink: implement nla_put_in_addr and nla_put_in6_addrJiri Benc2015-03-311-8/+8
* tcp: simplify inetpeer_addr_base useJiri Benc2015-03-311-14/+8
* tcp_metrics: fix wrong lockdep annotationsEric Dumazet2015-03-161-12/+8
* tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-131-36/+30
* tcp_metrics: Rewrite tcp_metrics_flush_allEric W. Biederman2015-03-131-10/+11
* tcp_metrics: Remove the unused return code from tcp_metrics_flush_allEric W. Biederman2015-03-131-4/+5
* tcp_metrics: Add a field tcpm_net and verify it matches on lookupEric W. Biederman2015-03-131-5/+19
* tcp_metrics: Mix the network namespace into the hash function.Eric W. Biederman2015-03-131-0/+5
* tcp_metrics: panic when tcp_metrics_init fails.Eric W. Biederman2015-03-131-9/+3
* netlink: make nlmsg_end() and genlmsg_end() voidJohannes Berg2015-01-181-1/+2
* tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa2014-08-141-2/+4
* tcp: don't require root to read tcp_metricsBanerjee, Debabrata2014-07-311-1/+0
* net: use the new API kvfree()WANG Cong2014-06-051-4/+1
* 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-221-9/+5
* 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-171-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
OpenPOWER on IntegriCloud