aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang1-0/+2
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-2/+4
2017-09-18net_sched: use explicit size of struct tcmsg, remove need to declare tcmColin Ian King1-2/+1
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2017-08-31net_sched: add reverse binding for tc classCong Wang1-2/+66
2017-08-25net_sched: remove tc class reference countingWANG Cong1-13/+8
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet1-3/+3
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov1-1/+9
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov1-3/+0
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-6/+6
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena1-4/+4
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng1-1/+2
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko1-1/+1
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko1-48/+0
2017-05-11net: sched: optimize class dumpsEric Dumazet1-0/+6
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-6/+9
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