aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2019-10-05net_sched: add max len check for TCA_KINDCong Wang
2019-10-01net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-10-18net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-15net/sched: cls_api: add missing validation of netlink attributesDavide Caratti
2018-10-05net: sched: Add policy validation for tc attributesDavid Ahern
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-02-28net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscsNogah Frankel
2018-02-13net: Convert subsys_initcall() registered pernet_operations from net/schedKirill Tkhai
2018-01-17net: sched: introduce ingress/egress block index attributes for qdiscJiri Pirko
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-16net, sched: fix panic when updating miniq {b,q}statsDaniel Borkmann
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2018-01-02net: sched: Move offload check till after dump callNogah Frankel
2017-12-28net: sched: don't set extack message in case the qdisc will be createdJiri Pirko
2017-12-21net: sch: api: add extack support in qdisc_allocAlexander Aring
2017-12-21net: sch: api: add extack support in qdisc_get_rtabAlexander Aring
2017-12-21net: sched: sch: add extack for graft callbackAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack to change classAlexander Aring
2017-12-21net: sched: sch: add extack for change qdisc opsAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-21net: sched: sch_api: handle generic qdisc errorsAlexander Aring
2017-12-21net: sched: fix coding style issuesAlexander Aring
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-12-08net: sched: pfifo_fast use skb_arrayJohn Fastabend
2017-12-08net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend
2017-12-05net: sched: sch_api: rearrange init handlingAlexander Aring
2017-12-05net: sched: sch_api: fix code style issuesAlexander Aring
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong
2017-08-25net_sched: get rid of more forward declarationsWANG Cong
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng