summaryrefslogtreecommitdiff
path: root/net/sched/sch_sfq.c
AgeCommit message (Expand)Author
2012-02-06net: 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
2012-01-04net_sched: sfq: always randomize hash perturbationEric Dumazet
2012-01-04net_sched: sfq: fix mem alloc error recoveryEric Dumazet
2012-01-03sch_sfq: dont put new flow at the end of flowsEric Dumazet
2011-12-21sch_sfq: rehash queues in perturb timerEric Dumazet
2011-11-29sch_sfq: use skb_flow_dissect()Eric Dumazet
2011-08-01sch_sfq: fix sfq_enqueue()Eric Dumazet
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker
2011-05-25sch_sfq: fix peek() implementationEric Dumazet
2011-05-23sch_sfq: avoid giving spurious NET_XMIT_CN signalsEric Dumazet
2011-04-22inet: constify ip headers and in6_addrEric Dumazet
2011-02-02sfq: deadlock in error pathstephen hemminger
2011-01-24Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-01-21net_sched: TCQ_F_CAN_BYPASS generalizationEric Dumazet
2011-01-20net_sched: accurate bytes/packets stats/ratesEric Dumazet
2011-01-20net_sched: sfq: allow divisor to be a parameterEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2011-01-10net_sched: factorize qdisc stats handlingEric Dumazet
2010-12-31sfq: fix slot_dequeue_head()Eric Dumazet
2010-12-31sch_sfq: allow big packets and be fairEric Dumazet
2010-12-22sfq: fix sfq class stats handlingEric Dumazet
2010-12-20net_sched: sch_sfq: better struct layoutsEric Dumazet
2010-12-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-20net_sched: sch_sfq: fix allot handlingEric Dumazet
2010-12-20net_sched: sch_sfq: add backlog info in sfq_dump_class_stats()Eric Dumazet
2010-08-19net_sched: sch_sfq: use proto_ports_offset() to support AH messageChangli Gao
2010-08-11pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski
2010-08-10net: Use NET_XMIT_SUCCESS where possible.Ben Greear
2010-08-10pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski
2010-08-07pkt_sched: Fix sch_sfq vs tcf_bind_filter oopsJarek Poplawski
2010-08-04sch_sfq: add sanity check for the packet lengthChangli Gao
2010-04-20net: Fix various endianness glitchesEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-06net_sched: make cls_ops->change and cls_ops->delete optionalPatrick McHardy
2009-06-03net: skb->dst accessorsEric Dumazet
2009-01-08remove lots of double-semicolonsFernando Carrijo
2008-12-21pkt_sched: Annotate uninitialized var in sfq_enqueue()Jarek Poplawski
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski
2008-10-31pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs.Patrick McHardy
2008-09-20net: Use hton[sl]() instead of __constant_hton[sl]() where applicableArnaldo Carvalho de Melo
2008-08-04net_sched: Add qdisc __NET_XMIT_BYPASS flagJarek Poplawski
2008-08-04net_sched: Add qdisc __NET_XMIT_STOLEN flagJarek Poplawski
2008-07-26Revert "pkt_sched: sch_sfq: dump a real number of flows"David S. Miller
2008-07-23pkt_sched: sch_sfq: dump a real number of flowsJarek Poplawski
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy
2008-04-29sch_sfq: use del_timer_sync() in sfq_destroy()Jarek Poplawski