aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/pkt_sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-12-13[PKT_SCHED]: Keep netem queue running until inner qdisc is emptyPatrick McHardy1-0/+6
2004-11-05[PKT_SCHED]: Remove old estimator code, no longer used.Thomas Graf1-3/+0
2004-10-26[PKT_SCHED]: Inline psched_tod_diffThomas Graf1-1/+12
2004-10-26[PKT_SCHED]: Cleanup cls_set_classThomas Graf1-12/+0
2004-10-26[PKT_SCHED]: Move tc_classify from pkt_cls.h to sch_api.cThomas Graf1-0/+3
2004-10-26[PKT_SCHED]: Transform pkt_sched.h prototypes to be externThomas Graf1-15/+18
2004-10-26[PKT_SCHED]: Remove obsolete definitions in pkt_sched.hThomas Graf1-218/+1
2004-10-25[PKT_SCHED]: Rename TCQ_F_INGRES to TCQ_F_INGRESS.Thomas Graf1-1/+1
2004-10-21[PKT_SCHED]: Add dump_stats class opThomas Graf1-0/+1
2004-10-21[PKT_SCHED]: Add dump_stats qdisc opThomas Graf1-0/+1
2004-10-19[PKT_SCHED]: Replace tc_stats with new gnet_stats in struct QdiscThomas Graf1-1/+4
2004-10-03[PKT_ACT]: Fixup tcf_result updating wrt. tcf_action_exec() calls.David S. Miller1-1/+1
2004-09-27[PKT_SCHED]: Report qdisc parent to userspaceThomas Graf1-0/+1
2004-08-03[PKT_SCHED]: Cache align qdisc data.Stephen Hemminger1-2/+10
2004-08-03[PKT_SCHED]: Use double-linked list for dev->qdisc_listPatrick McHardy1-1/+1
2004-07-28[PKT_SCHED]: de-inline qdiscipline locking functionsStephen Hemminger1-42/+9
2004-07-22[PKT_SCHED]: Make clock source configurablePatrick McHardy1-22/+11
2004-07-22[PKT_SCHED]: Use get_cycles() for PSCHED_CPU clock sourcePatrick McHardy1-35/+16
2004-07-22[PKT_SCHED]: Remove dead timer code.Patrick McHardy1-2/+1
2004-07-05[PKT_SCHED]: Do not embed spinlock in tc_stats structure.David S. Miller1-2/+5
2004-06-29[PKT_SCHED]: Use get_jiffies_64()Stephen Hemminger1-14/+1
2004-06-29[PKT_SCHED]: Eliminate guard from TDIFF_SAFE.Stephen Hemminger1-8/+4
2004-06-29[PKT_SCHED]: Packet scheduler exports.Stephen Hemminger1-19/+0
2004-06-22MergeDavid S. Miller1-4/+81
2004-06-20[NET]: Lockless loopback patch (version 2).Arthur Kepner1-0/+2
2004-06-20[NET]: Fix module refcounting of TC actions.Jamal Hadi Salim1-5/+10
2004-06-15[NET]: Add tc extensions infrastructure.Jamal Hadi Salim1-4/+76
2004-02-20[PKT_SCHED]: Convert to {subsys,module}_initcall(), fix init failure bugs in ...Alexander Viro1-3/+0
2004-01-28[NET_SCHED]: Add HFSC packet scheduler.Patrick McHardy1-0/+3
2003-09-28o NET: move net/802/*.c EXPORT_SYMBOLs from net/netsyms.cArnaldo Carvalho de Melo1-0/+1
2003-08-02[PKT_SCHED]: More reasonable PSCHED_JSCALE for various values of HZ.Alexey Kuznetsov1-4/+8
2003-07-08[NET] Attach inner qdiscs to TBFDmitry Torokhov1-1/+1
2003-04-19[PKT_SCHED]: Proper module refcounting for packet schedulers.David S. Miller1-0/+4
2002-05-22net/sched fixes:Alexey Kuznetsov1-1/+2
2002-03-19Make pkt_sched.h:PSCHED_TDIFF_SAFE behave sane when measuringAlexey Kuznetsov1-2/+2
2002-02-04Import changesetLinus Torvalds1-0/+452