summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfq.c
Commit message (Expand)AuthorAgeFilesLines
* 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-101-5/+0Star
* net: use the new API kvfree()WANG Cong2014-06-051-6/+1Star
* net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-3/+3
* net_sched: sfq: put sfq_unlink in a do - while loopYang Yingliang2013-12-111-4/+6
* pkt_sched: Stop using NLA_PUT*().David S. Miller2012-04-021-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/+2Star
* net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-131-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/+10Star
* sch_sfq: fix sfq_enqueue()Eric Dumazet2011-08-011-1/+6
* ip: introduce ip_is_fragment helper inline functionPaul Gortmaker2011-06-221-1/+1
* sch_sfq: fix peek() implementationEric Dumazet2011-05-251-13/+1Star
* 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-031-4/+5
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-241-3/+2Star
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-211-3/+2Star
* | net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-221-0/+6
* | net_sched: sfq: allow divisor to be a parameterEric Dumazet2011-01-211-12/+30
* | net_sched: cleanupsEric Dumazet2011-01-201-10/+8Star
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-111-2/+1Star
* sfq: fix slot_dequeue_head()Eric Dumazet2010-12-311-2/+4
* sch_sfq: allow big packets and be fairEric Dumazet2010-12-311-7/+19
* sfq: fix sfq class stats handlingEric Dumazet2010-12-221-5/+11
* net_sched: sch_sfq: better struct layoutsEric Dumazet2010-12-211-98/+162
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-201-12/+8Star
|\
| * net_sched: sch_sfq: fix allot handlingEric Dumazet2010-12-201-12/+8Star
* | net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet2010-12-201-1/+6
|/
* net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao2010-08-201-17/+16Star
* pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski2010-08-111-0/+6
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-101-1/+1
* pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski2010-08-101-0/+6
* pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski2010-08-081-0/+7
* sch_sfq: add sanity check for the packet lengthChangli Gao2010-08-051-9/+20
* net: Fix various endianness glitchesEric Dumazet2010-04-211-5/+5
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-061-7/+0Star
* net: skb->dst accessorsEric Dumazet2009-06-031-1/+1
* remove lots of double-semicolonsFernando Carrijo2009-01-081-1/+1
* pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski2008-12-221-1/+1
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-141-63/+0Star