1. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  2. 0564bf0 net/sched/sch_htb: clamp xstats tokens to fit into 32-bit int by Konstantin Khlebnikov · 8 years ago
  3. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  4. 338ed9b net_sched: sch_htb: export class backlog in dumps by Eric Dumazet · 8 years ago
  5. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  6. 0ee1362 htb: call qdisc_root with rcu read lock held by Florian Westphal · 8 years ago
  7. a5a9f53 net_sched: sch_htb: defer skb freeing by Eric Dumazet · 8 years ago
  8. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 8 years ago
  9. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  10. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  11. a9efad8 net_sched: avoid too many hrtimer_start() calls by Eric Dumazet · 8 years ago
  12. 2a51c1e sched: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  13. 431e3a8 sch_htb: update backlog as well by WANG Cong · 9 years ago
  14. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  15. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  16. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  17. 348e343 net: sched: drop all special handling of tx_queue_len == 0 by Phil Sutter · 9 years ago
  18. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  19. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  20. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  21. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  22. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  23. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago
  24. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  25. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 10 years ago
  26. 6f542ef net_sched: htb: do not acquire qdisc lock in dump operations by Eric Dumazet · 10 years ago
  27. 2982431 sch_htb: let skb->priority refer to non-leaf class by Harry Mason · 11 years ago
  28. a071d27 sch_htb: use /* comments by Yang Yingliang · 11 years ago
  29. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
  30. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  31. 6b1dd85 sch_htb: remove unnecessary NULL pointer judgment by Yang Yingliang · 11 years ago
  32. 1598f7c net: sched: htb: fix the calculation of quantum by Yang Yingliang · 11 years ago
  33. df62cdf net_sched: htb: support of 64bit rates by Eric Dumazet · 11 years ago
  34. 3e1e3aa net_sched: add u64 rate to psched_ratecfg_precompute() by Eric Dumazet · 11 years ago
  35. f3ad857 net_sched: htb: fix a typo in htb_change_class() by Vimalkumar · 11 years ago
  36. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 11 years ago
  37. cbd3755 htb: fix sign extension bug by stephen hemminger · 11 years ago
  38. c936463 htb: refactor struct htb_sched fields for performance by Eric Dumazet · 11 years ago
  39. ca4ec90 htb: reorder struct htb_class fields for performance by Eric Dumazet · 11 years ago
  40. 64153ce net_sched: htb: do not setup default rate estimators by Eric Dumazet · 11 years ago
  41. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  42. 5343a7f net_sched: htb: do not mix 1ns and 64ns time units by Eric Dumazet · 11 years ago
  43. 01cb71d net_sched: restore "overhead xxx" handling by Eric Dumazet · 11 years ago
  44. 6906f4e htb: add HTB_DIRECT_QLEN attribute by Eric Dumazet · 11 years ago
  45. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  46. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 12 years ago
  47. b9a7afd htb: initialize cl->tokens and cl->ctokens correctly by Jiri Pirko · 12 years ago
  48. bdd6998 htb: remove pointless first initialization of buffer and cbuffer by Jiri Pirko · 12 years ago
  49. 324f5aa htb: use PSCHED_TICKS2NS() by Jiri Pirko · 12 years ago
  50. 9c10f41 htb: fix values in opt dump by Jiri Pirko · 12 years ago
  51. d2fe85d net: sched: integer overflow fix by Stefan Hasko · 12 years ago
  52. 196d97f htb: fix two bugs by Eric Dumazet · 12 years ago
  53. 56b765b htb: improved accuracy at high rates by Vimalkumar · 12 years ago
  54. 2dd875f net_sched: update bstats in dequeue() by Eric Dumazet · 12 years ago
  55. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 12 years ago
  56. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  57. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  58. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  60. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
  61. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  62. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  63. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  64. e18434c net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX by Changli Gao · 14 years ago
  65. f2a0336 htb: remove two unnecessary assignments by Changli Gao · 14 years ago
  66. 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
  67. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  68. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  69. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  70. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  71. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 15 years ago
  72. 1224736 pkt_sched: sch_htb: Use workqueue to schedule after too many events. by Jarek Poplawski · 16 years ago
  73. e82181d pkt_sched: sch_htb: Warn on too many events. by Jarek Poplawski · 16 years ago
  74. b00355d pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler. by Jarek Poplawski · 16 years ago
  75. a73be04 pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies by Jarek Poplawski · 16 years ago
  76. c085134 pkt_sched: sch_htb: Consider used jiffies in htb_do_events() by Jarek Poplawski · 16 years ago
  77. 512bb43 pkt_sched: sch_htb: Optimize WARN_ONs in htb_dequeue_tree() etc. by Jarek Poplawski · 16 years ago
  78. 1b5c007 pkt_sched: sch_htb: Optimize htb_find_next_upper() by Jarek Poplawski · 16 years ago
  79. 59e4220 pkt_sched: sch_htb: Replace HTB_ACCNT() macro with inlines by Jarek Poplawski · 16 years ago
  80. 23cb913 pkt_sched: sch_htb: Remove L2T() by Jarek Poplawski · 16 years ago
  81. c19f7a3 pkt_sched: sch_htb: Clean htb_class prio and quantum fields by Jarek Poplawski · 16 years ago
  82. 633fe66 pkt_sched: sch_htb: Remove htb_sched nwc_hit field by Jarek Poplawski · 16 years ago
  83. 4164d66 pkt_sched: sch_htb: Remove htb_class aprio field by Jarek Poplawski · 16 years ago
  84. 71bcb09 tc: check for errors in gen_rate_estimator creation by Stephen Hemminger · 16 years ago
  85. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  86. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  87. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  88. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  89. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  90. 6974765 pkt_sched: Fix return value corruption in HTB and TBF. by David S. Miller · 16 years ago
  91. 26b284d pkt_sched: Fix oops in htb_delete. by Jarek Poplawski · 16 years ago
  92. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  93. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  94. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  95. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  96. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  97. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  98. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  99. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  100. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago