summaryrefslogtreecommitdiff
path: root/net/sched/sch_api.c
AgeCommit message (Expand)Author
2019-11-06net_sched: check cops->tcf_block in tc_bind_tclass()Cong Wang
2019-10-05net_sched: add max len check for TCA_KINDCong Wang
2018-11-13net: sched: Remove TCA_OPTIONS from policyDavid Ahern
2018-11-04net: sched: Fix for duplicate class dumpPhil Sutter
2018-10-18net: sched: Add policy validation for tc attributesDavid Ahern
2017-10-29net_sched: avoid matching qdisc with zero handleCong Wang
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-31net_sched: add reverse binding for tc classCong Wang
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong
2017-08-25net_sched: get rid of more forward declarationsWANG Cong
2017-08-24net_sched: fix a refcount_t issue with noop_qdiscEric Dumazet
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet
2017-08-16net_sched: call qlen_notify only if child qdisc is emptyKonstantin Khlebnikov
2017-08-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-15net_sched: remove warning from qdisc_hash_addKonstantin Khlebnikov
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-04net, sched: convert Qdisc.refcnt from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-29net: sched: Fix one possible panic when no destroy callbackGao Feng
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
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