1. 973bf8f net: sched: Clarify error message when qdisc kind is unknown by Victor Nogueira · 3 years ago
  2. de2d807 sch_api: Don't skip qdisc attach on ingress by Maxim Mikityanskiy · 3 years ago
  3. 88248c3 net/sched: add missing tracker information in qdisc_create() by Eric Dumazet · 3 years ago
  4. 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 2 months ago
  5. 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 2 months ago
  6. dd9a887 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 3 months ago
  7. 69508d4 net_sched: Use struct_size() and flex_array_size() helpers by Gustavo A. R. Silva · 3 years, 3 months ago
  8. b193e15 net: prevent user from passing illegal stab size by 王贇 · 3 years, 3 months ago
  9. f79a3bc net/sched: Remove unnecessary if statement by Yajun Deng · 3 years, 6 months ago
  10. bfc2560 net: sched: avoid duplicates in classes dump by Maximilian Heyne · 3 years, 10 months ago
  11. 4dd78a7 net: sched: Add extack to Qdisc_class_ops.delete by Maxim Mikityanskiy · 4 years ago
  12. e4bedf4 net_sched: reject silly cell_log in qdisc_get_rtab() by Eric Dumazet · 4 years ago
  13. 0fca55e net: sched: remove redundant 'rtnl_held' argument by Vlad Buslov · 4 years, 1 month ago
  14. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
  15. 9ca7187 Modify return value of nla_strlcpy to match that of strscpy. by Francis Laniel · 4 years, 1 month ago
  16. a8b7b2d sched: sch_api: add missing rcu read lock to silence the warning by Jiri Pirko · 4 years, 5 months ago
  17. 8eaf8d9 Remove redundant condition in qdisc_graft by Gaurav Singh · 4 years, 6 months ago
  18. f5a7833 net_sched: add a tracepoint for qdisc creation by Cong Wang · 4 years, 7 months ago
  19. b88948f net_sched: do not reprogram a timer about to expire by Eric Dumazet · 4 years, 10 months ago
  20. efe074c net_sched: add qdisc_watchdog_schedule_range_ns() by Eric Dumazet · 4 years, 10 months ago
  21. 760d228 net_sched: walk through all child classes in tc_bind_tclass() by Cong Wang · 5 years ago
  22. 2e24cd7 net_sched: fix ops->bind_class() implementations by Cong Wang · 5 years ago
  23. 6f96c3c net_sched: fix backward compatibility for TCA_KIND by Cong Wang · 5 years ago
  24. 62794fc net_sched: add max len check for TCA_KIND by Cong Wang · 5 years ago
  25. 8b142a0 net_sched: check cops->tcf_block in tc_bind_tclass() by Cong Wang · 5 years ago
  26. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  27. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  28. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  29. 8a53e61 net: sched: when clearing NOLOCK, clear TCQ_F_CPUSTATS, too by Paolo Abeni · 6 years ago
  30. 5b5f99b net_sched: return correct value for *notify* functions by Zhike Wang · 6 years ago
  31. 6e07902 net: sched: using kfree_rcu() to simplify the code by Wei Yongjun · 6 years ago
  32. aaeb1de net: sched: sch_api: set an error msg when qdisc_alloc_handle() fails by Ivan Vecera · 6 years ago
  33. 12db03b net: sched: extend proto ops to support unlocked classifiers by Vlad Buslov · 6 years ago
  34. fe2923a net: sched: traverse classifiers in chain with tcf_get_next_proto() by Vlad Buslov · 6 years ago
  35. bbf7383 net: sched: traverse chains in block with tcf_get_next_chain() by Vlad Buslov · 6 years ago
  36. 5f2939d sch_api: Change signature of qdisc_tree_reduce_backlog() to use ints by Toke Høiland-Jørgensen · 6 years ago
  37. e0c38a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  38. 2561f97 net: sched: simplify the qdisc_leaf code by Tonghao Zhang · 6 years ago
  39. ae0e334 net/sched: Replace call_rcu_bh() and rcu_barrier_bh() by Paul E. McKenney · 6 years ago
  40. 98b0e5f net: sched: provide notification for graft on root by Jakub Kicinski · 6 years ago
  41. 9da93ec net: sched: refactor grafting Qdiscs with a parent by Jakub Kicinski · 6 years ago
  42. bfaee91 net: sched: add an offload graft helper by Jakub Kicinski · 6 years ago
  43. b592843 net: sched: add an offload dump helper by Jakub Kicinski · 6 years ago
  44. e72bde6 net: sched: Remove TCA_OPTIONS from policy by David Ahern · 6 years ago
  45. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  46. 3c53ed8 net: sched: Fix for duplicate class dump by Phil Sutter · 6 years ago
  47. e331473 net/sched: cls_api: add missing validation of netlink attributes by Davide Caratti · 6 years ago
  48. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  49. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  50. 8b4c3cd net: sched: Add policy validation for tc attributes by David Ahern · 6 years ago
  51. 3a7d0d0 net: sched: extend Qdisc with rcu by Vlad Buslov · 6 years ago
  52. 86bd446 net: sched: rename qdisc_destroy() to qdisc_put() by Vlad Buslov · 6 years ago
  53. 8ecc7c8 net_sched: remove redundant qdisc lock classes by Cong Wang · 6 years ago
  54. 860b642 net/sched: Allow creating a Qdisc watchdog with other clocks by Vinicius Costa Gomes · 6 years ago
  55. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  56. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  57. fd5ac14 net: sch: Don't warn on missmatching qlen and backlog for offloaded qdiscs by Nogah Frankel · 7 years ago
  58. 13da199 net: Convert subsys_initcall() registered pernet_operations from net/sched by Kirill Tkhai · 7 years ago
  59. d47a6b0 net: sched: introduce ingress/egress block index attributes for qdisc by Jiri Pirko · 7 years ago
  60. c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  61. 81d947e net, sched: fix panic when updating miniq {b,q}stats by Daniel Borkmann · 7 years ago
  62. 96890d6 net: delete /proc THIS_MODULE references by Alexey Dobriyan · 7 years ago
  63. 44edf2f net: sched: Move offload check till after dump call by Nogah Frankel · 7 years ago
  64. 8ec6957 net: sched: don't set extack message in case the qdisc will be created by Jiri Pirko · 7 years ago
  65. d0bd684 net: sch: api: add extack support in qdisc_alloc by Alexander Aring · 7 years ago
  66. e9bc3fa net: sch: api: add extack support in qdisc_get_rtab by Alexander Aring · 7 years ago
  67. 653d6fd net: sched: sch: add extack for graft callback by Alexander Aring · 7 years ago
  68. cbaacc4 net: sched: sch: add extack for block callback by Alexander Aring · 7 years ago
  69. 793d81d net: sched: sch: add extack to change class by Alexander Aring · 7 years ago
  70. 2030721 net: sched: sch: add extack for change qdisc ops by Alexander Aring · 7 years ago
  71. e63d7df net: sched: sch: add extack for init callback by Alexander Aring · 7 years ago
  72. 0921559 net: sched: sch_api: handle generic qdisc errors by Alexander Aring · 7 years ago
  73. ac8ef4a net: sched: fix coding style issues by Alexander Aring · 7 years ago
  74. c30abd5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  75. 7a4fa29 net: sched: Add TCA_HW_OFFLOAD by Yuval Mintz · 7 years ago
  76. c5ad119 net: sched: pfifo_fast use skb_array by John Fastabend · 7 years ago
  77. 7e66016 net: sched: helpers to sum qlen and qlen for per cpu logic by John Fastabend · 7 years ago
  78. 54160ef net: sched: sch_api: rearrange init handling by Alexander Aring · 7 years ago
  79. 0ac4bd6 net: sched: sch_api: fix code style issues by Alexander Aring · 7 years ago
  80. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  81. 50317fc net_sched: avoid matching qdisc with zero handle by Cong Wang · 7 years ago
  82. 74e3be6 net: sched: use tcf_block_q helper to get q pointer for sch_tree_lock by Jiri Pirko · 7 years ago
  83. 7e5dd53 net_sched: use explicit size of struct tcmsg, remove need to declare tcm by Colin Ian King · 7 years ago
  84. 6026e04 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  85. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 7 years ago
  86. 143976c net_sched: remove tc class reference counting by WANG Cong · 7 years ago
  87. 14546ba net_sched: introduce tclass_del_notify() by WANG Cong · 7 years ago
  88. 27d7f07 net_sched: get rid of more forward declarations by WANG Cong · 7 years ago
  89. 551143d net_sched: fix a refcount_t issue with noop_qdisc by Eric Dumazet · 7 years ago
  90. 9695fe6 net: sched: use kvmalloc() for class hash tables by Eric Dumazet · 7 years ago
  91. 9594665 net_sched: call qlen_notify only if child qdisc is empty by Konstantin Khlebnikov · 7 years ago
  92. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  93. c90e951 net_sched: remove warning from qdisc_hash_add by Konstantin Khlebnikov · 7 years ago
  94. b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
  95. 7b93640 net, sched: convert Qdisc.refcnt from atomic_t to refcount_t by Reshetova, Elena · 7 years ago
  96. b079115 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. c1a4872 net: sched: Fix one possible panic when no destroy callback by Gao Feng · 8 years ago
  98. 6529eab net: sched: introduce tcf block infractructure by Jiri Pirko · 8 years ago
  99. 87d8309 net: sched: move tc_classify function to cls_api.c by Jiri Pirko · 8 years ago
  100. cb395b2 net: sched: optimize class dumps by Eric Dumazet · 8 years ago