aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_atm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao1-3/+2
2010-09-12sch_atm: Fix potential NULL deref.David S. Miller1-4/+0
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear1-2/+2
2010-07-18sch_atm: Convert to use standard list_head facilities.David S. Miller1-57/+41
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-08-17net: restore gnet_stats_basic to previous definitionEric Dumazet1-1/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy1-1/+2
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski1-19/+1
2008-10-31pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski1-2/+2
2008-10-31pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski1-4/+7
2008-10-31pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski1-0/+10
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski1-1/+1
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski1-5/+7