aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAge
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-29
* pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-27
* pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2008-08-27
* pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski2008-08-27
* pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-22
* pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-21
* Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller2008-08-19
* pkt_sched: remove bogus block (cleanup)Ilpo Järvinen2008-08-19
* pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2008-08-19
* pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski2008-08-19
* pkt_sched: Never schedule non-root qdiscs.David S. Miller2008-08-19
* pkt_sched: Grab correct lock in notify_and_destroy().Jarek Poplawski2008-08-18
* pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski2008-08-11
* pkt_sched: Fix ingress deletion and filter attachment.David S. Miller2008-08-09
* pkt_sched: Fix qdisc config when link is down.David S. Miller2008-08-07
* pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller2008-08-07
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-30
* pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk2008-07-22
* net_sched: Add size table for qdiscsJussi Kivilinna2008-07-20
* pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-19
* pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller2008-07-17
* pkt_sched: Make qdisc grafting locking more specific.David S. Miller2008-07-17
* netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-17
* pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-17
* pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-17
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-17
* netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-09
* pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller2008-07-09
* netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller2008-07-09
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-08
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-08
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-08
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-08
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-08
* pkt_sched: Remove comment reference to old style TX locking.David S. Miller2008-07-08
* net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy2008-07-06
* net-sched: change tcf_destroy_chain() to clear start of filter listPatrick McHardy2008-07-01
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-04-18
|\
| * [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loopJarek Poplawski2008-04-14
* | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
|/
* [NET_SCHED]: sch_api: introduce constant for rate table sizePatrick McHardy2008-01-28
* [NET_SCHED]: Use NLA_PUT_STRING for string dumpingPatrick McHardy2008-01-28
* [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink APIPatrick McHardy2008-01-28
* [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbolPatrick McHardy2008-01-28
* [NET]: Make rtnetlink infrastructure network namespace aware (v3)Denis V. Lunev2008-01-28
* [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)Denis V. Lunev2008-01-28
* [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.Eric Dumazet2008-01-28
* [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p...Patrick McHardy2007-10-10
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-10
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-10