aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_gred.c
Commit message (Expand)AuthorAgeFilesLines
* net_sched: gred: Fix oops in gred_dump() in WRED modeDavid Ward2012-04-271-5/+2
* sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet2012-01-061-1/+1
* net_sched: cleanupsEric Dumazet2011-01-191-43/+42
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski2008-11-131-21/+0
* pkt_sched: Add qdisc->ops->peek() implementation.Jarek Poplawski2008-10-311-0/+1
* net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna2008-07-201-6/+6
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-081-1/+1
* netlink: Improve returned error codesThomas Graf2008-06-031-1/+2
* [NET_SCHED]: Use nla_policy for attribute validation in packet schedulersPatrick McHardy2008-01-281-6/+10
* [NET_SCHED]: Propagate nla_parse return valuePatrick McHardy2008-01-281-3/+13
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-27/+32
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-281-1/+1
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-1/+0
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-2/+2
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PKT_SCHED]: (G)RED: Introduce hard droppingThomas Graf2005-11-051-1/+7
* [PKT_SCHED]: GRED: Support ECN markingThomas Graf2005-11-051-4/+21
* [PKT_SCHED]: GRED: Fix restart of idle period in WRED mode upon dequeue and dropThomas Graf2005-11-051-2/+2
* [PKT_SCHED]: GRED: Cleanup and remove unnecessary codeThomas Graf2005-11-051-69/+31
* [PKT_SCHED]: GRED: Remove auto-creation of default VQThomas Graf2005-11-051-9/+0
* [PKT_SCHED]: GRED: Dont abuse default VQ for equalizingThomas Graf2005-11-051-17/+20
* [PKT_SCHED]: GRED: Remove initd flagThomas Graf2005-11-051-14/+1
* [PKT_SCHED]: GRED: Improve error handling and messagesThomas Graf2005-11-051-24/+44
* [PKT_SCHED]: GRED: Introduce tc_index_to_dp()Thomas Graf2005-11-051-9/+18
* [PKT_SCHED]: GRED: Use generic queue management interfaceThomas Graf2005-11-051-23/+9
* [PKT_SCHED]: GRED: Report congestion related drops as NET_XMIT_CNThomas Graf2005-11-051-2/+7
* [PKT_SCHED]: GRED: Do not reset statistics in gred_reset/gred_changeThomas Graf2005-11-051-9/+0
* [PKT_SCHED]: GRED: Use new generic red interfaceThomas Graf2005-11-051-133/+91
* [PKT_SCHED]: GRED: Use central VQ change procedureThomas Graf2005-11-051-89/+84
* [PKT_SCHED]: GRED: Report out-of-bound DPs as illegalThomas Graf2005-11-051-6/+3
* [PKT_SCHED]: GRED: Use a central table definition change procedureThomas Graf2005-11-051-52/+61
* [PKT_SCHED]: GRED: Dump table definitionThomas Graf2005-11-051-0/+6
* [PKT_SCHED]: GRED: Cleanup dumpingThomas Graf2005-11-051-58/+34
* [PKT_SCHED]: GRED: Transform grio to GRED_RIO_MODEThomas Graf2005-11-051-8/+28
* [PKT_SCHED]: GRED: Cleanup equalize flag and add new WRED mode detectionThomas Graf2005-11-051-22/+65
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+630