summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela2023-03-231-4/+4
* net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu2023-03-161-4/+4
* Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-161-2/+2
* net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela2023-02-271-2/+2
* net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-201-1/+1
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-201-13/+13
* net/sched: support per action hw statsOz Shlomo2023-02-141-8/+0
* net/sched: introduce flow_offload action cookieOz Shlomo2023-02-141-0/+1
* net/sched: optimize action stats api callsOz Shlomo2023-02-141-3/+2
* sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu2023-01-171-5/+10
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-1/+2
* net: sched: act_api: implement generic walker and search for tc actionZhengchao Shao2022-09-091-4/+29
* net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira2022-06-271-8/+14
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-2/+2
* flow_offload: improve extack msg for user when adding invalid filterBaowen Zheng2022-03-021-0/+2
* net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MODWan Jiabing2022-02-231-1/+1
* net: sched: limit TC_ACT_REPEAT loopsEric Dumazet2022-02-161-3/+10
* flow_offload: fix suspicious RCU usage when offloading tc actionBaowen Zheng2021-12-231-2/+9
* flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-3/+15
* flow_offload: add reoffload process to update hw_countBaowen Zheng2021-12-191-17/+235
* net: sched: save full flags for tc actionBaowen Zheng2021-12-191-3/+5
* flow_offload: add process to update action stats from hardwareBaowen Zheng2021-12-191-0/+34
* flow_offload: add skip_hw and skip_sw to control if offload the actionBaowen Zheng2021-12-191-6/+77
* flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-0/+93
* net: sched: Remove Qdisc::running sequence counterAhmed S. Darwish2021-10-181-4/+5
* net: sched: Merge Qdisc::bstats and Qdisc::cpu_bstats data typesAhmed S. Darwish2021-10-181-7/+7
* net: sched: Protect Qdisc::bstats with u64_statsAhmed S. Darwish2021-10-181-0/+2
* net_sched: refactor TC action init APICong Wang2021-08-021-30/+31
* net/sched: Remove unnecessary if statementYajun Deng2021-07-161-10/+2
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-06-171-1/+2
* net: sched: fix err handler in tcf_action_init()Vlad Buslov2021-04-081-10/+16
* net: sched: fix action overwrite reference countingVlad Buslov2021-04-081-7/+15
* Revert "net: sched: bump refcount for new action in ACT replace mode"Vlad Buslov2021-04-081-3/+0
* net: sched: bump refcount for new action in ACT replace modeKumar Kartikeya Dwivedi2021-03-301-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-161-1/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-1/+1
* | net_sched: fix RTNL deadlock again caused by request_module()Cong Wang2021-01-181-38/+66
|/
* net/sched: sch_frag: add generic packet fragment support.wenxu2020-11-271-0/+16
* net: sched: alias action flags with TCA_ACT_ prefixVlad Buslov2020-11-251-5/+5
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* Modify return value of nla_strlcpy to match that of strscpy.Francis Laniel2020-11-161-1/+1
* net: sched: fix misspellings using misspell-fixer toolMenglong Dong2020-11-101-1/+1
* net: sched: implement action-specific terse dumpVlad Buslov2020-11-051-32/+37
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-25/+29
|\
| * net_sched: check error pointer in tcf_dump_walker()Cong Wang2020-10-041-0/+2
| * net_sched: remove a redundant goto chain checkCong Wang2020-09-281-14/+0
| * net_sched: commit action insertions togetherCong Wang2020-09-241-9/+23
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-18/+20
* | net: sched: skip an unnecessay checkTom Rix2020-09-081-2/+3
|/
* Remove redundant skb null checkGaurav Singh2020-06-201-1/+1