1. b9a3b11 pkt_sched: Fix queue quiescence testing in dev_deactivate(). by David S. Miller · 16 years ago
  2. 26b284d pkt_sched: Fix oops in htb_delete. by Jarek Poplawski · 16 years ago
  3. 3672387 net-sched: fix Action flushing return code by Jamal Hadi Salim · 16 years ago
  4. f97017c net-sched: Fix actions flushing by Jamal Hadi Salim · 16 years ago
  5. 1cfa266 pkt_sched: Add BH protection for qdisc_stab_lock. by Jarek Poplawski · 16 years ago
  6. 8123b42 pkt_sched: Fix ingress deletion and filter attachment. by David S. Miller · 16 years ago
  7. 76aab2c pkt_sched: Fix actions referencing by Jamal Hadi Salim · 16 years ago
  8. 827ebd6 pkt_sched: Fix qdisc config when link is down. by David S. Miller · 16 years ago
  9. ee7af82 pkt_sched: Fix "parent is root" test in qdisc_create(). by David S. Miller · 16 years ago
  10. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  11. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  12. 5fb6622 pkt_sched: Use qdisc_lock() on already sampled root qdisc. by David S. Miller · 16 years ago
  13. c3f26a2 netdev: Fix lockdep warnings in multiqueue configurations. by David S. Miller · 16 years ago
  14. 8d50b53 pkt_sched: Fix OOPS on ingress qdisc add. by David S. Miller · 16 years ago
  15. 4836e30 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 16 years ago
  16. 516e0cc [PATCH] f_count may wrap around by Al Viro · 16 years ago
  17. cdec7e5 Revert "pkt_sched: sch_sfq: dump a real number of flows" by David S. Miller · 16 years ago
  18. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  19. cffe1c5 pkt_sched: Fix locking in shutdown_scheduler_queue() by David S. Miller · 16 years ago
  20. f867e6a pkt_sched: sch_sfq: dump a real number of flows by Jarek Poplawski · 16 years ago
  21. a94f779 pkt_sched: make qdisc_class_hash_alloc() static by Adrian Bunk · 16 years ago
  22. 6579e57 net: Print the module name as part of the watchdog message by Arjan van de Ven · 16 years ago
  23. d3678b4 Revert "pkt_sched: Make default qdisc nonshared-multiqueue safe." by David S. Miller · 16 years ago
  24. c3ee841 pkt_sched: Remove unused variable skb in dev_deactivate_queue function. by Daniel Lezcano · 16 years ago
  25. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 16 years ago
  26. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  27. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  28. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  29. 30ee42b pkt_sched: Fix noqueue_qdisc initialization. by David S. Miller · 16 years ago
  30. 3072367 pkt_sched: Manage qdisc list inside of root qdisc. by David S. Miller · 16 years ago
  31. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  32. a0c80b8 pkt_sched: Make default qdisc nonshared-multiqueue safe. by David S. Miller · 16 years ago
  33. 99194cf pkt_sched: Add multiqueue handling to qdisc_graft(). by David S. Miller · 16 years ago
  34. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  35. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  36. 5304997 pkt_sched: Make qdisc grafting locking more specific. by David S. Miller · 16 years ago
  37. ead81cc netdevice: Move qdisc_list back into net_device proper. by David S. Miller · 16 years ago
  38. 15b458f pkt_sched: Kill qdisc_lock_tree usage in cls_route.c by David S. Miller · 16 years ago
  39. 55dbc64 pkt_sched: Remove qdisc_lock_tree usage in cls_api.c by David S. Miller · 16 years ago
  40. 17715e6 pkt_sched: Use per-queue locking in shutdown_scheduler_queue. by David S. Miller · 16 years ago
  41. 8a34c5d pkt_sched: Perform bulk of qdisc destruction in RCU. by David S. Miller · 16 years ago
  42. 1636112 pkt_sched: dev_init_scheduler() does not need to lock qdisc tree. by David S. Miller · 16 years ago
  43. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  44. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  45. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  46. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  47. fd2ea0a net: Use queue aware tests throughout. by David S. Miller · 16 years ago
  48. 1d8ae3f pkt_sched: Remove RR scheduler. by David S. Miller · 16 years ago
  49. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  50. 72d9794 net-sched: cls_flow: add perturbation support by Patrick McHardy · 16 years ago
  51. 79d1638 netdev: Move atomic queue state bits into netdev_queue. by David S. Miller · 16 years ago
  52. c773e84 netdev: Move _xmit_lock and xmit_lock_owner into netdev_queue. by David S. Miller · 16 years ago
  53. eb6aafe pkt_sched: Make qdisc_run take a netdev_queue. by David S. Miller · 16 years ago
  54. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  55. 970565b netdev: Move gso_skb into netdev_queue. by David S. Miller · 16 years ago
  56. 74d58a0 pkt_sched: Make netem queue agnostic. by David S. Miller · 16 years ago
  57. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  58. 816f325 netdev: Kill qdisc_ingress, use netdev->rx_queue.qdisc instead. by David S. Miller · 16 years ago
  59. b0e1e64 netdev: Move rest of qdisc state into struct netdev_queue by David S. Miller · 16 years ago
  60. 555353c netdev: The ingress_lock member is no longer needed. by David S. Miller · 16 years ago
  61. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  62. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  63. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  64. e65d22e pkt_sched: Remove comment reference to old style TX locking. by David S. Miller · 16 years ago
  65. fb0305c net-sched: consolidate default fifo qdisc setup by Patrick McHardy · 16 years ago
  66. aee18a8 net-sched: sch_htb: remove write-only qdisc filter_cnt by Patrick McHardy · 16 years ago
  67. 4207759 net-sched: sch_htb: remove child and sibling lists by Patrick McHardy · 16 years ago
  68. f4c1f3e net-sched: sch_htb: use dynamic class hash helpers by Patrick McHardy · 16 years ago
  69. fbd8f13 net-sched: sch_htb: move hash and sibling list removal to htb_delete by Patrick McHardy · 16 years ago
  70. d77fea2 net-sched: sch_cbq: use dynamic class hash helpers by Patrick McHardy · 16 years ago
  71. be0d39d net-sched: sch_hfsc: use dynamic class hash helpers by Patrick McHardy · 16 years ago
  72. 6fe1c7a net-sched: add dynamically sized qdisc class hash helpers by Patrick McHardy · 16 years ago
  73. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  74. a4aebb8 net-sched: fix filter destruction in atm/hfsc qdisc destruction by Patrick McHardy · 16 years ago
  75. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  76. 1b63ba8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  77. ede16af pkt_sched: Remove CONFIG_NET_SCH_RR by Adrian Bunk · 16 years ago
  78. 01e123d pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive. by WANG Cong · 16 years ago
  79. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  80. 47083fc pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. by Jesper Dangaard Brouer · 16 years ago
  81. f9ffced pkt_sched: HTB scheduler, change default hysteresis mode to off. by Jesper Dangaard Brouer · 16 years ago
  82. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  83. bc3ed28 netlink: Improve returned error codes by Thomas Graf · 16 years ago
  84. f2df824 net_sched: cls_api: fix return value for non-existant classifiers by Patrick McHardy · 16 years ago
  85. 9d1045a net_cls_act: act_simple dont ignore realloc code by Jamal Hadi Salim · 16 years ago
  86. fa1b1cf net_cls_act: Make act_simple use of netlink policy. by Jamal Hadi Salim · 16 years ago
  87. 3ba08b0 sch_htb: remove from event queue in htb_parent_to_leaf() by Jarek Poplawski · 16 years ago
  88. b4192bb net: Add a WARN_ON_ONCE() to the transmit timeout function by Arjan van de Ven · 16 years ago
  89. 980c478 sch_sfq: use del_timer_sync() in sfq_destroy() by Jarek Poplawski · 16 years ago
  90. 1e42198 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  91. f5ba2d3 [PKT_SCHED]: Fix datalen check in tcf_simp_init(). by Patrick McHardy · 16 years ago
  92. 066a3b5 [NET_SCHED] sch_api: fix qdisc_tree_decrease_qlen() loop by Jarek Poplawski · 16 years ago
  93. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  94. e56cfad [NET_SCHED] cls_u32: refcounting fix for u32_delete() by Jarek Poplawski · 16 years ago
  95. e1ec1b8 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  96. 2ba2506 [NET]: Add preemption point in qdisc_run by Herbert Xu · 16 years ago
  97. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  98. 06802a8 Merge branch 'master' of ../net-2.6/ by David S. Miller · 16 years ago
  99. 8f3ea33 sch_htb: fix "too many events" situation by Martin Devera · 16 years ago
  100. 577f99c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 17 years ago