aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_atm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-22net/sched: use tc_qdisc_stats_dump() in qdiscZhengchao Shao1-5/+1
2022-08-25net: sched: delete duplicate cleanup of backlog and qlenZhengchao Shao1-1/+0
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish1-2/+1
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish1-2/+2
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish1-0/+1
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-1/+1
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy1-1/+2
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+4
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang1-4/+4
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-1/+1
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov1-1/+1
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring1-2/+3
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring1-2/+4
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+2
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+2
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko1-2/+2
2017-08-25net_sched: remove tc class reference countingWANG Cong1-14/+16
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov1-1/+3
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko1-6/+6
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko1-0/+1
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-8/+19
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-1/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-0/+1
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet1-4/+5
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong1-2/+2
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-1/+1
2016-06-08sched: remove qdisc->dropFlorian Westphal1-15/+0
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-1/+2
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-1/+1
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-1/+1
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-3/+1
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-1/+1
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-9/+11
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang1-2/+1
2013-07-31net_sched: info leak in atm_tc_dump_class()Dan Carpenter1-0/+1
2012-06-01sch_atm.c: get rid of poinless externAl Viro1-2/+0
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet1-2/+2
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller1-8/+13
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-01-19net_sched: cleanupsEric Dumazet1-9/+7
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet1-4/+2