summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_metrics.c
Commit message (Expand)AuthorAgeFilesLines
* tcp_metrics: optimize tcp_metrics_flush_all()Eric Dumazet2023-10-031-2/+5
* tcp_metrics: do not create an entry from tcp_init_metrics()Eric Dumazet2023-10-031-1/+1
* tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()Eric Dumazet2023-10-031-5/+4
* tcp_metrics: add missing barriers on deleteEric Dumazet2023-10-031-2/+2
* tcp_metrics: hash table allocation cleanupEric Dumazet2023-08-041-12/+7
* tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopenEric Dumazet2023-08-031-4/+5
* tcp_metrics: annotate data-races around tm->tcpm_netEric Dumazet2023-08-031-4/+7
* tcp_metrics: annotate data-races around tm->tcpm_vals[]Eric Dumazet2023-08-031-9/+14
* tcp_metrics: annotate data-races around tm->tcpm_lockEric Dumazet2023-08-031-2/+4
* tcp_metrics: annotate data-races around tm->tcpm_stampEric Dumazet2023-08-031-6/+13
* tcp_metrics: fix addr_same() helperEric Dumazet2023-08-031-1/+1
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.Kuniyuki Iwashima2022-07-221-4/+4
* tcp: Fix a data-race around sysctl_tcp_nometrics_save.Kuniyuki Iwashima2022-07-221-1/+1
* tcp: Fix data-races around sysctl_tcp_reordering.Kuniyuki Iwashima2022-07-181-1/+2
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-04-061-6/+6
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-1/+1
|\
| * net: Use generic ns_common::countChristian Brauner2020-08-191-1/+1
* | genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
|/
* net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang2019-12-091-4/+9
* tcp: refactor setting the initial congestion windowYuchung Cheng2019-05-011-10/+0
* 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/+1
* 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/+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