aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy1-38/+49
2008-01-28[NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy1-5/+4
2008-01-28[NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev1-2/+2
2008-01-28[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev1-0/+21
2008-01-28[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet1-6/+6
2007-10-10[NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/pschedPatrick McHardy1-1/+4
2007-10-10[NET]: Make the device list and device lookups per namespace.Eric W. Biederman1-5/+5
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman1-1/+2
2007-07-31[NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy1-5/+12
2007-07-15[NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy1-29/+38
2007-07-14[NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimizationPatrick McHardy1-5/+1
2007-07-10[NET_SCHED]: Remove unnecessary includesPatrick McHardy1-12/+0
2007-07-10[NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy1-6/+0
2007-05-03[NET]: Rework dev_base via list_head (v3)Pavel Emelianov1-2/+5
2007-04-25[NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy1-11/+15
2007-04-25[NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy1-19/+3
2007-04-25[NET_SCHED]: qdisc: remove unnecessary memory barriersPatrick McHardy1-2/+0
2007-04-25[NET_SCHED]: Unline tcf_destroyPatrick McHardy1-0/+18
2007-04-25[NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeupStephen Hemminger1-1/+7
2007-04-25[NETEM]: avoid excessive requeuesStephen Hemminger1-0/+3
2007-04-25[PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf1-20/+7
2007-04-25[NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo1-2/+3
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-4/+4
2007-04-25[NET_SCHED]: Fix warningPatrick McHardy1-1/+2
2007-04-25[NET_SCHED]: Export real timer resolution in /proc/net/pschedPatrick McHardy1-1/+1
2007-04-25[NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy1-0/+36
2007-04-25[NET_SCHED]: Use ktime as clocksourcePatrick McHardy1-75/+2
2007-04-25[NET] SCHED: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] mark struct file_operations const 8Arjan van de Ven1-1/+1
2007-02-10[NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki1-9/+9
2006-12-02[PKT_SCHED]: Remove unused exports.Adrian Bunk1-1/+0
2006-12-02[NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)Patrick McHardy1-6/+32
2006-12-02[NET]: net/sched annotations.Al Viro1-1/+1
2006-09-28[NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy1-8/+8
2006-08-04[PKT_SCHED]: Return ENOENT if qdisc module is unavailableJamal Hadi Salim1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-1/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-2/+2
2005-07-05[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocationThomas Graf1-5/+17
2005-07-05[PKT_SCHED]: Cleanup qdisc creation and alignment macrosThomas Graf1-32/+9
2005-06-28[NETLINK]: Missing initializations in dumped dataPatrick McHardy1-0/+2
2005-06-18[NETLINK]: Explicit typingJamal Hadi Salim1-6/+4
2005-05-03[PKT_SCHED]: netetm: adjust parent qlen when duplicatingStephen Hemminger1-0/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1296