1. 2c15a5a net/sched: Load modules via their alias by Michal Koutný · 1 year, 1 month ago
  2. 405cd9f net/sched: simplify tc_action_load_ops parameters by Pedro Tammela · 1 year, 2 months ago
  3. c2a67de9 net/sched: introduce ACT_P_BOUND return code by Pedro Tammela · 1 year, 2 months ago
  4. 4cf24dc net: sched: Add initial TC error skb drop reasons by Victor Nogueira · 1 year, 3 months ago
  5. fb27807 net: sched: Move drop_reason to struct tc_skb_cb by Victor Nogueira · 1 year, 3 months ago
  6. 1dd7f18 net/sched: act_api: skip idr replace on bound actions by Pedro Tammela · 1 year, 3 months ago
  7. 4b55e867 net/sched: act_api: rely on rcu in tcf_idr_check_alloc by Pedro Tammela · 1 year, 3 months ago
  8. 8d4390f net/sched: act_api: conditional notification of events by Pedro Tammela · 1 year, 3 months ago
  9. c73724b net/sched: act_api: don't open code max() by Pedro Tammela · 1 year, 3 months ago
  10. f9bfc8e net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_many by Pedro Tammela · 1 year, 3 months ago
  11. e09ac77 net/sched: act_api: stop loop over ops array on NULL in tcf_action_init by Pedro Tammela · 1 year, 3 months ago
  12. a0e947c net/sched: act_api: avoid non-contiguous action array by Pedro Tammela · 1 year, 3 months ago
  13. 3872347 net/sched: act_api: use tcf_act_for_each_action by Pedro Tammela · 1 year, 3 months ago
  14. 40cb2fd net, sched: Fix SKB_NOT_DROPPED_YET splat under debug config by Jamal Hadi Salim · 1 year, 4 months ago
  15. 989b52c net: sched: Replace strlcpy with strscpy by Azeem Shaikh · 1 year, 8 months ago
  16. fcb3a46 net/sched: act_api: use the correct TCA_ACT attributes in dump by Pedro Tammela · 2 years ago
  17. 2f59823 net/sched: act_api: add specific EXT_WARN_MSG for tc action by Hangbin Liu · 2 years ago
  18. 8de2bd0 Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" by Hangbin Liu · 2 years ago
  19. 923b2e3 net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy by Pedro Tammela · 2 years ago
  20. 80cd22c net/sched: cls_api: Support hardware miss to tc action by Paul Blakey · 2 years ago
  21. db4b490 net/sched: Rename user cookie and act cookie by Paul Blakey · 2 years ago
  22. 5246c89 net/sched: support per action hw stats by Oz Shlomo · 2 years, 1 month ago
  23. d307b2c net/sched: introduce flow_offload action cookie by Oz Shlomo · 2 years, 1 month ago
  24. 8f2ca70 net/sched: optimize action stats api calls by Oz Shlomo · 2 years, 1 month ago
  25. 0349b8779 sched: add new attr TCA_EXT_WARN_MSG to report tc extact message by Hangbin Liu · 2 years, 2 months ago
  26. 871cf38 net/sched: avoid indirect act functions on retpoline kernels by Pedro Tammela · 2 years, 3 months ago
  27. fae52d9 net: sched: act_api: implement generic walker and search for tc action by Zhengchao Shao · 2 years, 6 months ago
  28. 76b39b9 net/sched: act_api: Notify user space if any actions were flushed before error by Victor Nogueira · 2 years, 8 months ago
  29. c2ccf84e net/sched: act_api: Add extack to offload_act_setup() callback by Ido Schimmel · 2 years, 11 months ago
  30. d922a99 flow_offload: improve extack msg for user when adding invalid filter by Baowen Zheng · 3 years ago
  31. ecf4a24 net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD by Wan Jiabing · 3 years ago
  32. 5740d06 net: sched: limit TC_ACT_REPEAT loops by Eric Dumazet · 3 years ago
  33. 963178a0 flow_offload: fix suspicious RCU usage when offloading tc action by Baowen Zheng · 3 years, 2 months ago
  34. c86e020 flow_offload: validate flags of filter and actions by Baowen Zheng · 3 years, 2 months ago
  35. 13926d1 flow_offload: add reoffload process to update hw_count by Baowen Zheng · 3 years, 2 months ago
  36. e8cb5bc net: sched: save full flags for tc action by Baowen Zheng · 3 years, 2 months ago
  37. c7a66f8 flow_offload: add process to update action stats from hardware by Baowen Zheng · 3 years, 2 months ago
  38. 7adc576 flow_offload: add skip_hw and skip_sw to control if offload the action by Baowen Zheng · 3 years, 2 months ago
  39. 8cbfe93 flow_offload: allow user to offload tc action to net device by Baowen Zheng · 3 years, 2 months ago
  40. 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 5 months ago
  41. 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 5 months ago
  42. 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 5 months ago
  43. 695176b net_sched: refactor TC action init API by Cong Wang · 3 years, 7 months ago
  44. f79a3bc net/sched: Remove unnecessary if statement by Yajun Deng · 3 years, 8 months ago
  45. 55d96f7 net: sched: fix error return code in tcf_del_walker() by Yang Yingliang · 3 years, 9 months ago
  46. b3650bf7 net: sched: fix err handler in tcf_action_init() by Vlad Buslov · 3 years, 11 months ago
  47. 87c750e net: sched: fix action overwrite reference counting by Vlad Buslov · 3 years, 11 months ago
  48. 4ba8612 Revert "net: sched: bump refcount for new action in ACT replace mode" by Vlad Buslov · 3 years, 11 months ago
  49. 6855e82 net: sched: bump refcount for new action in ACT replace mode by Kumar Kartikeya Dwivedi · 4 years ago
  50. d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years ago
  51. 396d7f2 net: sched: fix police ext initialization by Vlad Buslov · 4 years ago
  52. d349f99 net_sched: fix RTNL deadlock again caused by request_module() by Cong Wang · 4 years, 1 month ago
  53. c129412 net/sched: sch_frag: add generic packet fragment support. by wenxu · 4 years, 3 months ago
  54. f460019 net: sched: alias action flags with TCA_ACT_ prefix by Vlad Buslov · 4 years, 3 months ago
  55. 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 4 months ago
  56. 9ca7187 Modify return value of nla_strlcpy to match that of strscpy. by Francis Laniel · 4 years, 4 months ago
  57. e5a4b17 net: sched: fix misspellings using misspell-fixer tool by Menglong Dong · 4 years, 4 months ago
  58. 94f44f2 net: sched: implement action-specific terse dump by Vlad Buslov · 4 years, 4 months ago
  59. 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 5 months ago
  60. 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 5 months ago
  61. 1aad804 net_sched: remove a redundant goto chain check by Cong Wang · 4 years, 5 months ago
  62. 0fedc63 net_sched: commit action insertions together by Cong Wang · 4 years, 5 months ago
  63. e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 5 months ago
  64. c1f1f16 net: sched: skip an unnecessay check by Tom Rix · 4 years, 6 months ago
  65. 8bf1539 Remove redundant skb null check by Gaurav Singh · 4 years, 9 months ago
  66. 4b61d3e net: qos offload add flow status with dropped count by Po Liu · 4 years, 9 months ago
  67. ca44b73 net: sched: implement terse dump support in act by Vlad Buslov · 4 years, 10 months ago
  68. 47a1494 netlink: remove type-unsafe validation_data pointer by Johannes Berg · 4 years, 10 months ago
  69. 93a129e net: sched: expose HW stats types per action used by drivers by Jiri Pirko · 5 years ago
  70. 8953b07 net: introduce nla_put_bitfield32() helper and use it by Jiri Pirko · 5 years ago
  71. 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 5 years ago
  72. 44f8658 sched: act: allow user to specify type of HW stats for a filter by Jiri Pirko · 5 years ago
  73. 1521a67 sched: act: count in the size of action flags bitfield by Jiri Pirko · 5 years ago
  74. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. e0e2b35 net/sched: actions: remove unused 'order' by Davide Caratti · 5 years ago
  76. b33e699 net_sched: add TCA_STATS_PKT64 attribute by Eric Dumazet · 5 years ago
  77. 43e0ae7 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 5 years ago
  78. e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
  79. abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
  80. 5e174d5 net: sched: modify stats helper functions to support regular stats by Vlad Buslov · 5 years ago
  81. c8ecebd net: sched: extract common action counters update code into function by Vlad Buslov · 5 years ago
  82. 445d374 net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
  83. 39f13ea net: avoid potential infinite loop in tc_ctl_action() by Eric Dumazet · 5 years ago
  84. 4b793fe net_sched: fix backward compatibility for TCA_ACT_KIND by Cong Wang · 5 years ago
  85. 199ce85 net_sched: add policy validation for action attributes by Cong Wang · 5 years ago
  86. e33d2b7 idr: fix overflow case for idr_for_each_entry_ul() by Cong Wang · 6 years ago
  87. 2f4c533 Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  88. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  89. 4097e9d2 net: sched: don't use tc_action->order during action dump by Vlad Buslov · 6 years ago
  90. 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
  91. ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
  92. ee3bbfe net/sched: let actions use RCU to access 'goto_chain' by Davide Caratti · 6 years ago
  93. 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
  94. eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
  95. 69bd484 net/sched: Remove egdev mechanism by Oz Shlomo · 6 years ago
  96. dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
  97. 95278dd net_sched: convert idrinfo->lock from spinlock to a mutex by Cong Wang · 6 years ago
  98. 28169ab net/sched: Add hardware specific counters to TC actions by Eelco Chaudron · 6 years ago
  99. ec3ed293 net_sched: change tcf_del_walker() to take idrinfo->lock by Vlad Buslov · 6 years ago
  100. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago