1. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  2. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  3. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. 3501d05 sch_cbq: fix null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  5. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  6. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  7. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 7 years ago
  8. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 7 years ago
  9. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  10. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  11. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  12. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  13. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  14. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  15. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  16. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 8 years ago
  17. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 8 years ago
  18. cca605d net_sched: cbq: remove a flaky use of qdisc_is_throttled() by Eric Dumazet · 8 years ago
  19. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 8 years ago
  20. dd47c1f cbq: remove TCA_CBQ_POLICE support by Florian Westphal · 8 years ago
  21. c3498d3 cbq: remove TCA_CBQ_OVL_STRATEGY support by Florian Westphal · 8 years ago
  22. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 8 years ago
  23. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  24. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  25. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  26. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  27. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  28. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  29. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  30. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  31. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  32. 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
  33. 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
  34. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
  35. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
  36. 79c11f2 sch_cbq: remove unnecessary null pointer check by Yang Yingliang · 11 years ago
  37. 833fa74 net_sched: add space around '>' and before '(' by Yang Yingliang · 11 years ago
  38. a0db856 net_sched: Fix stack info leak in cbq_dump_wrr(). by David S. Miller · 11 years ago
  39. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 11 years ago
  40. f0f6ee1 cbq: incorrect processing of high limits by Vasily Averin · 12 years ago
  41. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  42. 46baac3 pkt_sched: use ns_to_ktime() helper by Eric Dumazet · 12 years ago
  43. bdfc87f net-sched: sch_cbq: avoid infinite loop by Eric Dumazet · 12 years ago
  44. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  45. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  46. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  47. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
  48. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  49. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  50. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  51. 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
  52. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  53. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  54. 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 15 years ago
  55. a2cb6a4 pkt_sched: Fix bogon in tasklet_hrtimer changes. by David S. Miller · 15 years ago
  56. 38acce2 pkt_sched: Convert CBQ to tasklet_hrtimer. by David S. Miller · 15 years ago
  57. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  58. ca44d6e pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US by Jarek Poplawski · 15 years ago
  59. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 16 years ago
  60. 71bcb09 tc: check for errors in gen_rate_estimator creation by Stephen Hemminger · 16 years ago
  61. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  62. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  63. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  64. 23dd7bb hrtimer: convert net::sched_cbq to the new hrtimer apis by Arjan van de Ven · 16 years ago
  65. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  66. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  67. 2540e05 pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race by Jarek Poplawski · 16 years ago
  68. 8608db0 pkt_sched: Never schedule non-root qdiscs. by David S. Miller · 16 years ago
  69. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  70. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  71. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  72. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  73. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  74. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  75. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  76. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  77. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  78. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago
  79. bb949fb netdev: Create netdev_queue abstraction. by David S. Miller · 16 years ago
  80. d77fea2 net-sched: sch_cbq: use dynamic class hash helpers by Patrick McHardy · 16 years ago
  81. ff31ab5 net-sched: change tcf_destroy_chain() to clear start of filter list by Patrick McHardy · 16 years ago
  82. 27a3421 [NET_SCHED]: Use nla_policy for attribute validation in packet schedulers by Patrick McHardy · 17 years ago
  83. 4b3550ef [NET_SCHED]: Use nla_nest_start/nla_nest_end by Patrick McHardy · 17 years ago
  84. cee6372 [NET_SCHED]: Propagate nla_parse return value by Patrick McHardy · 17 years ago
  85. 1e90474 [NET_SCHED]: Convert packet schedulers from rtnetlink to new netlink API by Patrick McHardy · 17 years ago
  86. 20fea08 [NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections. by Eric Dumazet · 17 years ago
  87. e9bef55 [NET_SCHED]: Cleanup L2T macros and handle oversized packets by Jesper Dangaard Brouer · 17 years ago
  88. ddeee3c [PKT_SCHED]: sch_cbq.c: Shut up uninitialized variable warning by Satyam Sharma · 17 years ago
  89. c3bc7cf [NET_SCHED]: Kill CONFIG_NET_CLS_POLICE by Patrick McHardy · 17 years ago
  90. 73ca491 [NET_SCHED]: act_api: qdisc internal reclassify support by Patrick McHardy · 17 years ago
  91. 0ba4805 [NET_SCHED]: Remove unnecessary includes by Patrick McHardy · 17 years ago
  92. 4bdf399 [NET_SCHED]: Remove unnecessary stats_lock pointers by Patrick McHardy · 17 years ago
  93. 876d48a [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR option by Patrick McHardy · 17 years ago
  94. b00b4bf [NET_SCHED]: Fix filter double free by Patrick McHardy · 17 years ago
  95. a48b5a6 [NET_SCHED]: Unline tcf_destroy by Patrick McHardy · 18 years ago
  96. 3bebcda [NET_SCHED]: turn PSCHED_GET_TIME into inline function by Patrick McHardy · 18 years ago
  97. 8edc0c3 [NET_SCHED]: kill PSCHED_TDIFF by Patrick McHardy · 18 years ago
  98. a084980 [NET_SCHED]: kill PSCHED_SET_PASTPERFECT/PSCHED_IS_PASTPERFECT by Patrick McHardy · 18 years ago
  99. 104e087 [NET_SCHED]: kill PSCHED_TLESS by Patrick McHardy · 18 years ago
  100. 7c59e25 [NET_SCHED]: kill PSCHED_TADD/PSCHED_TADD2 by Patrick McHardy · 18 years ago