summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_atm.c
Commit message (Expand)AuthorAgeFilesLines
* net: sch: api: add extack support in qdisc_create_dfltAlexander Aring2017-12-211-2/+3
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-211-2/+4
* net: sched: sch: add extack for graft callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack to change classAlexander Aring2017-12-211-1/+2
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-211-1/+2
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-161-2/+2
* net_sched: remove tc class reference countingWANG Cong2017-08-251-14/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-1/+3
|\
| * net_sched: reset pointers to tcf blocks in classful qdiscs' destructorsKonstantin Khlebnikov2017-08-151-1/+3
* | net: sched: sch_atm: use Qdisc_class_common structureJiri Pirko2017-08-041-6/+6
|/
* net: convert sock.sk_wmem_alloc from atomic_t to refcount_tReshetova, Elena2017-07-011-1/+1
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-8/+19
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+1
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-4/+5
* net_sched: remove internal use of TC_POLICE_*WANG Cong2016-06-151-2/+2
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-121-1/+1
* sched: remove qdisc->dropFlorian Westphal2016-06-081-15/+0
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-1/+2
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-3/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-1/+1
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-1/+1
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-9/+11
* net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-131-2/+1
* net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-07-311-0/+1
* sch_atm.c: get rid of poinless externAl Viro2012-06-011-2/+0
* net_sched: update bstats in dequeue()Eric Dumazet2012-05-101-2/+2
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-8/+13
* net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan2011-06-061-0/+1
* net_sched: cleanupsEric Dumazet2011-01-191-9/+7
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-4/+2
* net_sched: remove the unused parameter of qdisc_create_dflt()Changli Gao2010-10-211-3/+2
* sch_atm: Fix potential NULL deref.David S. Miller2010-09-121-4/+0
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-101-2/+2
* sch_atm: Convert to use standard list_head facilities.David S. Miller2010-07-181-57/+41
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: restore gnet_stats_basic to previous definitionEric Dumazet2009-08-171-1/+1
* pkt_sched: remove unnecessary xchg() in packet schedulersPatrick McHardy2008-11-201-1/+2
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-19/+1
* pkt_sched: Add peek emulation for non-work-conserving qdiscs.Jarek Poplawski2008-10-311-2/+2
* pkt_sched: Use qdisc->ops->peek() instead of ->dequeue() & ->requeue()Jarek Poplawski2008-10-311-4/+7
* pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski2008-10-311-0/+10
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-041-1/+1
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-041-5/+7
* [PATCH] f_count may wrap aroundAl Viro2008-07-261-2/+2
OpenPOWER on IntegriCloud