summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
...
* | net: sched: pfifo_fast use skb_arrayJohn Fastabend2017-12-081-0/+5
* | net: sched: helpers to sum qlen and qlen for per cpu logicJohn Fastabend2017-12-081-1/+2
* | net: sched: sch_api: rearrange init handlingAlexander Aring2017-12-051-41/+47
* | net: sched: sch_api: fix code style issuesAlexander Aring2017-12-051-5/+6
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-0/+2
|\
| * net_sched: avoid matching qdisc with zero handleCong Wang2017-10-291-0/+2
* | net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko2017-10-161-2/+4
* | net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King2017-09-191-2/+1Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-021-3/+3
|\
| * net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet2017-08-251-3/+3
* | net_sched: add reverse binding for tc classCong Wang2017-08-311-2/+66
* | net_sched: remove tc class reference countingWANG Cong2017-08-261-13/+8Star
* | net_sched: introduce tclass_del_notify()WANG Cong2017-08-261-6/+33
* | net_sched: get rid of more forward declarationsWANG Cong2017-08-261-179/+169Star
* | net: sched: use kvmalloc() for class hash tablesEric Dumazet2017-08-221-18/+4Star
* | 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-161-3/+0Star
|\|
| * net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov2017-08-161-3/+0Star
* | rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-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/+0Star
|/
* net: sched: optimize class dumpsEric Dumazet2017-05-121-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-131-12/+30
* pkt_sched: Remove useless qdisc_stab_lockGao Feng2017-02-171-12/+0Star
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-121-0/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-22/+0Star
* sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko2017-02-101-2/+2
* net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-091-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-081-0/+11
* net sched: stylistic cleanupsJamal Hadi Salim2016-09-201-15/+26
* net: sched: avoid duplicates in qdisc dumpJiri Kosina2016-08-191-4/+10
* net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina2016-08-191-0/+10
* net: sched: convert qdisc linked list to hashtableJiri Kosina2016-08-111-10/+13
* sched: remove NET_XMIT_POLICEDFlorian Westphal2016-06-131-2/+0Star
* net_sched: remove generic throttled managementEric Dumazet2016-06-111-6/+1Star
* net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet2016-06-081-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