summaryrefslogtreecommitdiffstats
path: root/net/sched/act_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/sched: simplify tc_action_load_ops parametersPedro Tammela2024-01-071-5/+5
* net/sched: introduce ACT_P_BOUND return codePedro Tammela2024-01-041-1/+1
* net: sched: Add initial TC error skb drop reasonsVictor Nogueira2023-12-201-1/+2
* net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira2023-12-201-1/+1
* net/sched: act_api: skip idr replace on bound actionsPedro Tammela2023-12-141-5/+6
* net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela2023-12-141-22/+43
* net/sched: act_api: conditional notification of eventsPedro Tammela2023-12-121-23/+75
* net/sched: act_api: don't open code max()Pedro Tammela2023-12-121-6/+3
* net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela2023-12-051-4/+2
* net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela2023-12-051-4/+2
* net/sched: act_api: avoid non-contiguous action arrayPedro Tammela2023-12-051-12/+21
* net/sched: act_api: use tcf_act_for_each_actionPedro Tammela2023-12-051-7/+5
* net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim2023-11-061-1/+1
* net: sched: Replace strlcpy with strscpyAzeem Shaikh2023-07-101-1/+1
* 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-171-4/+4
* Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu2023-03-171-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-211-1/+1
* net/sched: Rename user cookie and act cookiePaul Blakey2023-02-211-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-281-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-031-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-171-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-171-1/+1
|\
| * net: sched: fix police ext initializationVlad Buslov2021-02-161-1/+1