aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-2/+9
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-13/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel1-1/+6
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai1-0/+1
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko1-0/+60
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-14/+1
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann1-14/+1
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan1-1/+0
2018-01-02net: sched: Move offload check till after dump callNogah Frankel1-3/+2
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko1-3/+1
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring1-1/+1
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring1-2/+7
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/+1
2017-12-21net: sched: sch: add extack to change classAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring1-1/+1
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring1-1/+1
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring1-43/+105
2017-12-21net: sched: fix coding style issuesAlexander Aring1-1/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz1-0/+2
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend1-0/+5
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend1-1/+2
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring1-41/+47
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring1-5/+6
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-2/+4
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King1-2/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-08-31net_sched: add reverse binding for tc classCong Wang1-2/+66
2017-08-25net_sched: remove tc class reference countingWANG Cong1-13/+8
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet1-3/+3
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-1/+9
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-6/+6
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng1-1/+2
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-1/+1
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-48/+0
2017-05-11net: sched: optimize class dumpsEric Dumazet1-0/+6
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-6/+9
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger1-0/+9
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+5