1. 04c5538 net/sched: cls_u32: Fix reference counter leak leading to overflow by Lee Jones · 1 year, 9 months ago
  2. 9f3101d net/sched: avoid indirect classify functions on retpoline kernels by Pedro Tammela · 2 years, 3 months ago
  3. cc9039a net: sched: use tc_cls_bind_class() in filter by Zhengchao Shao · 2 years, 5 months ago
  4. 7cba183 net: sched: cls_u32: Avoid memcpy() false-positive warning by Kees Cook · 2 years, 5 months ago
  5. 5508ff7 net/sched: use tc_cls_stats_dump() in filter by Zhengchao Shao · 2 years, 6 months ago
  6. ec5b0f6 net/sched: cls_u32: fix possible leak in u32_init_knode() by Eric Dumazet · 2 years, 11 months ago
  7. 3db09e7 net/sched: cls_u32: fix netns refcount changes in u32_change() by Eric Dumazet · 2 years, 11 months ago
  8. c86e020 flow_offload: validate flags of filter and actions by Baowen Zheng · 3 years, 3 months ago
  9. 695176b net_sched: refactor TC action init API by Cong Wang · 3 years, 7 months ago
  10. 57b0637 net/sched: cls_u32: simplify the return expression of u32_reoffload_knode() by Zheng Yongjun · 4 years, 3 months ago
  11. d61491a net/sched: cls_u32: Replace one-element array with flexible-array member by Gustavo A. R. Silva · 4 years, 5 months ago
  12. 77aec5e net/sched: cls_u32: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 7 months ago
  13. c5eb179 net/sched: cls_u32: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 4 years, 9 months ago
  14. 2e24cd7 net_sched: fix ops->bind_class() implementations by Cong Wang · 5 years ago
  15. a5b72a0 net/sched: add delete_empty() to filters and use it in cls_flower by Davide Caratti · 5 years ago
  16. 275c44a net/sched: cls_u32: fix refcount leak in the error path of u32_change() by Davide Caratti · 5 years ago
  17. 4011921 net: sched: refactor block offloads counter usage by Vlad Buslov · 6 years ago
  18. a732331 net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_t by Pablo Neira Ayuso · 6 years ago
  19. a514862 net: sched: remove NET_CLS_IND config option by Jiri Pirko · 6 years ago
  20. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  21. d678714 net/sched: remove block pointer from common offload structure by Pieter Jansen van Vuuren · 6 years ago
  22. 88c44a5 net/sched: add block pointer to tc_cls_common_offload structure by Pieter Jansen van Vuuren · 6 years ago
  23. e512fcf net: sched: cls_u32: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  24. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  25. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  26. 1421510 net_sched: initialize net pointer inside tcf_exts_init() by Cong Wang · 6 years ago
  27. 12db03b net: sched: extend proto ops to support unlocked classifiers by Vlad Buslov · 6 years ago
  28. ec6743a net: sched: track rtnl lock status when validating extensions by Vlad Buslov · 6 years ago
  29. aeb3fec net_sched: fold tcf_block_cb_call() into tc_setup_cb_call() by Cong Wang · 6 years ago
  30. 068ceb3 net: sched: cls_u32: add res to offload information by Jakub Kicinski · 6 years ago
  31. d864991 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  32. a030598 net: sched: cls_u32: simplify the hell out u32_delete() emptiness check by Al Viro · 6 years ago
  33. b245d32 net: sched: cls_u32: keep track of knodes count in tc_u_common by Al Viro · 6 years ago
  34. 8a8065f net: sched: cls_u32: get rid of tp_c by Al Viro · 6 years ago
  35. db04ff4 net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->data by Al Viro · 6 years ago
  36. 18512f5 net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnode by Al Viro · 6 years ago
  37. 4895c42 net: sched: cls_u32: clean tc_u_common hashtable by Al Viro · 6 years ago
  38. 07743ca net: sched: cls_u32: get rid of tc_u_common ->rcu by Al Viro · 6 years ago
  39. ec17caf net: sched: cls_u32: get rid of tc_u_knode ->tp by Al Viro · 6 years ago
  40. dc07c57 net: sched: cls_u32: get rid of unused argument of u32_destroy_key() by Al Viro · 6 years ago
  41. 2f0c982 net: sched: cls_u32: make sure that divisor is a power of 2 by Al Viro · 6 years ago
  42. 27594ec net: sched: cls_u32: disallow linking to root hnode by Al Viro · 6 years ago
  43. b44ef84 net: sched: cls_u32: mark root hnode explicitly by Al Viro · 6 years ago
  44. 6d4c407 net: sched: cls_u32: fix hnode refcounting by Al Viro · 6 years ago
  45. 98c8f12 net: sched: Fix memory exposure from short TCA_U32_SEL by Kees Cook · 7 years ago
  46. 530d995 net: sched: cls_u32: implement offload tcf_proto_op by John Hurley · 7 years ago
  47. aaa908f net_sched: switch to rcu_work by Cong Wang · 7 years ago
  48. f12c643 net_sched: fix a missing idr_remove() in u32_delete_key() by Cong Wang · 7 years ago
  49. 339c21d net: sched: fix tc_u_common lookup by Jiri Pirko · 7 years ago
  50. c839682 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  51. 9d21874 Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 7 years ago
  52. eb53f7a net/sched: cls_u32: fix cls_u32 on filter replace by Ivan Vecera · 7 years ago
  53. f730cb9 cls_u32: Convert to idr_alloc_u32 by Matthew Wilcox · 7 years ago
  54. ffdc2d9 cls_u32: Reinstate cyclic allocation by Matthew Wilcox · 7 years ago
  55. 234a462 idr: Delete idr_replace_ext function by Matthew Wilcox · 7 years ago
  56. 9c16094 idr: Delete idr_remove_ext function by Matthew Wilcox · 7 years ago
  57. d7cdee5 cls_u32: fix use after free in u32_destroy_key() by Paolo Abeni · 7 years ago
  58. 058a6c0 cls_u32: add missing RCU annotation. by Paolo Abeni · 7 years ago
  59. 458e704 cls_u32: propagate extack to delete callback by Jakub Kicinski · 7 years ago
  60. f40fe58 cls_u32: pass offload flags to tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  61. 34832e1 net: sched: prepare for reimplementation of tc_cls_common_offload_init() by Jakub Kicinski · 7 years ago
  62. 715df5e net: sched: propagate extack to cls->destroy callbacks by Jakub Kicinski · 7 years ago
  63. 8f0b425 net: sched: add extack support for offload via tc_cls_common_offload by Quentin Monnet · 7 years ago
  64. 10a47e0 net: sched: cls_u32: propagate extack support for filter offload by Quentin Monnet · 7 years ago
  65. 4b981db net: sched: cls_u32: add extack support by Alexander Aring · 7 years ago
  66. 1057c55 net: sched: cls: add extack support for tcf_change_indev by Alexander Aring · 7 years ago
  67. 571acf2 net: sched: cls: add extack support for delete callback by Alexander Aring · 7 years ago
  68. 50a5619 net: sched: cls: add extack support for tcf_exts_validate by Alexander Aring · 7 years ago
  69. 7306db3 net: sched: cls: add extack support for change callback by Alexander Aring · 7 years ago
  70. 8865fdd net: sched: cls: fix code style issues by Alexander Aring · 7 years ago
  71. caa7260 net: sched: keep track of offloaded filters and check tc offload feature by Jiri Pirko · 7 years ago
  72. 8359301 net: remove duplicate includes by Pravin Shedge · 7 years ago
  73. 4dc6758 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  74. 35c55fc cls_u32: use tcf_exts_get_net() before call_rcu() by Cong Wang · 7 years ago
  75. 0f04d05 net: sched: cls_u32: use bitwise & rather than logical && on n->flags by Colin Ian King · 7 years ago
  76. e1ea2f9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  77. c0d378e net_sched: use tcf_queue_work() in u32 filter by Cong Wang · 7 years ago
  78. 8d26d56 net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS* by Jiri Pirko · 7 years ago
  79. 245dc51 net: sched: cls_u32: call block callbacks for offload by Jiri Pirko · 7 years ago
  80. 7746041 net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnode by Jiri Pirko · 7 years ago
  81. d18b4b3 net: sched: cls_u32: use hash_ptr() for tc_u_hash by Arnd Bergmann · 7 years ago
  82. 7fa9d97 net: sched: cls_u32: use block instead of q in tc_u_common by Jiri Pirko · 7 years ago
  83. e761437 net_sched: use idr to allocate u32 filter handles by Cong Wang · 7 years ago
  84. 07d79fc net_sched: add reverse binding for tc class by Cong Wang · 8 years ago
  85. 3cd904e net_sched: kill u32_node pointer in Qdisc by WANG Cong · 8 years ago
  86. 7b06e8a net: sched: remove cops->tcf_cl_offload by Jiri Pirko · 8 years ago
  87. 8113c09 net_sched: use void pointer for filter handle by WANG Cong · 8 years ago
  88. de4784c net: sched: get rid of struct tc_to_netdev by Jiri Pirko · 8 years ago
  89. 5fd9fc4 net: sched: push cls related args into cls_common structure by Jiri Pirko · 8 years ago
  90. 2572ac5 net: sched: make type an argument for ndo_setup_tc by Jiri Pirko · 8 years ago
  91. 705c709 net: sched: cls_u32: no need to call tcf_exts_change for newly allocated struct by Jiri Pirko · 8 years ago
  92. a5fcf8a net: propagate tc filter chain index down the ndo_setup_tc call by Jiri Pirko · 8 years ago
  93. 763dbf6 net_sched: move the empty tp check from ->destroy() to ->delete() by WANG Cong · 8 years ago
  94. fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
  95. 24d3dc6 net/sched: cls_u32: Reflect HW offload status by Or Gerlitz · 8 years ago
  96. 58fa118 cls_u32: don't bother explicitly initializing ->divisor to zero by Alexandru Moise · 8 years ago
  97. 5a7a555 net sched: stylistic cleanups by Jamal Hadi Salim · 8 years ago
  98. b9a24bb net_sched: properly handle failure case of tcf_exts_init() by WANG Cong · 9 years ago
  99. 201c44b net: cls_u32: be more strict about skip-sw flag for knodes by Jakub Kicinski · 9 years ago
  100. 6eef380 net: cls_u32: catch all hardware offload errors by Jakub Kicinski · 9 years ago