aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/pschedPatrick McHardy1-1/+4
2007-10-10[NET]: sparse warning fixesStephen Hemminger1-1/+1
2007-10-10[PKT_SCHED]: Add stateless NATHerbert Xu3-0/+334
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-3/+3
2007-10-10[NET]: Wrap netdevice hardware header creation.Stephen Hemminger1-1/+4
2007-10-10[NET_SCHED]: explict hold dev tx lockJamal Hadi Salim1-17/+2
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-10-10[NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer4-9/+7
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman4-9/+10
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-0/+12
2007-10-07[PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger1-1/+1
2007-10-01[SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov1-16/+31
2007-09-20[PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov1-5/+5
2007-09-16[PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warningSatyam Sharma1-1/+1
2007-09-14[NET_SCHED] protect action config/dump from irqsJamal Hadi Salim2-6/+6
2007-08-30[NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()Lucas Nussbaum1-1/+1
2007-08-13[PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl1-1/+0
2007-07-31[NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr1-2/+4
2007-07-31[NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy1-5/+12
2007-07-31[NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2-6/+4
2007-07-18[PKT_SCHED]: Some typo fixes in net/sched/KconfigGabriel Craciunescu1-3/+3
2007-07-18[ATM]: Replacing kmalloc/memset combination with kzalloc.vignesh babu1-2/+1
2007-07-15[NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy12-365/+37
2007-07-15[NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy4-50/+69
2007-07-15[NET_SCHED]: sch_dsmark: act_api supportPatrick McHardy1-16/+25
2007-07-15[NET_SCHED]: sch_atm: act_api supportPatrick McHardy1-7/+14
2007-07-15[NET_SCHED]: sch_atm: LindentPatrick McHardy1-236/+232
2007-07-14[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimizationPatrick McHardy1-5/+1
2007-07-11[NET_SCHED]: ematch: module autoloadingPatrick McHardy6-0/+22
2007-07-10[NET_SCHED]: Make HTB scheduler work with TSO.Ranjit Manomohan1-10/+10
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy33-308/+14
2007-07-10[NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy1-61/+24
2007-07-10[NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy5-22/+12
2007-07-10[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy7-60/+0
2007-07-10[SCHED]: Qdisc changes and sch_rr added for multiqueuePeter P Waskiewicz Jr2-15/+125
2007-07-10[CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr1-1/+5
2007-07-10[NET]: qdisc_restart - couple of optimizations.Krishna Kumar1-4/+1
2007-07-10[NET]: qdisc_restart - readability changes plus one bug fix.Krishna Kumar1-81/+86
2007-07-10[NET_SCHED]: Cleanup readability of qdisc restartJamal Hadi Salim1-90/+109
2007-06-07[NET_SCHED]: Fix filter double freePatrick McHardy2-3/+6
2007-06-03[NET]: Fix comparisons of unsigned < 0.Bill Nottingham1-2/+1
2007-06-03[NET]: Make net watchdog timers 1 sec jiffy aligned.Venkatesh Pallipadi1-1/+2
2007-05-24[NET_SCHED]: sch_htb: fix event cache time calculationPatrick McHardy1-2/+3
2007-05-24[NET_SCHED]: Fix qdisc_restart return value when dequeue is emptyHerbert Xu1-1/+1
2007-05-14[NET_SCHED]: prio qdisc boundary conditionJamal Hadi Salim1-1/+1
2007-05-10[NET_SCHED]: Avoid requeue warning on dev_deactivateHerbert Xu1-10/+8
2007-05-10[NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OKHerbert Xu1-0/+1
2007-05-10[NET_SCHED]: Rationalise return value of qdisc_restartHerbert Xu1-10/+11
2007-05-10[NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED caseThomas Graf1-0/+1