summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: remove tc class reference countingWANG Cong2017-08-251-13/+8
* net_sched: introduce tclass_del_notify()WANG Cong2017-08-251-6/+33
* net_sched: get rid of more forward declarationsWANG Cong2017-08-251-179/+169
* net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4
* net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov2017-08-161-1/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-151-3/+0
|\
| * net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-151-3/+0
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-6/+6
|/
* net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-301-1/+2
|\
| * net: sched: Fix one possible panic when no destroy callbackGao Feng2017-06-291-1/+2
* | net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-1/+1
* | net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-48/+0
|/
* net: sched: optimize class dumpsEric Dumazet2017-05-111-0/+6
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-6/+9
* Subject: net: allow configuring default qdiscstephen hemminger2017-04-171-0/+9
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-5/+5
* net: sched: make default fifo qdiscs appear in the dumpJiri Kosina2017-03-121-12/+30
* pkt_sched: Remove useless qdisc_stab_lockGao Feng2017-02-171-12/+0
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-111-0/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-22/+0
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-101-2/+2
* net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-081-1/+2
* net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet2016-12-051-1/+1
* qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer2016-11-071-0/+11
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-191-15/+26
* net: sched: avoid duplicates in qdisc dumpJiri Kosina2016-08-181-4/+10
* net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina2016-08-181-0/+10
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-101-10/+13
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-121-2/+0
* net_sched: remove generic throttled managementEric Dumazet2016-06-101-6/+1
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-071-10/+11
* net_sched: avoid too many hrtimer_start() callsEric Dumazet2016-05-241-0/+4
* sched: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+4
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-3/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-0/+1
|\
| * net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim2016-02-181-0/+1
* | net_sched: Improve readability of filter processingJamal Hadi Salim2016-02-181-1/+1
|/
* net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet2015-12-151-1/+1
* net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet2015-12-031-9/+18
* net: sched: don't break line in tc_classify loop notificationDaniel Borkmann2015-08-281-5/+4
* net: sched: register noqueue qdiscPhil Sutter2015-08-271-0/+1
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-30/+25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2015-06-241-9/+3
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-4/+6
| |\
| * | net: sched: use counter to break reclassify loopsFlorian Westphal2015-05-131-9/+3
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-221-4/+1
|\ \ \ | |_|/ |/| |
| * | net: sched: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner2015-04-221-4/+1
| |/
* / net_sched: invoke ->attach() after setting dev->qdiscWANG Cong2015-05-271-4/+6
|/
* net_sched: destroy proto tp when all filters are goneCong Wang2015-03-091-5/+9