summaryrefslogtreecommitdiff
path: root/net/sched/sch_sfq.c
Commit message (Expand)AuthorAge
* net: sch: api: add extack support in tcf_block_getAlexander Aring2017-12-21
* net: sched: sch: add extack for block callbackAlexander Aring2017-12-21
* net: sched: sch: add extack for init callbackAlexander Aring2017-12-21
* net_sched: red: Avoid illegal valuesNogah Frankel2017-12-05
* sch_sfq: fix null pointer dereference at timer expirationPaolo Abeni2017-11-28
* net: sched: mark expected switch fall-throughsGustavo A. R. Silva2017-10-22
* net: sched: Convert timers to use timer_setup()Kees Cook2017-10-18
* net: sched: store Qdisc pointer in struct blockJiri Pirko2017-10-16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-01
|\
| * sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-30
* | sched: sfq: drop packets after root qdisc lock is releasedGao Feng2017-08-28
* | net_sched: remove tc class reference countingWANG Cong2017-08-25
|/
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-15
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-06
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-17
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-17
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-08
* net_sched: use setup_deferrable_timerGeliang Tang2017-03-24
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-11
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-10
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-25
* net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-15
* sched: remove qdisc->dropFlorian Westphal2016-06-08
* net_sched: update hierarchical backlog tooWANG Cong2016-02-29
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-27
* net_sched: fix a use-after-free in sfqWANG Cong2015-07-15
* sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-04
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-30
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-30
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-30
* net: rcu-ify tcf_protoJohn Fastabend2014-09-13
* net_sched: sfq: remove unused macroFlorian Westphal2014-09-09
* net: use the new API kvfree()WANG Cong2014-06-05
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-14
* net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-10
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-01
* sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-16
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-09
* net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-12
* net_sched: sfq: extend limitsEric Dumazet2012-01-05
* net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-04
* net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-04
* sch_sfq: dont put new flow at the end of flowsEric Dumazet2012-01-03
* sch_sfq: rehash queues in perturb timerEric Dumazet2011-12-21
* sch_sfq: use skb_flow_dissect()Eric Dumazet2011-11-29
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-01
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-21
* sch_sfq: fix peek() implementationEric Dumazet2011-05-25
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-23
* inet: constify ip headers and in6_addrEric Dumazet2011-04-22