Age | Commit message (Expand) | Author |
2008-08-29 | pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() | Jarek Poplawski |
2008-08-27 | pkt_sched: Fix gen_estimator locks | Jarek Poplawski |
2008-08-27 | pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdisc | Jarek Poplawski |
2008-08-27 | pkt_sched: Fix dev_graft_qdisc() locking | Jarek Poplawski |
2008-08-22 | pkt_sched: Fix qdisc list locking | Jarek Poplawski |
2008-08-21 | pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race | Jarek Poplawski |
2008-08-18 | Revert "pkt_sched: Add BH protection for qdisc_stab_lock." | David S. Miller |
2008-08-18 | pkt_sched: remove bogus block (cleanup) | Ilpo Järvinen |
2008-08-18 | pkt_sched: Don't hold qdisc lock over qdisc_destroy(). | David S. Miller |
2008-08-18 | pkt_sched: Add lockdep annotation for qdisc locks | Jarek Poplawski |
2008-08-18 | pkt_sched: Never schedule non-root qdiscs. | David S. Miller |
2008-08-17 | pkt_sched: Grab correct lock in notify_and_destroy(). | Jarek Poplawski |
2008-08-11 | pkt_sched: Add BH protection for qdisc_stab_lock. | Jarek Poplawski |
2008-08-08 | pkt_sched: Fix ingress deletion and filter attachment. | David S. Miller |
2008-08-07 | pkt_sched: Fix qdisc config when link is down. | David S. Miller |
2008-08-06 | pkt_sched: Fix "parent is root" test in qdisc_create(). | David S. Miller |
2008-07-30 | pkt_sched: Fix OOPS on ingress qdisc add. | David S. Miller |
2008-07-22 | pkt_sched: make qdisc_class_hash_alloc() static | Adrian Bunk |
2008-07-20 | net_sched: Add size table for qdiscs | Jussi Kivilinna |
2008-07-18 | pkt_sched: Manage qdisc list inside of root qdisc. | David S. Miller |
2008-07-17 | pkt_sched: Add multiqueue handling to qdisc_graft(). | David S. Miller |
2008-07-17 | pkt_sched: Make qdisc grafting locking more specific. | David S. Miller |
2008-07-17 | netdevice: Move qdisc_list back into net_device proper. | David S. Miller |
2008-07-17 | pkt_sched: Schedule qdiscs instead of netdev_queue. | David S. Miller |
2008-07-17 | pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). | David S. Miller |
2008-07-17 | netdev: Allocate multiple queues for TX. | David S. Miller |
2008-07-08 | netdev: Make netif_schedule() routines work with netdev_queue objects. | David S. Miller |
2008-07-08 | pkt_sched: Kill stats_lock member of struct Qdisc. | David S. Miller |
2008-07-08 | netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. | David S. Miller |
2008-07-08 | netdev: Move rest of qdisc state into struct netdev_queue | David S. Miller |
2008-07-08 | netdev: The ingress_lock member is no longer needed. | David S. Miller |
2008-07-08 | netdev: Move queue_lock into struct netdev_queue. | David S. Miller |
2008-07-08 | pkt_sched: Remove 'dev' member of struct Qdisc. | David S. Miller |
2008-07-08 | netdev: Create netdev_queue abstraction. | David S. Miller |
2008-07-08 | pkt_sched: Remove comment reference to old style TX locking. | David S. Miller |
2008-07-05 | net-sched: add dynamically sized qdisc class hash helpers | Patrick McHardy |
2008-07-01 | net-sched: change tcf_destroy_chain() to clear start of filter list | Patrick McHardy |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller |
2008-04-14 | [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop | Jarek Poplawski |
2008-03-26 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki |
2008-01-28 | [NET_SCHED]: sch_api: introduce constant for rate table size | Patrick McHardy |
2008-01-28 | [NET_SCHED]: Use NLA_PUT_STRING for string dumping | Patrick McHardy |
2008-01-28 | [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API | Patrick McHardy |
2008-01-28 | [NET_SCHED]: Move EXPORT_SYMBOL next to exported symbol | Patrick McHardy |
2008-01-28 | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev |
2008-01-28 | [NET]: Modify all rtnetlink methods to only work in the initial namespace (v2) | Denis V. Lunev |
2008-01-28 | [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. | Eric Dumazet |
2007-10-10 | [NET_SCHED]: Show timer resolution instead of clock resolution in /proc/net/p... | Patrick McHardy |
2007-10-10 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman |
2007-10-10 | [NET]: Make /proc/net per network namespace | Eric W. Biederman |