summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfq.c
AgeCommit message (Expand)Author
2020-12-28net: sched: prevent invalid Scell_log shift countRandy Dunlap
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-07-16Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-07net/sched: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-29net: sched: Pass root lock to Qdisc_ops.enqueuePetr Machata
2020-04-27sch_sfq: validate silly quantum valuesEric Dumazet
2019-10-23net/flow_dissector: switch to siphashEric Dumazet
2019-07-17net_sched: unset TCQ_F_CAN_BYPASS when adding filtersCong Wang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2017-12-21net: sch: api: add extack support in tcf_block_getAlexander Aring
2017-12-21net: sched: sch: add extack for block callbackAlexander Aring
2017-12-21net: sched: sch: add extack for init callbackAlexander Aring
2017-12-05net_sched: red: Avoid illegal valuesNogah Frankel
2017-11-28sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni
2017-10-22net: sched: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-08-30sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng
2017-08-25net_sched: remove tc class reference countingWANG Cong
2017-08-15net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov
2017-06-06net: sched: introduce a TRAP control actionJiri Pirko
2017-05-17net: sched: introduce tcf block infractructureJiri Pirko
2017-05-17net: sched: move tc_classify function to cls_api.cJiri Pirko
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-03-24net_sched: use setup_deferrable_timerGeliang Tang
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
2016-06-25net_sched: drop packets after root qdisc lock is releasedEric Dumazet
2016-06-15net_sched: sch_fq: defer skb freeingEric Dumazet
2016-06-08sched: remove qdisc->dropFlorian Westphal
2016-02-29net_sched: update hierarchical backlog tooWANG Cong
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann
2015-07-15net_sched: fix a use-after-free in sfqWANG Cong
2015-05-04sched: Call skb_get_hash_perturb in sch_sfqTom Herbert
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-13net: rcu-ify tcf_protoJohn Fastabend
2014-09-09net_sched: sfq: remove unused macroFlorian Westphal
2014-06-05net: use the new API kvfree()WANG Cong
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane
2013-12-10net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang
2012-04-01pkt_sched: Stop using NLA_PUT*().David S. Miller
2012-03-16sch_sfq: revert dont put new flow at the end of flowsEric Dumazet
2012-02-09net: Make qdisc_skb_cb upper size bound explicit.David S. Miller
2012-01-12net_sched: sfq: add optional RED on top of SFQEric Dumazet
2012-01-05net_sched: sfq: extend limitsEric Dumazet