aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-17Subject: net: allow configuring default qdiscstephen hemminger1-0/+9
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-5/+5
2017-03-12net: sched: make default fifo qdiscs appear in the dumpJiri Kosina1-12/+30
2017-02-17pkt_sched: Remove useless qdisc_stab_lockGao Feng1-12/+0
2017-02-11net_sched: fix error recovery at qdisc creationEric Dumazet1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko1-22/+0
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko1-2/+2
2017-01-08net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn1-1/+2
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet1-1/+1
2016-11-07qdisc: catch misconfig of attaching qdisc to tx_queue_len zero deviceJesper Dangaard Brouer1-0/+11
2016-09-19net sched: stylistic cleanupsJamal Hadi Salim1-15/+26
2016-08-18net: sched: avoid duplicates in qdisc dumpJiri Kosina1-4/+10
2016-08-18net: sched: fix handling of singleton qdiscs with qdisc_hashJiri Kosina1-0/+10
2016-08-10net: sched: convert qdisc linked list to hashtableJiri Kosina1-10/+13
2016-06-12sched: remove NET_XMIT_POLICEDFlorian Westphal1-2/+0
2016-06-10net_sched: remove generic throttled managementEric Dumazet1-6/+1
2016-06-07net: sched: do not acquire qdisc spinlock in qdisc/class stats dumpEric Dumazet1-10/+11
2016-05-24net_sched: avoid too many hrtimer_start() callsEric Dumazet1-0/+4
2016-04-26sched: align nlattr properly when neededNicolas Dichtel1-2/+4
2016-02-29net_sched: update hierarchical backlog tooWANG Cong1-3/+5
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2016-02-18net_sched: Improve readability of filter processingJamal Hadi Salim1-1/+1
2016-02-18net_sched fix: reclassification needs to consider ether protocol changesJamal Hadi Salim1-0/+1
2015-12-15net_sched: make qdisc_tree_decrease_qlen() work for non mqEric Dumazet1-1/+1
2015-12-03net_sched: fix qdisc_tree_decrease_qlen() racesEric Dumazet1-9/+18
2015-08-28net: sched: don't break line in tc_classify loop notificationDaniel Borkmann1-5/+4
2015-08-27net: sched: register noqueue qdiscPhil Sutter1-0/+1
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann1-30/+25
2015-06-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+3
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+6
2015-05-27net_sched: invoke ->attach() after setting dev->qdiscWANG Cong1-4/+6
2015-05-13net: sched: use counter to break reclassify loopsFlorian Westphal1-9/+3
2015-04-22net: sched: Use hrtimer_resolution instead of hrtimer_get_res()Thomas Gleixner1-4/+1
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang1-5/+9
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathJiri Pirko1-1/+1
2014-10-21net: sched: initialize bstats syncpSabrina Dubroca1-1/+1
2014-10-06net: sched: avoid costly atomic operation in fq_dequeue()Eric Dumazet1-2/+3
2014-10-04net: sched: suspicious RCU usage in qdisc_watchdogJohn Fastabend1-0/+2
2014-09-30net: sched: enable per cpu qstatsJohn Fastabend1-2/+10
2014-09-30net: sched: restrict use of qstats qlenJohn Fastabend1-2/+3
2014-09-30net: sched: implement qstat helper routinesJohn Fastabend1-1/+1
2014-09-30net: sched: make bstats per cpu and estimator RCU safeJohn Fastabend1-6/+23
2014-09-26net: sched: use pinned timersEric Dumazet1-2/+2
2014-09-13net: rcu-ify tcf_protoJohn Fastabend1-5/+5
2014-06-11net_sched: drr: warn when qdisc is not work conservingFlorian Westphal1-1/+1
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2014-05-02net: Allow tc changes in user namespacesStéphane Graber1-3/+5
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-3/+3
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4