aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_sfq.c
Commit message (Expand)AuthorAge
* 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
* sfq: deadlock in error pathstephen hemminger2011-02-02
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-01-24
|\
| * net_sched: accurate bytes/packets stats/ratesEric Dumazet2011-01-21
* | net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet2011-01-21
* | net_sched: sfq: allow divisor to be a parameterEric Dumazet2011-01-20
* | net_sched: cleanupsEric Dumazet2011-01-20
|/
* net_sched: factorize qdisc stats handlingEric Dumazet2011-01-10
* sfq: fix slot_dequeue_head()Eric Dumazet2010-12-31
* sch_sfq: allow big packets and be fairEric Dumazet2010-12-31
* sfq: fix sfq class stats handlingEric Dumazet2010-12-22
* net_sched: sch_sfq: better struct layoutsEric Dumazet2010-12-21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-20
|\
| * net_sched: sch_sfq: fix allot handlingEric Dumazet2010-12-20
* | net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet2010-12-20
|/
* net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao2010-08-19
* pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski2010-08-11
* net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-10
* pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski2010-08-10
* pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski2010-08-08
* sch_sfq: add sanity check for the packet lengthChangli Gao2010-08-05
* net: Fix various endianness glitchesEric Dumazet2010-04-20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy2009-09-06
* net: skb->dst accessorsEric Dumazet2009-06-03
* remove lots of double-semicolonsFernando Carrijo2009-01-08
* pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski2008-12-21
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-14
* pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy2008-10-31
* net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo2008-09-21
* net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski2008-08-05
* net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski2008-08-05
* Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller2008-07-26
* pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski2008-07-24
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-20
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-08
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-01
* sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski2008-04-29
* [NET_SCHED]: sch_sfq: make internal queues visible as classesPatrick McHardy2008-01-31
* [NET_SCHED]: sch_sfq: add support for external classifiersPatrick McHardy2008-01-31
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-28
* [PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger2008-01-28
* [PKT_SCHED] SFQ: use net_randomStephen Hemminger2008-01-28
* [PKT_SCHED] SFQ: timer is deferrableStephen Hemminger2008-01-28
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-28
* [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-28
* [SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov2007-10-02
* [PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov2007-09-20