summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+1
* 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-291-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/+4
* tcp: fix RTO calculated from cached RTTNeal Cardwell2013-09-171-1/+3
* tcp: better comments for RTO initiallizationYuchung Cheng2013-09-041-6/+20