summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
AgeCommit message (Expand)AuthorLines
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig-13/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-1/+0
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel-1/+6
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai-0/+1
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko-0/+60
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+1
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann-14/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan-1/+0
2018-01-02net: sched: Move offload check till after dump callNogah Frankel-3/+2
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko-3/+1
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring-1/+1
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring-2/+7
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring-1/+2
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack to change classAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring-1/+1
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring-43/+105
2017-12-21net: sched: fix coding style issuesAlexander Aring-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz-0/+2
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend-0/+5
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend-1/+2
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring-41/+47
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring-5/+6
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+2
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang-0/+2
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko-2/+4
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King-2/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2017-08-31net_sched: add reverse binding for tc classCong Wang-2/+66
2017-08-25net_sched: remove tc class reference countingWANG Cong-13/+8
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong-179/+169
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet-3/+3
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet-18/+4
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov-1/+9
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+0
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov-3/+0
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal-6/+6
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena-4/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+2
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng-1/+2
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko-1/+1
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko-48/+0
2017-05-11net: sched: optimize class dumpsEric Dumazet-0/+6
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-6/+9
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger-0/+9
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-5/+5
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina-12/+30