summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-011-10/+0Star
* tcp: undo initial congestion window on false SYN timeoutYuchung Cheng2019-05-011-1/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* genetlink: make policy common to familyJohannes Berg2019-03-221-2/+1Star
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* 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/+1Star
* tcp: retire FACK loss detectionYuchung Cheng2017-11-111-3/+1Star
* 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/+1Star
* | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-201-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-091-4/+1Star
* tcp: remove per-destination timestamp cacheSoheil Hassas Yeganeh2017-03-171-143/+4Star
* tcp: replace dst_confirm with sk_dst_confirmJulian Anastasov2017-02-071-5/+2Star
* tcp: remove early retransmitYuchung Cheng2017-01-141-1/+0Star
* tcp: do not export tcp_peer_is_proven()Eric Dumazet2017-01-091-1/+0Star
* 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/+0Star
* tcp: make nla_policy conststephen hemminger2016-09-011-1/+1
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-241-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-241-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/+1Star
* net: Add set,get helpers for inetpeer addressesDavid Ahern2015-08-281-38/+27Star
* 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-081-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/+8Star
* tcp_metrics: fix wrong lockdep annotationsEric Dumazet2015-03-161-12/+8Star
* tcp_metrics: Use a single hash table for all network namespaces.Eric W. Biederman2015-03-131-36/+30Star
* 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/+3Star
* 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/+0Star
* 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