summaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-011-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-171-0/+3
|\
| * [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski2008-04-141-0/+3
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-5/+5
|/
* [NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy2008-01-281-1/+2
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-281-2/+2
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-281-38/+49
* [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy2008-01-281-5/+4
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-281-2/+2
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-281-0/+21
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-281-6/+6
* [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...Patrick McHardy2007-10-101-1/+4
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-5/+5
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-1/+2
* [NET]: Fix sch_api to properly set sch->parent on the root.Patrick McHardy2007-07-311-5/+12
* [NET_SCHED]: act_api: qdisc internal reclassify supportPatrick McHardy2007-07-151-29/+38
* [NET_SCHED]: Revert "avoid transmit softirq on watchdog wakeup" optimizationPatrick McHardy2007-07-141-5/+1
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-101-12/+0
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-101-6/+0
* [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-2/+5
* [NET_SCHED]: ingress: switch back to using ingress_lockPatrick McHardy2007-04-251-11/+15
* [NET_SCHED]: Eliminate qdisc_tree_lockPatrick McHardy2007-04-251-19/+3
* [NET_SCHED]: qdisc: remove unnecessary memory barriersPatrick McHardy2007-04-251-2/+0
* [NET_SCHED]: Unline tcf_destroyPatrick McHardy2007-04-251-0/+18
* [NET_SCHED] qdisc: avoid transmit softirq on watchdog wakeupStephen Hemminger2007-04-251-1/+7
* [NETEM]: avoid excessive requeuesStephen Hemminger2007-04-251-0/+3
* [PKT_SCHED] qdisc: Use rtnl registration interfaceThomas Graf2007-04-251-20/+7
* [NETLINK]: Use nlmsg_trim() where appropriateArnaldo Carvalho de Melo2007-04-251-2/+3
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-4/+4
* [NET_SCHED]: Fix warningPatrick McHardy2007-04-251-1/+2
* [NET_SCHED]: Export real timer resolution in /proc/net/pschedPatrick McHardy2007-04-251-1/+1
* [NET_SCHED]: Add hrtimer based qdisc watchdogPatrick McHardy2007-04-251-0/+36
* [NET_SCHED]: Use ktime as clocksourcePatrick McHardy2007-04-251-75/+2
* [NET] SCHED: Use htons() where appropriate.YOSHIFUJI Hideaki2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [PATCH] mark struct file_operations const 8Arjan van de Ven2007-02-121-1/+1
* [NET] SCHED: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-9/+9
* [PKT_SCHED]: Remove unused exports.Adrian Bunk2006-12-021-1/+0
* [NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1)Patrick McHardy2006-12-021-6/+32
* [NET]: net/sched annotations.Al Viro2006-12-021-1/+1
* [NET_SCHED]: Fix fallout from dev->qdisc RCU changePatrick McHardy2006-09-281-8/+8
* [PKT_SCHED]: Return ENOENT if qdisc module is unavailableJamal Hadi Salim2006-08-041-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar2005-09-091-1/+1
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-2/+2
* [PKT_SCHED]: Report rate estimator configuration errors during qdisc allocationThomas Graf2005-07-051-5/+17
* [PKT_SCHED]: Cleanup qdisc creation and alignment macrosThomas Graf2005-07-051-32/+9
* [NETLINK]: Missing initializations in dumped dataPatrick McHardy2005-06-281-0/+2
* [NETLINK]: Explicit typingJamal Hadi Salim2005-06-181-6/+4
* [PKT_SCHED]: netetm: adjust parent qlen when duplicatingStephen Hemminger2005-05-031-0/+1
OpenPOWER on IntegriCloud