summaryrefslogtreecommitdiff
path: root/net/sched/act_gate.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: act_gate: use percpu statsPedro Tammela2023-02-161-14/+16
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: act_gate: get rid of tcf_gate_walker and tcf_gate_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-7/+6
* net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2022-04-081-1/+2
* flow_offload: allow user to offload tc action to net deviceBaowen Zheng2021-12-191-1/+3
* flow_offload: add ops to tc_action_ops for flow action setupBaowen Zheng2021-12-191-0/+47
* flow_offload: fill flags to action structureBaowen Zheng2021-12-191-1/+1
* net_sched: refactor TC action init APICong Wang2021-08-021-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-3/+0
|\
| * net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang2020-09-241-3/+0
* | netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg2020-08-181-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-58/+68
|\
| * net/sched: act_gate: fix configuration of the periodic timerDavide Caratti2020-06-181-35/+55
| * net/sched: act_gate: fix NULL dereference in tcf_gate_init()Davide Caratti2020-06-181-23/+13
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-3/+3
|/
* net/sched: fix a couple of splats in the error path of tfc_gate_init()Davide Caratti2020-06-011-3/+6
* net: qos: introduce a gate control flow actionPo Liu2020-05-011-0/+636