aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_atm.c
AgeCommit message (Expand)Author
2020-07-22net_sched: fix a memory leak in atm_tc_init()Cong Wang
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
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski
2008-07-26[PATCH] f_count may wrap aroundAl Viro
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-20net_sched: Add qdisc_enqueue wrapperJussi Kivilinna
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller
2008-07-01net-sched: fix filter destruction in atm/hfsc qdisc destructionPatrick McHardy
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy