summaryrefslogtreecommitdiff
path: root/net/sched/sch_atm.c
AgeCommit message (Expand)Author
2021-10-18net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish
2021-10-18net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish
2021-10-18net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-01-22net: sched: Add extack to Qdisc_class_ops.deleteMaxim Mikityanskiy
2020-11-07net: sched: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-07-09net_sched: fix a memory leak in atm_tc_init()Cong Wang
2020-02-29net: sched: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov
2017-12-21net: sch: api: add extack support in qdisc_create_dfltAlexander Aring
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov
2017-08-04net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko
2017-07-01net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: remove internal use of TC_POLICE_*WANG Cong
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2013-07-31net_sched: info leak in atm_tc_dump_class()Dan Carpenter
2012-06-01sch_atm.c: get rid of poinless externAl Viro
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller