index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
tcp_metrics.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp_metrics: optimize tcp_metrics_flush_all()
Eric Dumazet
2023-10-03
1
-2
/
+5
*
tcp_metrics: do not create an entry from tcp_init_metrics()
Eric Dumazet
2023-10-03
1
-1
/
+1
*
tcp_metrics: properly set tp->snd_ssthresh in tcp_init_metrics()
Eric Dumazet
2023-10-03
1
-5
/
+4
*
tcp_metrics: add missing barriers on delete
Eric Dumazet
2023-10-03
1
-2
/
+2
*
tcp_metrics: hash table allocation cleanup
Eric Dumazet
2023-08-05
1
-12
/
+7
*
tcp_metrics: fix data-race in tcpm_suck_dst() vs fastopen
Eric Dumazet
2023-08-03
1
-4
/
+5
*
tcp_metrics: annotate data-races around tm->tcpm_net
Eric Dumazet
2023-08-03
1
-4
/
+7
*
tcp_metrics: annotate data-races around tm->tcpm_vals[]
Eric Dumazet
2023-08-03
1
-9
/
+14
*
tcp_metrics: annotate data-races around tm->tcpm_lock
Eric Dumazet
2023-08-03
1
-2
/
+4
*
tcp_metrics: annotate data-races around tm->tcpm_stamp
Eric Dumazet
2023-08-03
1
-6
/
+13
*
tcp_metrics: fix addr_same() helper
Eric Dumazet
2023-08-03
1
-1
/
+1
*
genetlink: start to validate reserved header bytes
Jakub Kicinski
2022-08-29
1
-0
/
+1
*
tcp: Fix data-races around sysctl_tcp_no_ssthresh_metrics_save.
Kuniyuki Iwashima
2022-07-22
1
-4
/
+4
*
tcp: Fix a data-race around sysctl_tcp_nometrics_save.
Kuniyuki Iwashima
2022-07-22
1
-1
/
+1
*
tcp: Fix data-races around sysctl_tcp_reordering.
Kuniyuki Iwashima
2022-07-18
1
-1
/
+2
*
tcp: add accessors to read/set tp->snd_cwnd
Eric Dumazet
2022-04-06
1
-6
/
+6
*
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
2020-12-15
1
-1
/
+1
|
\
|
*
net: Use generic ns_common::count
Christian Brauner
2020-08-19
1
-1
/
+1
*
|
genetlink: move to smaller ops wherever possible
Jakub Kicinski
2020-10-03
1
-3
/
+3
|
/
*
net-tcp: Disable TCP ssthresh metrics cache by default
Kevin(Yudong) Yang
2019-12-10
1
-4
/
+9
*
tcp: refactor setting the initial congestion window
Yuchung Cheng
2019-05-01
1
-10
/
+0
*
tcp: undo initial congestion window on false SYN timeout
Yuchung Cheng
2019-05-01
1
-1
/
+1
*
genetlink: optionally validate strictly/dumps
Johannes Berg
2019-04-27
1
-0
/
+2
*
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
2019-04-27
1
-1
/
+1
*
genetlink: make policy common to family
Johannes Berg
2019-03-22
1
-2
/
+1
*
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
1
-1
/
+1
*
net: Convert atomic_t net::count to refcount_t
Kirill Tkhai
2018-01-15
1
-1
/
+1
*
tcp: pause Fast Open globally after third consecutive timeout
Yuchung Cheng
2017-12-13
1
-4
/
+1
*
tcp: retire FACK loss detection
Yuchung Cheng
2017-11-11
1
-3
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-11-04
1
-0
/
+1
|
\
|
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
|
tcp: Namespace-ify sysctl_tcp_nometrics_save
Eric Dumazet
2017-10-28
1
-3
/
+1
*
|
tcp: batch tcp_net_metrics_exit
Eric Dumazet
2017-09-20
1
-5
/
+9
|
/
*
tcp: use tcp_jiffies32 to feed tp->snd_cwnd_stamp
Eric Dumazet
2017-05-17
1
-1
/
+1
*
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2017-05-09
1
-4
/
+1
*
tcp: remove per-destination timestamp cache
Soheil Hassas Yeganeh
2017-03-17
1
-143
/
+4
*
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov
2017-02-07
1
-5
/
+2
*
tcp: remove early retransmit
Yuchung Cheng
2017-01-14
1
-1
/
+0
*
tcp: do not export tcp_peer_is_proven()
Eric Dumazet
2017-01-09
1
-1
/
+0
*
genetlink: mark families as __ro_after_init
Johannes Berg
2016-10-27
1
-1
/
+1
*
genetlink: statically initialize families
Johannes Berg
2016-10-27
1
-9
/
+13
*
genetlink: no longer support using static family IDs
Johannes Berg
2016-10-27
1
-1
/
+0
*
tcp: make nla_policy const
stephen hemminger
2016-09-01
1
-1
/
+1
*
libnl: nla_put_msecs(): align on a 64-bit area
Nicolas Dichtel
2016-04-24
1
-2
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-03-08
1
-1
/
+1
|
\
|
*
tcp: convert cached rtt from usec to jiffies when feeding initial rto
Konstantin Khlebnikov
2016-02-24
1
-1
/
+1
*
|
ipv4: Namespaceify tcp reordering sysctl knob
Nikolay Borisov
2016-02-07
1
-1
/
+2
|
/
*
net: Add helper function to compare inetpeer addresses
David Ahern
2015-08-28
1
-5
/
+1
*
net: Add set,get helpers for inetpeer addresses
David Ahern
2015-08-28
1
-38
/
+27
*
net: Introduce ipv4_addr_hash and use it for tcp metrics
David Ahern
2015-08-28
1
-6
/
+6
[next]