Commit Graph

86 Commits (17f0f4a47df9aea9ee26c939f8057c35e0be1847)

Author SHA1 Message Date
Jarek Poplawski f6f9b93f16 pkt_sched: Fix gen_estimator locks 17 years ago
Jarek Poplawski f7a54c13c7 pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc 17 years ago
Jarek Poplawski 666d9bbedf pkt_sched: Fix dev_graft_qdisc() locking 17 years ago
Jarek Poplawski f6e0b239a2 pkt_sched: Fix qdisc list locking 17 years ago
Jarek Poplawski 2540e0511e pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race 17 years ago
David S. Miller f3b9605d74 Revert "pkt_sched: Add BH protection for qdisc_stab_lock." 17 years ago
Ilpo Järvinen e5befbd952 pkt_sched: remove bogus block (cleanup) 17 years ago
David S. Miller 4d8863a29c pkt_sched: Don't hold qdisc lock over qdisc_destroy(). 17 years ago
Jarek Poplawski 25bfcd5a78 pkt_sched: Add lockdep annotation for qdisc locks 17 years ago
David S. Miller 8608db031b pkt_sched: Never schedule non-root qdiscs. 17 years ago
Jarek Poplawski 3a76e3716b pkt_sched: Grab correct lock in notify_and_destroy(). 17 years ago
Jarek Poplawski 1cfa26661a pkt_sched: Add BH protection for qdisc_stab_lock. 17 years ago
David S. Miller 8123b421e8 pkt_sched: Fix ingress deletion and filter attachment. 17 years ago
David S. Miller 827ebd6410 pkt_sched: Fix qdisc config when link is down. 17 years ago
David S. Miller ee7af8264d pkt_sched: Fix "parent is root" test in qdisc_create(). 17 years ago
David S. Miller 8d50b53d66 pkt_sched: Fix OOPS on ingress qdisc add. 17 years ago
Adrian Bunk a94f779f9d pkt_sched: make qdisc_class_hash_alloc() static 17 years ago
Jussi Kivilinna 175f9c1bba net_sched: Add size table for qdiscs 17 years ago
David S. Miller 3072367300 pkt_sched: Manage qdisc list inside of root qdisc. 17 years ago
David S. Miller 99194cff39 pkt_sched: Add multiqueue handling to qdisc_graft(). 17 years ago
David S. Miller 53049978df pkt_sched: Make qdisc grafting locking more specific. 17 years ago
David S. Miller ead81cc5fc netdevice: Move qdisc_list back into net_device proper. 17 years ago
David S. Miller 37437bb2e1 pkt_sched: Schedule qdiscs instead of netdev_queue. 17 years ago
David S. Miller 7698b4fcab pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). 17 years ago
David S. Miller e8a0464cc9 netdev: Allocate multiple queues for TX. 17 years ago
David S. Miller 86d804e10a netdev: Make netif_schedule() routines work with netdev_queue objects. 17 years ago
David S. Miller 68dfb42798 pkt_sched: Kill stats_lock member of struct Qdisc. 17 years ago
David S. Miller 816f3258e7 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. 17 years ago
David S. Miller b0e1e6462d netdev: Move rest of qdisc state into struct netdev_queue 17 years ago
David S. Miller 555353cfa1 netdev: The ingress_lock member is no longer needed. 17 years ago
David S. Miller dc2b48475a netdev: Move queue_lock into struct netdev_queue. 17 years ago
David S. Miller 5ce2d488fe pkt_sched: Remove 'dev' member of struct Qdisc. 17 years ago
David S. Miller bb949fbd18 netdev: Create netdev_queue abstraction. 17 years ago
David S. Miller e65d22e180 pkt_sched: Remove comment reference to old style TX locking. 17 years ago
Patrick McHardy 6fe1c7a555 net-sched: add dynamically sized qdisc class hash helpers 17 years ago
Patrick McHardy ff31ab56c0 net-sched: change tcf_destroy_chain() to clear start of filter list 17 years ago
Jarek Poplawski 066a3b5b23 [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
Patrick McHardy 5feb5e1aaa [NET_SCHED]: sch_api: introduce constant for rate table size 17 years ago
Patrick McHardy 57e1c487a4 [NET_SCHED]: Use NLA_PUT_STRING for string dumping 17 years ago
Patrick McHardy 1e90474c37 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API 17 years ago
Patrick McHardy 62e3ba1b55 [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol 17 years ago
Denis V. Lunev 97c53cacf0 [NET]: Make rtnetlink infrastructure network namespace aware (v3) 17 years ago
Denis V. Lunev b854272b3c [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) 17 years ago
Eric Dumazet 20fea08b5f [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. 17 years ago
Patrick McHardy 3c0cfc1358 [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/psched 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Patrick McHardy ffc8fefaf2 [NET]: Fix sch_api to properly set sch->parent on the root. 18 years ago
Patrick McHardy 73ca4918fb [NET_SCHED]: act_api: qdisc internal reclassify support 18 years ago