summaryrefslogtreecommitdiffstats
path: root/net/core/gen_stats.c
Commit message (Expand)AuthorAgeFilesLines
* net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner2022-10-281-8/+8
* net: sched: fix misuse of qcpu->backlog in gnet_stats_add_queue_cpuZhengchao Shao2022-08-161-1/+1
* net: stats: Read the statistics in ___gnet_stats_copy_basic() instead of adding.Sebastian Andrzej Siewior2021-10-211-6/+37
* net: sched: Allow statistics reads from softirq.Sebastian Andrzej Siewior2021-10-191-1/+1
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-22/+28
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-29/+33
* net: sched: Use _bstats_update/set() instead of raw writesAhmed S. Darwish2021-10-181-4/+5
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-2/+12
* gen_stats: Move remaining users to gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-37/+2
* gen_stats: Add gnet_stats_add_queue().Sebastian Andrzej Siewior2021-10-181-0/+32
* gen_stats: Add instead Set the value in __gnet_stats_copy_basic().Sebastian Andrzej Siewior2021-10-181-13/+16
* docs: networking: convert gen_stats.txt to ReSTMauro Carvalho Chehab2020-04-281-1/+1
* net_sched: add TCA_STATS_PKT64 attributeEric Dumazet2019-11-051-2/+7
* net_sched: extend packet counter to 64bitEric Dumazet2019-11-051-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-101-0/+2
* net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-2/+0
* net/core: make function ___gnet_stats_copy_basic() staticWei Yongjun2018-09-281-1/+1
* net/core: Add new basic hardware counterEelco Chaudron2018-09-241-19/+54
* gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen2018-07-041-2/+14
* net: sched: add support for TCQ_F_NOLOCK subqueues to sch_mqJohn Fastabend2017-12-081-4/+5
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-11/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-101-0/+2
|\
| * net_sched: add missing paddattr descriptionEric Dumazet2016-06-081-0/+2
* | net: sched: fix missing doc annotationsEric Dumazet2016-06-081-0/+1
* | net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-11/+23
|/
* sched: align nlattr properly when neededNicolas Dichtel2016-04-261-14/+21
* gen_stats.c: Add description for cpu argumentLuis de Bethencourt2016-03-201-0/+1
* gen_stats.c: Duplicate xstats buffer for later useIgnacy Gawędzki2015-02-191-1/+14
* net_sched: fix unused variables in __gnet_stats_copy_basic_cpu()WANG Cong2014-10-071-4/+4
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-7/+48
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+5
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-5/+48
* net: treewide: Fix typo found in DocBook/networking.xmlMasanari Iida2014-09-051-1/+1
* net_sched: add 64bit rate estimatorsEric Dumazet2013-06-111-5/+17
* gen_stats: Stop using NLA_PUT*().David S. Miller2012-04-021-1/+2
* net/core: EXPORT_SYMBOL cleanupsEric Dumazet2010-07-121-8/+6
* pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet2009-10-071-1/+7
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-3/+8
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-4/+5
* [NET]: Add some acquires/releases sparse annotations.Eric Dumazet2008-01-281-0/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-2/+2
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+239