aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/sch_api.c
Commit message (Expand)AuthorAgeFilesLines
* pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski2008-08-291-4/+4
* pkt_sched: Fix gen_estimator locksJarek Poplawski2008-08-271-3/+11
* pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2008-08-271-1/+1
* pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski2008-08-271-1/+1
* pkt_sched: Fix qdisc list lockingJarek Poplawski2008-08-221-5/+39
* pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() raceJarek Poplawski2008-08-211-0/+4
* Revert "pkt_sched: Add BH protection for qdisc_stab_lock."David S. Miller2008-08-181-7/+7
* pkt_sched: remove bogus block (cleanup)Ilpo Järvinen2008-08-181-7/+6
* pkt_sched: Don't hold qdisc lock over qdisc_destroy().David S. Miller2008-08-181-11/+2
* pkt_sched: Add lockdep annotation for qdisc locksJarek Poplawski2008-08-181-0/+7
* pkt_sched: Never schedule non-root qdiscs.David S. Miller2008-08-181-1/+1
* pkt_sched: Grab correct lock in notify_and_destroy().Jarek Poplawski2008-08-171-2/+2
* pkt_sched: Add BH protection for qdisc_stab_lock.Jarek Poplawski2008-08-111-7/+7
* pkt_sched: Fix ingress deletion and filter attachment.David S. Miller2008-08-081-13/+23
* pkt_sched: Fix qdisc config when link is down.David S. Miller2008-08-071-4/+4
* pkt_sched: Fix "parent is root" test in qdisc_create().David S. Miller2008-08-061-1/+1
* pkt_sched: Fix OOPS on ingress qdisc add.David S. Miller2008-07-301-41/+16
* pkt_sched: make qdisc_class_hash_alloc() staticAdrian Bunk2008-07-221-1/+1
* net_sched: Add size table for qdiscsJussi Kivilinna2008-07-201-2/+149
* pkt_sched: Manage qdisc list inside of root qdisc.David S. Miller2008-07-181-44/+131
* pkt_sched: Add multiqueue handling to qdisc_graft().David S. Miller2008-07-171-42/+59
* pkt_sched: Make qdisc grafting locking more specific.David S. Miller2008-07-171-12/+29
* netdevice: Move qdisc_list back into net_device proper.David S. Miller2008-07-171-24/+7
* pkt_sched: Schedule qdiscs instead of netdev_queue.David S. Miller2008-07-171-2/+1
* pkt_sched: Add and use qdisc_root() and qdisc_root_lock().David S. Miller2008-07-171-4/+4
* netdev: Allocate multiple queues for TX.David S. Miller2008-07-171-9/+23
* netdev: Make netif_schedule() routines work with netdev_queue objects.David S. Miller2008-07-081-2/+2
* pkt_sched: Kill stats_lock member of struct Qdisc.David S. Miller2008-07-081-5/+4
* netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead.David S. Miller2008-07-081-5/+6
* netdev: Move rest of qdisc state into struct netdev_queueDavid S. Miller2008-07-081-12/+22
* netdev: The ingress_lock member is no longer needed.David S. Miller2008-07-081-2/+1
* netdev: Move queue_lock into struct netdev_queue.David S. Miller2008-07-081-1/+1
* pkt_sched: Remove 'dev' member of struct Qdisc.David S. Miller2008-07-081-5/+5
* netdev: Create netdev_queue abstraction.David S. Miller2008-07-081-5/+7
* pkt_sched: Remove comment reference to old style TX locking.David S. Miller2008-07-081-1/+1
* net-sched: add dynamically sized qdisc class hash helpersPatrick McHardy2008-07-051-0/+104
* 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