index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
gen_stats.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Remove the obsolte u64_stats_fetch_*_irq() users (net).
Thomas Gleixner
2022-10-28
1
-8
/
+8
*
net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpu
Zhengchao Shao
2022-08-16
1
-1
/
+1
*
net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.
Sebastian Andrzej Siewior
2021-10-21
1
-6
/
+37
*
net: sched: Allow statistics reads from softirq.
Sebastian Andrzej Siewior
2021-10-19
1
-1
/
+1
*
net: sched: Remove Qdisc::running sequence counter
Ahmed S. Darwish
2021-10-18
1
-22
/
+28
*
net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types
Ahmed S. Darwish
2021-10-18
1
-29
/
+33
*
net: sched: Use _bstats_update/set() instead of raw writes
Ahmed S. Darwish
2021-10-18
1
-4
/
+5
*
net: sched: Protect Qdisc::bstats with u64_stats
Ahmed S. Darwish
2021-10-18
1
-2
/
+12
*
gen_stats: Move remaining users to gnet_stats_add_queue().
Sebastian Andrzej Siewior
2021-10-18
1
-37
/
+2
*
gen_stats: Add gnet_stats_add_queue().
Sebastian Andrzej Siewior
2021-10-18
1
-0
/
+32
*
gen_stats: Add instead Set the value in __gnet_stats_copy_basic().
Sebastian Andrzej Siewior
2021-10-18
1
-13
/
+16
*
docs: networking: convert gen_stats.txt to ReST
Mauro Carvalho Chehab
2020-04-28
1
-1
/
+1
*
net_sched: add TCA_STATS_PKT64 attribute
Eric Dumazet
2019-11-05
1
-2
/
+7
*
net_sched: extend packet counter to 64bit
Eric Dumazet
2019-11-05
1
-2
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
*
Revert: "net: sched: put back q.qlen into a single location"
Paolo Abeni
2019-04-10
1
-0
/
+2
*
net: sched: put back q.qlen into a single location
Eric Dumazet
2019-03-02
1
-2
/
+0
*
net/core: make function ___gnet_stats_copy_basic() static
Wei Yongjun
2018-09-28
1
-1
/
+1
*
net/core: Add new basic hardware counter
Eelco Chaudron
2018-09-24
1
-19
/
+54
*
gen_stats: Fix netlink stats dumping in the presence of padding
Toke Høiland-Jørgensen
2018-07-04
1
-2
/
+14
*
net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mq
John Fastabend
2017-12-08
1
-4
/
+5
*
net_sched: gen_estimator: complete rewrite of rate estimators
Eric Dumazet
2016-12-05
1
-11
/
+9
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-06-10
1
-0
/
+2
|
\
|
*
net_sched: add missing paddattr description
Eric Dumazet
2016-06-08
1
-0
/
+2
*
|
net: sched: fix missing doc annotations
Eric Dumazet
2016-06-08
1
-0
/
+1
*
|
net: sched: do not acquire qdisc spinlock in qdisc/class stats dump
Eric Dumazet
2016-06-07
1
-11
/
+23
|
/
*
sched: align nlattr properly when needed
Nicolas Dichtel
2016-04-26
1
-14
/
+21
*
gen_stats.c: Add description for cpu argument
Luis de Bethencourt
2016-03-20
1
-0
/
+1
*
gen_stats.c: Duplicate xstats buffer for later use
Ignacy Gawędzki
2015-02-19
1
-1
/
+14
*
net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()
WANG Cong
2014-10-07
1
-4
/
+4
*
net: sched: enable per cpu qstats
John Fastabend
2014-09-30
1
-7
/
+48
*
net: sched: restrict use of qstats qlen
John Fastabend
2014-09-30
1
-1
/
+5
*
net: sched: make bstats per cpu and estimator RCU safe
John Fastabend
2014-09-30
1
-5
/
+48
*
net: treewide: Fix typo found in DocBook/networking.xml
Masanari Iida
2014-09-05
1
-1
/
+1
*
net_sched: add 64bit rate estimators
Eric Dumazet
2013-06-11
1
-5
/
+17
*
gen_stats: Stop using NLA_PUT*().
David S. Miller
2012-04-02
1
-1
/
+2
*
net/core: EXPORT_SYMBOL cleanups
Eric Dumazet
2010-07-12
1
-8
/
+6
*
pkt_sched: gen_estimator: Dont report fake rate estimators
Eric Dumazet
2009-10-07
1
-1
/
+7
*
net: restore gnet_stats_basic to previous definition
Eric Dumazet
2009-08-17
1
-3
/
+8
*
[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API
Patrick McHardy
2008-01-28
1
-4
/
+5
*
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
2008-01-28
1
-0
/
+1
*
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
Arnaldo Carvalho de Melo
2007-04-25
1
-2
/
+2
*
[NET] CORE: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-10
1
-1
/
+1
*
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
2005-04-16
1
-0
/
+239