aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/gen_stats.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-16net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao1-1/+1
2021-10-21net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior1-6/+37
2021-10-19net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior1-1/+1
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-22/+28
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-29/+33
2021-10-18net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish1-4/+5
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-2/+12
2021-10-18gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior1-37/+2
2021-10-18gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior1-0/+32
2021-10-18gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior1-13/+16
2020-04-28docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab1-1/+1
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet1-2/+7
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet1-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-0/+2
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet1-2/+0
2018-09-28net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun1-1/+1
2018-09-24net/core: Add new basic hardware counterEelco Chaudron1-19/+54
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
2017-12-08net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend1-4/+5
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-11/+9
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-06-08net: sched: fix missing doc annotationsEric Dumazet1-0/+1
2016-06-08net_sched: add missing paddattr descriptionEric Dumazet1-0/+2
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-11/+23
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-14/+21
2016-03-20gen_stats.c: Add description for cpu argumentLuis de Bethencourt1-0/+1
2015-02-19gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki1-1/+14
2014-10-07net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong1-4/+4
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-7/+48
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-1/+5
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-5/+48
2014-09-05net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida1-1/+1
2013-06-11net_sched: add 64bit rate estimatorsEric Dumazet1-5/+17
2012-04-02gen_stats: Stop using NLA_PUT*().David S. Miller1-1/+2
2010-07-12net/core: EXPORT_SYMBOL cleanupsEric Dumazet1-8/+6
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet1-1/+7
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-3/+8
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-4/+5
2008-01-28[NET]: Add some acquires/releases sparse annotations.Eric Dumazet1-0/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-2/+2
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+239