1. af4c664 net sched: Pass the skb into change so it can access NETLINK_CB by Eric W. Biederman · 12 years ago
  2. df4ab5b net: rename bond_queue_mapping to slave_dev_queue_mapping by Jiri Pirko · 12 years ago
  3. 5ee31c68 bonding: Fix corrupted queue_mapping by Eric Dumazet · 12 years ago
  4. 16bda13 net: Make qdisc_skb_cb upper size bound explicit. by David S. Miller · 12 years ago
  5. 39aa9fd net: sch_generic remove redundant use of <linux/module.h> by Paul Gortmaker · 13 years ago
  6. 05bdd2f net: constify skbuff and Qdisc elements by Eric Dumazet · 13 years ago
  7. dc7f9f6 net: sched: constify tcf_proto and tc_action by Eric Dumazet · 13 years ago
  8. ef352e7 net_sched: fix THROTTLED/RUNNING race by Eric Dumazet · 13 years ago
  9. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  10. d276055 net_sched: reduce fifo qdisc size by Eric Dumazet · 13 years ago
  11. 9e924cf net_sched: long word align struct qdisc_skb_cb data by Eric Dumazet · 13 years ago
  12. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  13. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  14. a2da570 net_sched: RCU conversion of stab by Eric Dumazet · 14 years ago
  15. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
  16. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  17. d9993be Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  18. 1730210 net_sched: always clone skbs by Changli Gao · 14 years ago
  19. 4434572 net: factorize sync-rcu call in unregister_netdevice_many by Octavian Purdila · 14 years ago
  20. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  21. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  22. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  23. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  24. 4ef6acf sched: qdisc_reset_all_tx is calling qdisc_reset without qdisc_lock by John Fastabend · 14 years ago
  25. 210d6de act_mirred: don't clone skb when skb isn't shared by Changli Gao · 14 years ago
  26. 79640a4 net: add additional lock to qdisc to increase throughput by Eric Dumazet · 14 years ago
  27. 3711210 net: QDISC_STATE_RUNNING dont need atomic bit ops by Eric Dumazet · 14 years ago
  28. bc135b2 net: Define accessors to manipulate QDISC_STATE_RUNNING by Eric Dumazet · 14 years ago
  29. 5d944c6 gen_estimator: deadlock fix by Eric Dumazet · 14 years ago
  30. 57dbb2d sched: add head drop fifo queue by Hagen Paul Pfeifer · 15 years ago
  31. fd2c3ef net: cleanup include/net by Eric Dumazet · 15 years ago
  32. 926e61b pkt_sched: Fix tx queue selection in tc_modify_qdisc by Jarek Poplawski · 15 years ago
  33. 23bcf63 net_sched: fix estimator lock selection for mq child qdiscs by Patrick McHardy · 15 years ago
  34. 6ec1c69 net_sched: add classful multiqueue dummy scheduler by David S. Miller · 15 years ago
  35. 589983c net_sched: move dev_graft_qdisc() to sch_generic.c by Patrick McHardy · 15 years ago
  36. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  37. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  38. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 15 years ago
  39. 5e140df net: reorder struct Qdisc for better SMP performance by Eric Dumazet · 15 years ago
  40. b00355d pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler. by Jarek Poplawski · 16 years ago
  41. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  42. 61c9eaf pkt_sched: Fix qdisc len in qdisc_peek_dequeued() by Jarek Poplawski · 16 years ago
  43. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  44. 48a8f51 pkt_sched: Add ->peek() methods for fifo, prio and SFQ qdiscs. by Patrick McHardy · 16 years ago
  45. 90d841fd pkt_sched: sch_generic: Add Qdisc_ops peek() method. by Jarek Poplawski · 16 years ago
  46. 554794d pkt_sched: Fix handling of gso skbs on requeuing by Jarek Poplawski · 16 years ago
  47. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  48. fe439dd pkt_sched: Fix sch_tree_lock() by Jarek Poplawski · 16 years ago
  49. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  50. 2540e05 pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race by Jarek Poplawski · 16 years ago
  51. 1e0d5a5 pkt_sched: No longer destroy qdiscs from RCU. by David S. Miller · 16 years ago
  52. a9312ae pkt_sched: Add 'deactivated' state. by David S. Miller · 16 years ago
  53. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  54. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  55. 7e43f11 pkt_sched: Make sure RTNL is held in qdisc_root_lock(). by David S. Miller · 16 years ago
  56. 3a682fb pkt_sched: Fix build with NET_SCHED disabled. by David S. Miller · 16 years ago
  57. 175f9c1 net_sched: Add size table for qdiscs by Jussi Kivilinna · 16 years ago
  58. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  59. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  60. 72b25a9 pkt_sched: Get rid of u32_list. by David S. Miller · 16 years ago
  61. 93245dd pkt_sched: Don't used locked skb_queue_purge() in __qdisc_reset_queue() by David S. Miller · 16 years ago
  62. 8387400 pkt_sched: Kill netdev_queue lock. by David S. Miller · 16 years ago
  63. c7e4f3b pkt_sched: Kill qdisc_lock_tree and qdisc_unlock_tree. by David S. Miller · 16 years ago
  64. 78a5b30 pkt_sched: Rework {sch,tbf}_tree_lock(). by David S. Miller · 16 years ago
  65. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  66. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  67. e2627c8 pkt_sched: Make QDISC_RUNNING a qdisc state. by David S. Miller · 16 years ago
  68. d3b753d pkt_sched: Move gso_skb into Qdisc. by David S. Miller · 16 years ago
  69. e8a0464 netdev: Allocate multiple queues for TX. by David S. Miller · 16 years ago
  70. 0529794 pkt_sched: Add qdisc_tx_is_noop() helper and use in IPV6. by David S. Miller · 16 years ago
  71. 6fa9864 net: Clean up explicit ->tx_queue references in link watch. by David S. Miller · 16 years ago
  72. 3e745dd pkt_sched: Add qdisc_all_tx_empty() by David S. Miller · 16 years ago
  73. 5aa7099 pkt_sched: Add qdisc_reset_all_tx(). by David S. Miller · 16 years ago
  74. 68dfb42 pkt_sched: Kill stats_lock member of struct Qdisc. by David S. Miller · 16 years ago
  75. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  76. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  77. 6fe1c7a net-sched: add dynamically sized qdisc class hash helpers by Patrick McHardy · 16 years ago
  78. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  79. add93b6 [NET_SCHED]: Convert classifiers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  80. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  81. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  82. 02f1c89 [NET]: Clone the sk_buff 'iif' field in __skb_clone() by Paul Moore · 17 years ago
  83. 12da81d [NET_CLS_ACT]: Introduce skb_act_clone by Jamal Hadi Salim · 17 years ago
  84. e08b099 [NET_SCHED]: Making rate table lookups more flexible. by Jesper Dangaard Brouer · 17 years ago
  85. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  86. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  87. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 17 years ago
  88. a48b5a6 [NET_SCHED]: Unline tcf_destroy by Patrick McHardy · 17 years ago
  89. be577dd [PKT_SCHED] qdisc: Use rtnl registration interface by Thomas Graf · 17 years ago
  90. 43effa1 [NET_SCHED]: Fix endless loops caused by inaccurate qlen counters (part 1) by Patrick McHardy · 18 years ago
  91. 9f9afec [NET_SCHED]: Set parent classid in default qdiscs by Patrick McHardy · 18 years ago
  92. 66c6f52 [NET]: net/sched annotations. by Al Viro · 18 years ago
  93. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  94. 3d54b82 [PKT_SCHED]: Cleanup qdisc creation and alignment macros by Thomas Graf · 19 years ago
  95. e41a33e [PKT_SCHED]: Move sch_generic.c prototypes to correct header file by Thomas Graf · 19 years ago
  96. 9972b25 [PKT_SCHED]: Generic queue management interface for qdiscs using internal skb queues by Thomas Graf · 19 years ago
  97. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago