1. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago
  2. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  3. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  4. 6f542ef net_sched: htb: do not acquire qdisc lock in dump operations by Eric Dumazet · 10 years ago
  5. 2982431 sch_htb: let skb->priority refer to non-leaf class by Harry Mason · 10 years ago
  6. a071d27 sch_htb: use /* comments by Yang Yingliang · 11 years ago
  7. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
  8. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. 6b1dd85 sch_htb: remove unnecessary NULL pointer judgment by Yang Yingliang · 11 years ago
  10. 1598f7c net: sched: htb: fix the calculation of quantum by Yang Yingliang · 11 years ago
  11. df62cdf net_sched: htb: support of 64bit rates by Eric Dumazet · 11 years ago
  12. 3e1e3aa net_sched: add u64 rate to psched_ratecfg_precompute() by Eric Dumazet · 11 years ago
  13. f3ad857 net_sched: htb: fix a typo in htb_change_class() by Vimalkumar · 11 years ago
  14. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 11 years ago
  15. cbd3755 htb: fix sign extension bug by stephen hemminger · 11 years ago
  16. c936463 htb: refactor struct htb_sched fields for performance by Eric Dumazet · 11 years ago
  17. ca4ec90 htb: reorder struct htb_class fields for performance by Eric Dumazet · 11 years ago
  18. 64153ce net_sched: htb: do not setup default rate estimators by Eric Dumazet · 11 years ago
  19. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  20. 5343a7f net_sched: htb: do not mix 1ns and 64ns time units by Eric Dumazet · 11 years ago
  21. 01cb71d net_sched: restore "overhead xxx" handling by Eric Dumazet · 11 years ago
  22. 6906f4e htb: add HTB_DIRECT_QLEN attribute by Eric Dumazet · 11 years ago
  23. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 11 years ago
  24. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 11 years ago
  25. b9a7afd htb: initialize cl->tokens and cl->ctokens correctly by Jiri Pirko · 11 years ago
  26. bdd6998 htb: remove pointless first initialization of buffer and cbuffer by Jiri Pirko · 11 years ago
  27. 324f5aa htb: use PSCHED_TICKS2NS() by Jiri Pirko · 11 years ago
  28. 9c10f41 htb: fix values in opt dump by Jiri Pirko · 11 years ago
  29. d2fe85d net: sched: integer overflow fix by Stefan Hasko · 12 years ago
  30. 196d97f htb: fix two bugs by Eric Dumazet · 12 years ago
  31. 56b765b htb: improved accuracy at high rates by Vimalkumar · 12 years ago
  32. 2dd875f net_sched: update bstats in dequeue() by Eric Dumazet · 12 years ago
  33. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 12 years ago
  34. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  35. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  36. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  37. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 13 years ago
  38. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 13 years ago
  39. cc7ec45 net_sched: cleanups by Eric Dumazet · 13 years ago
  40. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  41. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  42. e18434c net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX by Changli Gao · 14 years ago
  43. f2a0336 htb: remove two unnecessary assignments by Changli Gao · 14 years ago
  44. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  45. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  46. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  47. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  48. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  49. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 15 years ago
  50. 1224736 pkt_sched: sch_htb: Use workqueue to schedule after too many events. by Jarek Poplawski · 15 years ago
  51. e82181d pkt_sched: sch_htb: Warn on too many events. by Jarek Poplawski · 15 years ago
  52. b00355d pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler. by Jarek Poplawski · 15 years ago
  53. a73be04 pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies by Jarek Poplawski · 16 years ago
  54. c085134 pkt_sched: sch_htb: Consider used jiffies in htb_do_events() by Jarek Poplawski · 16 years ago
  55. 512bb43 pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc. by Jarek Poplawski · 16 years ago
  56. 1b5c007 pkt_sched: sch_htb: Optimize htb_find_next_upper() by Jarek Poplawski · 16 years ago
  57. 59e4220 pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlines by Jarek Poplawski · 16 years ago
  58. 23cb913 pkt_sched: sch_htb: Remove L2T() by Jarek Poplawski · 16 years ago
  59. c19f7a3 pkt_sched: sch_htb: Clean htb_class prio and quantum fields by Jarek Poplawski · 16 years ago
  60. 633fe66 pkt_sched: sch_htb: Remove htb_sched nwc_hit field by Jarek Poplawski · 16 years ago
  61. 4164d66 pkt_sched: sch_htb: Remove htb_class aprio field by Jarek Poplawski · 16 years ago
  62. 71bcb09 tc: check for errors in gen_rate_estimator creation by Stephen Hemminger · 16 years ago
  63. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  64. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  65. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  66. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  67. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  68. 6974765 pkt_sched: Fix return value corruption in HTB and TBF. by David S. Miller · 16 years ago
  69. 26b284d pkt_sched: Fix oops in htb_delete. by Jarek Poplawski · 16 years ago
  70. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  71. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  72. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  73. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  74. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  75. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  76. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  77. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  78. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  79. aee18a8 net-sched: sch_htb: remove write-only qdisc filter_cnt by Patrick McHardy · 16 years ago
  80. 4207759 net-sched: sch_htb: remove child and sibling lists by Patrick McHardy · 16 years ago
  81. f4c1f3e net-sched: sch_htb: use dynamic class hash helpers by Patrick McHardy · 16 years ago
  82. fbd8f13 net-sched: sch_htb: move hash and sibling list removal to htb_delete by Patrick McHardy · 16 years ago
  83. ea2aca0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  84. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  85. caea902 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  86. 47083fc pkt_sched: Change HTB_HYSTERESIS to a runtime parameter htb_hysteresis. by Jesper Dangaard Brouer · 16 years ago
  87. f9ffced pkt_sched: HTB scheduler, change default hysteresis mode to off. by Jesper Dangaard Brouer · 16 years ago
  88. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  89. 3ba08b0 sch_htb: remove from event queue in htb_parent_to_leaf() by Jarek Poplawski · 16 years ago
  90. 8f3ea33 sch_htb: fix "too many events" situation by Martin Devera · 16 years ago
  91. 2134745 [NET_SCHED] sch_htb: htb_requeue fix by Jarek Poplawski · 16 years ago
  92. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 16 years ago
  93. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 16 years ago
  94. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 16 years ago
  95. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 16 years ago
  96. d88c305 [PKT_SCHED] HTB: htb_classid is dead static inline by Ilpo Järvinen · 17 years ago
  97. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  98. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  99. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  100. c9726d6 [NET_SCHED]: Make HTB scheduler work with TSO. by Ranjit Manomohan · 17 years ago