1. 47ec530 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 5 months ago
  2. ac5c66f Revert "net: sched: Pass root lock to Qdisc_ops.enqueue" by Petr Machata · 4 years, 6 months ago
  3. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  4. 964201d net/sched: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  5. aebe442 net: sched: Pass root lock to Qdisc_ops.enqueue by Petr Machata · 4 years, 6 months ago
  6. e9789c7 sch_cbq: validate TCA_CBQ_WRROPT to avoid crash by Eric Dumazet · 5 years ago
  7. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  8. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  9. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  10. e5f0e8f net: sched: introduce and use qdisc tree flush/purge helpers by Paolo Abeni · 6 years ago
  11. 5dd431b net: sched: introduce and use qstats read helpers by Paolo Abeni · 6 years ago
  12. 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
  13. 62a6de6 net: sch: sch_cbq: add extack support by Alexander Aring · 7 years ago
  14. a38a9882 net: sch: api: add extack support in qdisc_create_dflt by Alexander Aring · 7 years ago
  15. 8d1a77f net: sch: api: add extack support in tcf_block_get by Alexander Aring · 7 years ago
  16. e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
  17. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  18. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  19. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  20. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  21. ac8ef4a net: sched: fix coding style issues by Alexander Aring · 7 years ago
  22. d51aae6 net: sched: cbq: create block for q->link.block by Jiri Pirko · 7 years ago
  23. f3ae608 net: sched: mark expected switch fall-throughs by Gustavo A. R. Silva · 7 years ago
  24. 69d78ef net: sched: store Qdisc pointer in struct block by Jiri Pirko · 7 years ago
  25. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  26. 3501d05 sch_cbq: fix null pointer dereferences on init failure by Nikolay Aleksandrov · 7 years ago
  27. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  28. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  29. 8989042 net_sched: reset pointers to tcf blocks in classful qdiscs' destructors by Konstantin Khlebnikov · 7 years ago
  30. e25ea21 net: sched: introduce a TRAP control action by Jiri Pirko · 8 years ago
  31. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  32. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  33. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  34. 49b4997 net: sched: make default fifo qdiscs appear in the dump by Jiri Kosina · 8 years ago
  35. cf1facd sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_api by Jiri Pirko · 8 years ago
  36. 8b0e195 ktime: Cleanup ktime_set() usage by Thomas Gleixner · 8 years ago
  37. 1c0d32f net_sched: gen_estimator: complete rewrite of rate estimators by Eric Dumazet · 8 years ago
  38. 520ac30 net_sched: drop packets after root qdisc lock is released by Eric Dumazet · 9 years ago
  39. 45f50be net_sched: remove generic throttled management by Eric Dumazet · 9 years ago
  40. cca605d net_sched: cbq: remove a flaky use of qdisc_is_throttled() by Eric Dumazet · 9 years ago
  41. a09ceb0 sched: remove qdisc->drop by Florian Westphal · 9 years ago
  42. dd47c1f cbq: remove TCA_CBQ_POLICE support by Florian Westphal · 9 years ago
  43. c3498d3 cbq: remove TCA_CBQ_OVL_STRATEGY support by Florian Westphal · 9 years ago
  44. edb09eb net: sched: do not acquire qdisc spinlock in qdisc/class stats dump by Eric Dumazet · 9 years ago
  45. 2ccccf5 net_sched: update hierarchical backlog too by WANG Cong · 9 years ago
  46. 86a7996 net_sched: introduce qdisc_replace() helper by WANG Cong · 9 years ago
  47. 3b3ae88 net: sched: consolidate tc_classify{,_compat} by Daniel Borkmann · 9 years ago
  48. b0ab6f9 net: sched: enable per cpu qstats by John Fastabend · 10 years ago
  49. 6401585 net: sched: restrict use of qstats qlen by John Fastabend · 10 years ago
  50. 25331d6 net: sched: implement qstat helper routines by John Fastabend · 10 years ago
  51. 22e0f8b net: sched: make bstats per cpu and estimator RCU safe by John Fastabend · 10 years ago
  52. 4a8e320 net: sched: use pinned timers by Eric Dumazet · 10 years ago
  53. 25d8c0d net: rcu-ify tcf_proto by John Fastabend · 10 years ago
  54. 7201c1d cbq: now_rt removal by Vasily Averin · 10 years ago
  55. 73d0f37 cbq: incorrectly low bandwidth setting blocks limited traffic by Vasily Averin · 10 years ago
  56. d59b7d8 net_sched: return nla_nest_end() instead of skb->len by Yang Yingliang · 11 years ago
  57. c17988a net_sched: replace pr_warning with pr_warn by Yang Yingliang · 11 years ago
  58. 79c11f2 sch_cbq: remove unnecessary null pointer check by Yang Yingliang · 11 years ago
  59. 833fa74 net_sched: add space around '>' and before '(' by Yang Yingliang · 11 years ago
  60. a0db856 net_sched: Fix stack info leak in cbq_dump_wrr(). by David S. Miller · 11 years ago
  61. 45203a3 net_sched: add 64bit rate estimators by Eric Dumazet · 12 years ago
  62. f0f6ee1 cbq: incorrect processing of high limits by Vasily Averin · 12 years ago
  63. b67bfe0 hlist: drop the node parameter from iterators by Sasha Levin · 12 years ago
  64. 46baac3 pkt_sched: use ns_to_ktime() helper by Eric Dumazet · 12 years ago
  65. bdfc87f net-sched: sch_cbq: avoid infinite loop by Eric Dumazet · 12 years ago
  66. 1b34ec4 pkt_sched: Stop using NLA_PUT*(). by David S. Miller · 13 years ago
  67. 5bdc22a Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  68. 9190b3b net_sched: accurate bytes/packets stats/rates by Eric Dumazet · 14 years ago
  69. fd245a4 net_sched: move TCQ_F_THROTTLED flag by Eric Dumazet · 14 years ago
  70. cc7ec45 net_sched: cleanups by Eric Dumazet · 14 years ago
  71. bfe0d02 net_sched: factorize qdisc stats handling by Eric Dumazet · 14 years ago
  72. 3511c91 net_sched: remove the unused parameter of qdisc_create_dflt() by Changli Gao · 14 years ago
  73. 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
  74. d250a5f pkt_sched: gen_estimator: Dont report fake rate estimators by Eric Dumazet · 15 years ago
  75. 5b9a9cc net_sched: remove some unnecessary checks in classful schedulers by Patrick McHardy · 15 years ago
  76. 2fbd3da pkt_sched: Revert tasklet_hrtimer changes. by David S. Miller · 15 years ago
  77. a2cb6a4 pkt_sched: Fix bogon in tasklet_hrtimer changes. by David S. Miller · 15 years ago
  78. 38acce2 pkt_sched: Convert CBQ to tasklet_hrtimer. by David S. Miller · 15 years ago
  79. c1a8f1f net: restore gnet_stats_basic to previous definition by Eric Dumazet · 15 years ago
  80. ca44d6e pkt_sched: Rename PSCHED_US2NS and PSCHED_NS2US by Jarek Poplawski · 16 years ago
  81. 7cd0a63 pkt_sched: Change misleading code in class delete. by Jarek Poplawski · 16 years ago
  82. 71bcb09 tc: check for errors in gen_rate_estimator creation by Stephen Hemminger · 16 years ago
  83. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  84. f30ab41 pkt_sched: Remove qdisc->ops->requeue() etc. by Jarek Poplawski · 16 years ago
  85. 77be155 pkt_sched: Add peek emulation for non-work-conserving qdiscs. by Jarek Poplawski · 16 years ago
  86. 23dd7bb hrtimer: convert net::sched_cbq to the new hrtimer apis by Arjan van de Ven · 16 years ago
  87. 102396a pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock() by Jarek Poplawski · 16 years ago
  88. f6f9b93 pkt_sched: Fix gen_estimator locks by Jarek Poplawski · 16 years ago
  89. 2540e05 pkt_sched: Fix qdisc_watchdog() vs. dev_deactivate() race by Jarek Poplawski · 16 years ago
  90. 8608db0 pkt_sched: Never schedule non-root qdiscs. by David S. Miller · 16 years ago
  91. c27f339 net_sched: Add qdisc __NET_XMIT_BYPASS flag by Jarek Poplawski · 16 years ago
  92. 378a2f0 net_sched: Add qdisc __NET_XMIT_STOLEN flag by Jarek Poplawski · 16 years ago
  93. 547b792 net: convert BUG_TRAP to generic WARN_ON by Ilpo Järvinen · 16 years ago
  94. 0abf77e net_sched: Add accessor function for packet length for qdiscs by Jussi Kivilinna · 16 years ago
  95. 5f86173 net_sched: Add qdisc_enqueue wrapper by Jussi Kivilinna · 16 years ago
  96. 37437bb pkt_sched: Schedule qdiscs instead of netdev_queue. by David S. Miller · 16 years ago
  97. 7698b4f pkt_sched: Add and use qdisc_root() and qdisc_root_lock(). by David S. Miller · 16 years ago
  98. 86d804e netdev: Make netif_schedule() routines work with netdev_queue objects. by David S. Miller · 16 years ago
  99. dc2b484 netdev: Move queue_lock into struct netdev_queue. by David S. Miller · 16 years ago
  100. 5ce2d48 pkt_sched: Remove 'dev' member of struct Qdisc. by David S. Miller · 16 years ago