aboutsummaryrefslogtreecommitdiff
path: root/net/sched
AgeCommit message (Expand)Author
2005-08-29[NET]: Kill skb->tc_classidPatrick McHardy
2005-08-23[PKT_SCHED]: Fix missing qdisc_destroy() in qdisc_create_dflt()Thomas Graf
2005-07-24[EMATCH]: Remove feature ifdefs in meta ematch.Patrick McHardy
2005-07-22[PKT_SCHED]: em_meta: Kill TCF_META_ID_{INDEV,SECURITY,TCVERDICT}David S. Miller
2005-07-22[PKT_SCHED]: Kill TCF_META_ID_REALDEV from meta ematch.David S. Miller
2005-07-18[EMATCH]: Kill TCF_META_ID_TCCLASSID reference from meta ematch as well.David S. Miller
2005-07-18[PKT_SCHED]: Reduce branch mispredictions in pfifo_fast_dequeueThomas Graf
2005-07-18[PKT_SCHED]: Remove debugging leftover from textsearch ematchThomas Graf
2005-07-11[NET]: move config options out to individual protocolsSam Ravnborg
2005-07-08[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()David S. Miller
2005-07-05[PKT_SCHED]: Blackhole queueing disciplineThomas Graf
2005-07-05[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocationThomas Graf
2005-07-05[PKT_SCHED]: Cleanup qdisc creation and alignment macrosThomas Graf
2005-07-05[NET]: Remove unused security member in sk_buffThomas Graf
2005-06-28[NETLINK]: Missing padding fields in dumped structuresPatrick McHardy
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy
2005-06-24[PKT_SCHED]: Make TEXTSEARCH* options only selected.David S. Miller
2005-06-23[PKT_SCHED]: Make NET_EMATCH_TEXT select TEXTSEARChDavid S. Miller
2005-06-23[PKT_SCHED]: Packet classification based on textsearch (ematch)Thomas Graf
2005-06-18[PKT_SCHED]: noop/noqueue qdisc style cleanupsThomas Graf
2005-06-18[PKT_SCHED]: Cleanup pfifo_fast qdisc and remove unnecessary codeThomas Graf
2005-06-18[PKT_SCHED]: Add and use prio2list() in the pfifo_fast qdiscThomas Graf
2005-06-18[PKT_SCHED]: Transform pfifo_fast to use generic queue management interfaceThomas Graf
2005-06-18[PKT_SCHED]: Cleanup fifo qdisc and remove unnecessary codeThomas Graf
2005-06-18[PKT_SCHED]: Transform fifo qdisc to use generic queue management interfaceThomas Graf
2005-06-18[NETLINK]: Explicit typingJamal Hadi Salim
2005-06-18[PKT_SCHED]: Logic simplifications and codingstyle/whitespace cleanupsThomas Graf
2005-06-18[PKT_SCHED]: Make dsmark use the new dumping macrosThomas Graf
2005-06-18[PKT_SCHED]: Fix dsmark to apply changes consistentThomas Graf
2005-06-13[NET]: Move the netdev list to vger.kernel.org.Ralf Baechle
2005-06-08[PKT_SCHED]: Fix numeric comparison in meta ematchThomas Graf
2005-06-08[PKT_SCHED]: Dump classification result for basic classifierThomas Graf
2005-06-08[PKT_SCHED]: Allow socket attributes to be matched on via meta ematchThomas Graf
2005-06-08[PKT_SCHED]: Fix typo in NET_EMATCH_STACK help textThomas Graf
2005-05-31[PKT_SCHED]: Disable dsmark debugging messages by defaultThomas Graf
2005-05-31[PKT_SCHED]: make dsmark try using pfifo instead of noop while graftingThomas Graf
2005-05-31[PKT_SCHED]: Fix dsmark to count ignored indices while walkingThomas Graf
2005-05-26[PKT_SCHED] netem: allow random reordering (with fix)Stephen Hemminger
2005-05-26[PKT_SCHED] netem: use only inner qdisc -- no private skbuff queueStephen Hemminger
2005-05-26[PKT_SCHED]: netem: reinsert for duplicationStephen Hemminger
2005-05-03[PKT_SCHED]: Action repeatJ Hadi Salim
2005-05-03[PKT_SCHED]: netetm: adjust parent qlen when duplicatingStephen Hemminger
2005-05-03[PKT_SCHED]: netetm: make qdisc friendly to outer disciplinesStephen Hemminger
2005-05-03[PKT_SCHED]: netetm: trap infinite loop hange on qlen underflowStephen Hemminger
2005-05-03[NET]: Disable queueing when carrier is lost.Tommy S. Christensen
2005-05-03[PKT_SCHED]: HTB: Drop packet when direct queue is fullAsim Shankar
2005-05-03[PKT_SCHED]: fix typo on KconfigLucas Correia Villa Real
2005-04-25[PKT_SCHED]: Eliminate unnecessary includes in simple.cDavid S. Miller
2005-04-24[PKT_SCHED]: improve hashing performance of cls_fwThomas Graf
2005-04-24[PKT_SCHED]: Introduce simple actions.Jamal Hadi Salim