summaryrefslogtreecommitdiffstats
path: root/net/sched
Commit message (Expand)AuthorAgeFilesLines
* [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...Patrick McHardy2007-10-101-1/+4
* [NET]: sparse warning fixesStephen Hemminger2007-10-101-1/+1
* [PKT_SCHED]: Add stateless NATHerbert Xu2007-10-103-0/+334
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-3/+3
* [NET]: Wrap netdevice hardware header creation.Stephen Hemminger2007-10-101-1/+4
* [NET_SCHED]: explict hold dev tx lockJamal Hadi Salim2007-10-101-17/+2
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET_SCHED]: Cleanup L2T macros and handle oversized packetsJesper Dangaard Brouer2007-10-104-9/+7
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-104-9/+10
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-1/+2
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-101-0/+12
* [PKT_SCHED] cls_u32: error code isn't been propogated properlyStephen Hemminger2007-10-071-1/+1
* [SFQ]: Remove artificial limitation for queue limit.Alexey Kuznetsov2007-10-011-16/+31
* [PKT_SCHED]: Fix 'SFQ qdisc crashes with limit of 2 packets'Alexey Kuznetsov2007-09-201-5/+5
* [PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warningSatyam Sharma2007-09-161-1/+1
* [NET_SCHED] protect action config/dump from irqsJamal Hadi Salim2007-09-142-6/+6
* [NET_SCHED] sch_prio.c: remove duplicate call of tc_classify()Lucas Nussbaum2007-08-301-1/+1
* [PKT_SCHED]: Clean up duplicate includes in net/sched/Jesper Juhl2007-08-131-1/+0
* [NET]: Fix prio_tune() handling of root qdisc.Peter P Waskiewicz Jr2007-07-311-2/+4
* [NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy2007-07-311-5/+12
* [NET_SCHED]: Fix prio/ingress classification logic errorPatrick McHardy2007-07-312-6/+4
* [PKT_SCHED]: Some typo fixes in net/sched/KconfigGabriel Craciunescu2007-07-181-3/+3
* [ATM]: Replacing kmalloc/memset combination with kzalloc.vignesh babu2007-07-181-2/+1
* [NET_SCHED]: Kill CONFIG_NET_CLS_POLICEPatrick McHardy2007-07-1512-365/+37
* [NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy2007-07-154-50/+69
* [NET_SCHED]: sch_dsmark: act_api supportPatrick McHardy2007-07-151-16/+25
* [NET_SCHED]: sch_atm: act_api supportPatrick McHardy2007-07-151-7/+14
* [NET_SCHED]: sch_atm: LindentPatrick McHardy2007-07-151-236/+232
* [NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimizationPatrick McHardy2007-07-141-5/+1
* [NET_SCHED]: ematch: module autoloadingPatrick McHardy2007-07-116-0/+22
* [NET_SCHED]: Make HTB scheduler work with TSO.Ranjit Manomohan2007-07-101-10/+10
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-1033-308/+14
* [NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy2007-07-101-61/+24
* [NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy2007-07-105-22/+12
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-107-60/+0
* [SCHED]: Qdisc changes and sch_rr added for multiqueuePeter P Waskiewicz Jr2007-07-102-15/+125
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-101-1/+5
* [NET]: qdisc_restart - couple of optimizations.Krishna Kumar2007-07-101-4/+1
* [NET]: qdisc_restart - readability changes plus one bug fix.Krishna Kumar2007-07-101-81/+86
* [NET_SCHED]: Cleanup readability of qdisc restartJamal Hadi Salim2007-07-101-90/+109
* [NET_SCHED]: Fix filter double freePatrick McHardy2007-06-072-3/+6
* [NET]: Fix comparisons of unsigned < 0.Bill Nottingham2007-06-031-2/+1
* [NET]: Make net watchdog timers 1 sec jiffy aligned.Venkatesh Pallipadi2007-06-031-1/+2
* [NET_SCHED]: sch_htb: fix event cache time calculationPatrick McHardy2007-05-241-2/+3
* [NET_SCHED]: Fix qdisc_restart return value when dequeue is emptyHerbert Xu2007-05-241-1/+1
* [NET_SCHED]: prio qdisc boundary conditionJamal Hadi Salim2007-05-141-1/+1
* [NET_SCHED]: Avoid requeue warning on dev_deactivateHerbert Xu2007-05-101-10/+8
* [NET_SCHED]: Reread dev->qdisc for NETDEV_TX_OKHerbert Xu2007-05-101-0/+1
* [NET_SCHED]: Rationalise return value of qdisc_restartHerbert Xu2007-05-101-10/+11
* [NET]: Fix dev->qdisc race for NETDEV_TX_LOCKED caseThomas Graf2007-05-101-0/+1