summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfq.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-3/+3
|\
| * sch_sfq: fix null pointer dereference on init failureNikolay Aleksandrov2017-08-301-3/+3
* | sched: sfq: drop packets after root qdisc lock is releasedGao Feng2017-08-281-7/+13
* | net_sched: remove tc class reference countingWANG Cong2017-08-251-5/+4
|/
* net_sched/sfq: update hierarchical backlog when drop packetKonstantin Khlebnikov2017-08-151-1/+4
* net: sched: introduce a TRAP control actionJiri Pirko2017-06-061-0/+1
* net: sched: introduce tcf block infractructureJiri Pirko2017-05-171-5/+10
* net: sched: move tc_classify function to cls_api.cJiri Pirko2017-05-171-1/+1
* treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko2017-05-081-5/+1
* net_sched: use setup_deferrable_timerGeliang Tang2017-03-241-3/+2
* net_sched: fix error recovery at qdisc creationEric Dumazet2017-02-111-1/+2
* sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2017-02-101-0/+1
* net_sched: drop packets after root qdisc lock is releasedEric Dumazet2016-06-251-4/+4
* net_sched: sch_fq: defer skb freeingEric Dumazet2016-06-151-1/+1
* sched: remove qdisc->dropFlorian Westphal2016-06-081-1/+0
* net_sched: update hierarchical backlog tooWANG Cong2016-02-291-7/+9
* net: sched: consolidate tc_classify{,_compat}Daniel Borkmann2015-08-271-1/+1
* net_sched: fix a use-after-free in sfqWANG Cong2015-07-151-1/+1
* sched: Call skb_get_hash_perturb in sch_sfqTom Herbert2015-05-041-25/+2
* net: sched: enable per cpu qstatsJohn Fastabend2014-09-301-1/+1
* net: sched: restrict use of qstats qlenJohn Fastabend2014-09-301-1/+1
* net: sched: implement qstat helper routinesJohn Fastabend2014-09-301-8/+9
* net: rcu-ify tcf_protoJohn Fastabend2014-09-131-4/+7
* net_sched: sfq: remove unused macroFlorian Westphal2014-09-091-5/+0
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-141-3/+3
* net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-101-4/+6
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-011-1/+2
* sch_sfq: revert dont put new flow at the end of flowsEric Dumazet2012-03-161-1/+5
* net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-3/+2
* net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-16/+130
* net_sched: sfq: extend limitsEric Dumazet2012-01-051-58/+117
* net_sched: sfq: always randomize hash perturbationEric Dumazet2012-01-041-6/+6
* net_sched: sfq: fix mem alloc error recoveryEric Dumazet2012-01-041-19/+33
* sch_sfq: dont put new flow at the end of flowsEric Dumazet2012-01-031-1/+1
* sch_sfq: rehash queues in perturb timerEric Dumazet2011-12-211-6/+81
* sch_sfq: use skb_flow_dissect()Eric Dumazet2011-11-291-55/+10
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-011-1/+6
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-211-1/+1
* sch_sfq: fix peek() implementationEric Dumazet2011-05-251-13/+1
* sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet2011-05-231-2/+6
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-1/+1
* sfq: deadlock in error pathstephen hemminger2011-02-021-4/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-3/+2
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-201-3/+2
* | net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-211-0/+6
* | net_sched: sfq: allow divisor to be a parameterEric Dumazet2011-01-201-12/+30
* | net_sched: cleanupsEric Dumazet2011-01-191-10/+8
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-101-2/+1
* sfq: fix slot_dequeue_head()Eric Dumazet2010-12-311-2/+4
OpenPOWER on IntegriCloud