aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-05-11net: sched: optimize class dumpsEric Dumazet
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-11-07qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim
2016-08-18net: sched: avoid duplicates in qdisc dumpJiri Kosina
2016-08-18net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal
2016-06-10net_sched: remove generic throttled managementEric Dumazet
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet
2016-04-26sched: align nlattr properly when neededNicolas Dichtel
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-18net_sched: Improve readability of filter processingJamal Hadi Salim
2016-02-18net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet
2015-08-28net: sched: don't break line in tc_classify loop notificationDaniel Borkmann
2015-08-27net: sched: register noqueue qdiscPhil Sutter
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal
2015-04-22net: sched: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko
2014-10-21net: sched: initialize bstats syncpSabrina Dubroca
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend
2014-09-26net: sched: use pinned timersEric Dumazet
2014-09-13net: rcu-ify tcf_protoJohn Fastabend
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller