aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-31pkt_sched: sch_generic: Add generic qdisc->ops->peek() implementation.Jarek Poplawski1-0/+12
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg1-1/+1
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski1-4/+4
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski1-3/+11
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski1-1/+1
2008-08-27pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski1-1/+1
2008-08-22pkt_sched: Fix qdisc list lockingJarek Poplawski1-5/+39
2008-08-21pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski1-0/+4
2008-08-18Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller1-7/+7
2008-08-18pkt_sched: remove bogus block (cleanup)Ilpo Järvinen1-7/+6
2008-08-18pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller1-11/+2
2008-08-18pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski1-0/+7
2008-08-18pkt_sched: Never schedule non-root qdiscs.David S. Miller1-1/+1
2008-08-17pkt_sched: Grab correct lock in notify_and_destroy().Jarek Poplawski1-2/+2
2008-08-11pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski1-7/+7
2008-08-08pkt_sched: Fix ingress deletion and filter attachment.David S. Miller1-13/+23
2008-08-07pkt_sched: Fix qdisc config when link is down.David S. Miller1-4/+4
2008-08-06pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller1-1/+1
2008-07-30pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller1-41/+16
2008-07-22pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk1-1/+1
2008-07-20net_sched: Add size table for qdiscsJussi Kivilinna1-2/+149
2008-07-18pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller1-44/+131
2008-07-17pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller1-42/+59
2008-07-17pkt_sched: Make qdisc grafting locking more specific.David S. Miller1-12/+29
2008-07-17netdevice: Move qdisc_list back into net_device proper.David S. Miller1-24/+7
2008-07-17pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller1-2/+1
2008-07-17pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller1-4/+4
2008-07-17netdev: Allocate multiple queues for TX.David S. Miller1-9/+23
2008-07-08netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller1-2/+2
2008-07-08pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller1-5/+4
2008-07-08netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller1-5/+6
2008-07-08netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller1-12/+22
2008-07-08netdev: The ingress_lock member is no longer needed.David S. Miller1-2/+1
2008-07-08netdev: Move queue_lock into struct netdev_queue.David S. Miller1-1/+1
2008-07-08pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller1-5/+5
2008-07-08netdev: Create netdev_queue abstraction.David S. Miller1-5/+7
2008-07-08pkt_sched: Remove comment reference to old style TX locking.David S. Miller1-1/+1
2008-07-05net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy1-0/+104
2008-07-01net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy1-3/+3
2008-04-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+3
2008-04-14[NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski1-0/+3
2008-03-26[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-5/+5
2008-01-28[NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy1-1/+2
2008-01-28[NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy1-2/+2
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