- 963178a0 flow_offload: fix suspicious RCU usage when offloading tc action by Baowen Zheng · 3 years ago
- c86e020 flow_offload: validate flags of filter and actions by Baowen Zheng · 3 years ago
- 13926d1 flow_offload: add reoffload process to update hw_count by Baowen Zheng · 3 years ago
- e8cb5bc net: sched: save full flags for tc action by Baowen Zheng · 3 years ago
- c7a66f8 flow_offload: add process to update action stats from hardware by Baowen Zheng · 3 years ago
- 7adc576 flow_offload: add skip_hw and skip_sw to control if offload the action by Baowen Zheng · 3 years ago
- 8cbfe93 flow_offload: allow user to offload tc action to net device by Baowen Zheng · 3 years ago
- 29cbcd8 net: sched: Remove Qdisc::running sequence counter by Ahmed S. Darwish · 3 years, 2 months ago
- 50dc9a8 net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data types by Ahmed S. Darwish · 3 years, 2 months ago
- 67c9e6270 net: sched: Protect Qdisc::bstats with u64_stats by Ahmed S. Darwish · 3 years, 2 months ago
- 695176b net_sched: refactor TC action init API by Cong Wang · 3 years, 5 months ago
- f79a3bc net/sched: Remove unnecessary if statement by Yajun Deng · 3 years, 6 months ago
- 55d96f7 net: sched: fix error return code in tcf_del_walker() by Yang Yingliang · 3 years, 6 months ago
- b3650bf7 net: sched: fix err handler in tcf_action_init() by Vlad Buslov · 3 years, 9 months ago
- 87c750e net: sched: fix action overwrite reference counting by Vlad Buslov · 3 years, 9 months ago
- 4ba8612 Revert "net: sched: bump refcount for new action in ACT replace mode" by Vlad Buslov · 3 years, 9 months ago
- 6855e82 net: sched: bump refcount for new action in ACT replace mode by Kumar Kartikeya Dwivedi · 3 years, 9 months ago
- d489ded Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 11 months ago
- 396d7f2 net: sched: fix police ext initialization by Vlad Buslov · 3 years, 11 months ago
- d349f99 net_sched: fix RTNL deadlock again caused by request_module() by Cong Wang · 4 years ago
- c129412 net/sched: sch_frag: add generic packet fragment support. by wenxu · 4 years, 1 month ago
- f460019 net: sched: alias action flags with TCA_ACT_ prefix by Vlad Buslov · 4 years, 1 month ago
- 872f690 treewide: rename nla_strlcpy to nla_strscpy. by Francis Laniel · 4 years, 1 month ago
- 9ca7187 Modify return value of nla_strlcpy to match that of strscpy. by Francis Laniel · 4 years, 1 month ago
- e5a4b17 net: sched: fix misspellings using misspell-fixer tool by Menglong Dong · 4 years, 2 months ago
- 94f44f2 net: sched: implement action-specific terse dump by Vlad Buslov · 4 years, 2 months ago
- 8b0308f Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 3 months ago
- 580e427 net_sched: check error pointer in tcf_dump_walker() by Cong Wang · 4 years, 3 months ago
- 1aad804 net_sched: remove a redundant goto chain check by Cong Wang · 4 years, 3 months ago
- 0fedc63 net_sched: commit action insertions together by Cong Wang · 4 years, 3 months ago
- e49d8c2 net_sched: defer tcf_idr_insert() in tcf_action_init_1() by Cong Wang · 4 years, 3 months ago
- c1f1f16 net: sched: skip an unnecessay check by Tom Rix · 4 years, 4 months ago
- 8bf1539 Remove redundant skb null check by Gaurav Singh · 4 years, 6 months ago
- 4b61d3e net: qos offload add flow status with dropped count by Po Liu · 4 years, 6 months ago
- ca44b73 net: sched: implement terse dump support in act by Vlad Buslov · 4 years, 8 months ago
- 47a1494 netlink: remove type-unsafe validation_data pointer by Johannes Berg · 4 years, 8 months ago
- 93a129e net: sched: expose HW stats types per action used by drivers by Jiri Pirko · 4 years, 9 months ago
- 8953b07 net: introduce nla_put_bitfield32() helper and use it by Jiri Pirko · 4 years, 9 months ago
- 0dfb2d8 net: sched: rename more stats_types by Jakub Kicinski · 4 years, 9 months ago
- 44f8658 sched: act: allow user to specify type of HW stats for a filter by Jiri Pirko · 4 years, 10 months ago
- 1521a67 sched: act: count in the size of action flags bitfield by Jiri Pirko · 4 years, 10 months ago
- 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
- e0e2b35 net/sched: actions: remove unused 'order' by Davide Caratti · 5 years ago
- b33e699 net_sched: add TCA_STATS_PKT64 attribute by Eric Dumazet · 5 years ago
- 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
- e382267 net: sched: update action implementations to support flags by Vlad Buslov · 5 years ago
- abbb0d3 net: sched: extend TCA_ACT space with TCA_ACT_FLAGS by Vlad Buslov · 5 years ago
- 5e174d5 net: sched: modify stats helper functions to support regular stats by Vlad Buslov · 5 years ago
- c8ecebd net: sched: extract common action counters update code into function by Vlad Buslov · 5 years ago
- 445d374 net/sched: Replace rcu_swap_protected() with rcu_replace_pointer() by Paul E. McKenney · 5 years ago
- 39f13ea net: avoid potential infinite loop in tc_ctl_action() by Eric Dumazet · 5 years ago
- 4b793fe net_sched: fix backward compatibility for TCA_ACT_KIND by Cong Wang · 5 years ago
- 199ce85 net_sched: add policy validation for action attributes by Cong Wang · 5 years ago
- e33d2b7 idr: fix overflow case for idr_for_each_entry_ul() by Cong Wang · 6 years ago
- 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
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 4097e9d2 net: sched: don't use tc_action->order during action dump by Vlad Buslov · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- ae0be8d netlink: make nla_nest_start() add NLA_F_NESTED flag by Michal Kubecek · 6 years ago
- ee3bbfe net/sched: let actions use RCU to access 'goto_chain' by Davide Caratti · 6 years ago
- 85d0966 net/sched: prepare TC actions to properly validate the control action by Davide Caratti · 6 years ago
- eddd2cf net: Change TCA_ACT_* to TCA_ID_* to match that of TCA_ID_POLICE by Eli Cohen · 6 years ago
- 69bd484 net/sched: Remove egdev mechanism by Oz Shlomo · 6 years ago
- dac9c97 net: Add extack to nlmsg_parse by David Ahern · 6 years ago
- 95278dd net_sched: convert idrinfo->lock from spinlock to a mutex by Cong Wang · 6 years ago
- 28169ab net/sched: Add hardware specific counters to TC actions by Eelco Chaudron · 6 years ago
- ec3ed29 net_sched: change tcf_del_walker() to take idrinfo->lock by Vlad Buslov · 6 years ago
- 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- c10bbfa net: sched: null actions array pointer before releasing action by Vlad Buslov · 6 years ago
- f061b48 Revert "net: sched: act: add extack for lookup callback" by Cong Wang · 6 years ago
- 97763dc net_sched: reject unknown tcfa_action values by Paolo Abeni · 6 years ago
- 244cd96 net_sched: remove list_head from tc_action by Cong Wang · 6 years ago
- 7d485c4 net_sched: remove unused tcf_idr_check() by Cong Wang · 6 years ago
- b144e7e net_sched: remove unused parameter for tcf_action_delete() by Cong Wang · 6 years ago
- 97a3f84f net_sched: remove unnecessary ops->delete() by Cong Wang · 6 years ago
- edfaf94 net_sched: improve and refactor tcf_action_put_many() by Cong Wang · 6 years ago
- 802bfb1 net/sched: user-space can't set unknown tcfa_action values by Paolo Abeni · 6 years ago
- 1f3ed38 net: sched: don't dump chains only held by actions by Jiri Pirko · 6 years ago
- e0479b6 net: sched: fix unprotected access to rcu cookie pointer by Vlad Buslov · 6 years ago
- 0dbc81e net: sched: Fix warnings from xchg() on RCU'd cookie pointer. by David S. Miller · 6 years ago
- 90b73b7 net: sched: change action API to use array of pointers to actions by Vlad Buslov · 6 years ago
- 0190c1d net: sched: atomically check-allocate action by Vlad Buslov · 6 years ago
- cae422f net: sched: use reference counting action init by Vlad Buslov · 6 years ago
- 4e8ddd7 net: sched: don't release reference on action overwrite by Vlad Buslov · 6 years ago
- 16af606 net: sched: implement reference counted action release by Vlad Buslov · 6 years ago
- 2a2ea34 net: sched: implement action API that deletes action by index by Vlad Buslov · 6 years ago
- 3f7c72b net: sched: always take reference to action by Vlad Buslov · 6 years ago
- 789871b net: sched: implement unlocked action init API by Vlad Buslov · 6 years ago
- 036bb44 net: sched: change type of reference and bind counters by Vlad Buslov · 6 years ago
- eec94fd net: sched: use rcu for action cookie update by Vlad Buslov · 6 years ago
- 290aa0a net: sched: don't disable bh when accessing action idr by Vlad Buslov · 7 years ago
- c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- 734549e net sched actions: fix dumping which requires several messages to user space by Craig Dillabaugh · 7 years ago
- affaa0c net/sched: remove tcf_idr_cleanup() by Davide Caratti · 7 years ago
- 4e76e75 net sched actions: calculate add/delete event message size by Roman Mashak · 7 years ago
- d04e699 net sched actions: update Add/Delete action API with new argument by Roman Mashak · 7 years ago
- d143b9e net sched actions: corrected extack message by Roman Mashak · 7 years ago
- b362014 net: sched: act: handle extack in tcf_generic_walker by Alexander Aring · 7 years ago
- 4178010 net: sched: act: add extack for walk callback by Alexander Aring · 7 years ago