summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko2015-01-131-1/+1
* net: sched: initialize bstats syncpSabrina Dubroca2014-10-211-1/+1
* net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet2014-10-061-2/+3
* net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend2014-10-041-0/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-2/+10
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-2/+3
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-1/+1
* net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend2014-09-301-6/+23
* net: sched: use pinned timersEric Dumazet2014-09-261-2/+2
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-5/+5
* net_sched: drr: warn when qdisc is not work conservingFlorian Westphal2014-06-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-121-3/+3
|\
| * net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-3/+3
* | net: Allow tc changes in user namespacesStéphane Graber2014-05-021-3/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-141-3/+4
|\
| * pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-101-3/+4
* | pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-111-0/+2
* | pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-111-4/+2
|/
* net, sch: fix the typo in register_qdisc()Zhi Yong Wu2013-12-311-1/+1
* pkt_sched: set root qdisc before change() in attach_default_qdiscs()Eric Dumazet2013-12-141-1/+4
* pkt_sched: give visibility to mq slave qdiscsEric Dumazet2013-12-091-1/+2
* net_sched: increment drop counters in qdisc_tree_decrease_qlen()Eric Dumazet2013-10-081-0/+3
* qdisc: fix build with !CONFIG_NET_SCHEDstephen hemminger2013-08-311-5/+0
OpenPOWER on IntegriCloud