1. da01ec4 net: sched: do not emit messages while holding spinlock by Li RongQing · 7 years ago
  2. a38a988 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  3. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  4. e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
  5. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  6. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  7. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  8. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  9. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  10. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  11. 3c75f6e net_sched: sch_htb: add per class overlimits counter by Eric Dumazet · 7 years ago
  12. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  13. 88c2ace sch_htb: fix crash on init failure by Nikolay Aleksandrov · 7 years ago
  14. 143976c net_sched: remove tc class reference counting by WANG Cong · 8 years ago
  15. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 8 years ago
  16. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 8 years ago
  17. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  18. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  19. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  20. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  21. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  22. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  23. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  24. 73e42ff sch_htb: do not report fake rate estimators by Eric Dumazet · 8 years ago
  25. 48da34b sched: add and use qdisc_skb_head helpers by Florian Westphal · 8 years ago
  26. de0ba9a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  27. 0564bf0 net/sched/sch_htb: clamp xstats tokens to fit into 32-bit int by Konstantin Khlebnikov · 9 years ago
  28. ee58b57 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  29. 338ed9b net_sched: sch_htb: export class backlog in dumps by Eric Dumazet · 9 years ago
  30. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  31. 0ee1362 htb: call qdisc_root with rcu read lock held by Florian Westphal · 9 years ago
  32. a5a9f53 net_sched: sch_htb: defer skb freeing by Eric Dumazet · 9 years ago
  33. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 9 years ago
  34. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
  35. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 9 years ago
  36. a9efad8 net_sched: avoid too many hrtimer_start() calls by Eric Dumazet · 9 years ago
  37. 2a51c1e sched: use nla_put_u64_64bit() by Nicolas Dichtel · 9 years ago
  38. 431e3a8 sch_htb: update backlog as well by WANG Cong · 9 years ago
  39. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  40. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  41. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 10 years ago
  42. 348e343 net: sched: drop all special handling of tx_queue_len == 0 by Phil Sutter · 10 years ago
  43. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  44. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  45. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  46. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  47. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  48. ab34f64 net: sched: use __skb_queue_head_init() where applicable by Eric Dumazet · 10 years ago
  49. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  50. d2de875 net: use ktime_get_ns() and ktime_get_real_ns() helpers by Eric Dumazet · 11 years ago
  51. 6f542ef net_sched: htb: do not acquire qdisc lock in dump operations by Eric Dumazet · 11 years ago
  52. 2982431 sch_htb: let skb->priority refer to non-leaf class by Harry Mason · 11 years ago
  53. a071d27 sch_htb: use /* comments by Yang Yingliang · 11 years ago
  54. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
  55. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. 6b1dd85 sch_htb: remove unnecessary NULL pointer judgment by Yang Yingliang · 11 years ago
  57. 1598f7c net: sched: htb: fix the calculation of quantum by Yang Yingliang · 11 years ago
  58. df62cdf net_sched: htb: support of 64bit rates by Eric Dumazet · 11 years ago
  59. 3e1e3aa net_sched: add u64 rate to psched_ratecfg_precompute() by Eric Dumazet · 11 years ago
  60. f3ad857 net_sched: htb: fix a typo in htb_change_class() by Vimalkumar · 11 years ago
  61. 8a8e3d8 net_sched: restore "linklayer atm" handling by Jesper Dangaard Brouer · 12 years ago
  62. cbd3755 htb: fix sign extension bug by stephen hemminger · 12 years ago
  63. c936463 htb: refactor struct htb_sched fields for performance by Eric Dumazet · 12 years ago
  64. ca4ec90 htb: reorder struct htb_class fields for performance by Eric Dumazet · 12 years ago
  65. 64153ce net_sched: htb: do not setup default rate estimators by Eric Dumazet · 12 years ago
  66. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 12 years ago
  67. 5343a7f net_sched: htb: do not mix 1ns and 64ns time units by Eric Dumazet · 12 years ago
  68. 01cb71d net_sched: restore "overhead xxx" handling by Eric Dumazet · 12 years ago
  69. 6906f4e htb: add HTB_DIRECT_QLEN attribute by Eric Dumazet · 12 years ago
  70. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  71. 292f1c7 sch: make htb_rate_cfg and functions around that generic by Jiri Pirko · 12 years ago
  72. b9a7afd htb: initialize cl->tokens and cl->ctokens correctly by Jiri Pirko · 12 years ago
  73. bdd6998 htb: remove pointless first initialization of buffer and cbuffer by Jiri Pirko · 12 years ago
  74. 324f5aa htb: use PSCHED_TICKS2NS() by Jiri Pirko · 12 years ago
  75. 9c10f41 htb: fix values in opt dump by Jiri Pirko · 12 years ago
  76. d2fe85d net: sched: integer overflow fix by Stefan Hasko · 12 years ago
  77. 196d97f htb: fix two bugs by Eric Dumazet · 12 years ago
  78. 56b765b htb: improved accuracy at high rates by Vimalkumar · 12 years ago
  79. 2dd875f net_sched: update bstats in dequeue() by Eric Dumazet · 13 years ago
  80. 1704575 net: sched: factorize code (qdisc_drop()) by Eric Dumazet · 13 years ago
  81. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  82. 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
  83. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  84. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  85. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
  86. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  87. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  88. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  89. e18434c net_sched: use __TCA_HTB_MAX and TCA_HTB_MAX by Changli Gao · 14 years ago
  90. f2a0336 htb: remove two unnecessary assignments by Changli Gao · 15 years ago
  91. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
  92. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  93. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  94. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  95. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 16 years ago
  96. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 16 years ago
  97. 1224736 pkt_sched: sch_htb: Use workqueue to schedule after too many events. by Jarek Poplawski · 16 years ago
  98. e82181d pkt_sched: sch_htb: Warn on too many events. by Jarek Poplawski · 16 years ago
  99. b00355d pkt_sched: sch_hfsc: sch_htb: Add non-work-conserving warning handler. by Jarek Poplawski · 16 years ago
  100. a73be04 pkt_sched: sch_htb: Break all htb_do_events() after 2 jiffies by Jarek Poplawski · 16 years ago