summaryrefslogtreecommitdiff
path: root/include/net/tc_act
AgeCommit message (Expand)AuthorFilesLines
2025-07-12net_sched: act_skbedit: use RCU in tcf_skbedit_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_police: use RCU in tcf_police_dump()Eric Dumazet1-1/+2
2025-07-12net_sched: act_pedit: use RCU in tcf_pedit_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_nat: use RCU in tcf_nat_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_mpls: use RCU in tcf_mpls_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-3/+3
2025-07-12net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet1-1/+1
2025-07-12net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet1-0/+1
2025-07-12net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-0/+1
2025-06-26net/sched: Remove unused functionsYue Haibing7-63/+0
2024-01-02net/sched: Retire ipt actionJamal Hadi Salim1-17/+0
2023-12-27net/sched: act_mirred: Allow mirred to blockVictor Nogueira1-0/+1
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+9
2023-10-25sched: act_ct: switch to per-action label countingFlorian Westphal1-0/+1
2023-02-16net/sched: act_connmark: transition to percpu stats and rcuPedro Tammela1-2/+7
2023-02-16net/sched: act_nat: transition to percpu stats and rcuPedro Tammela1-3/+7
2023-02-02net/sched: transition act_pedit to rcu and percpu statsPedro Tammela1-15/+66
2022-11-08net: sched: add helper support in act_ctXin Long1-0/+1
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar1-0/+29
2022-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-0/+1
2022-04-19net: sched: support hash selecting tx queueTonghao Zhang1-0/+1
2022-04-08net/sched: act_skbedit: Add extack messages for offload failureIdo Schimmel1-0/+12
2022-04-08net/sched: act_gact: Add extack messages for offload failureIdo Schimmel1-0/+15
2022-03-23net/sched: fix incorrect vlan_push_eth dest fieldLouis Peens1-1/+1
2022-03-17net/sched: add vlan push_eth and pop_eth action to the hardware IRMaor Dickman1-0/+10
2022-02-28net: flow_offload: add tc police action parametersJianbo Liu1-0/+30
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-5/+0
2021-12-08net: sched: act_mirred: add net device refcount trackerEric Dumazet1-0/+1
2021-06-02net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko1-0/+1
2021-03-14net/sched: act_police: add support for packet-per-second policingBaowen Zheng1-4/+44
2021-03-14flow_offload: add support for packet-per-second policingXingfeng Hu1-0/+12
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2020-10-15net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky1-1/+4
2020-10-04net/sched: act_vlan: Add {POP,PUSH}_ETH actionsGuillaume Nault1-0/+2
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu1-2/+30
2020-06-25net: qos: add tc police offloading action with max frame size limitPo Liu1-0/+10
2020-06-16net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inlineAlaa Hleihel1-1/+10
2020-05-02net: schedule: add action gate offloadingPo Liu1-0/+99
2020-05-02net: qos: introduce a gate control flow actionPo Liu1-0/+47
2020-03-20net: tc_skbedit: Make the skbedit priority offloadablePetr Machata1-0/+17
2020-03-20net: tc_skbedit: Factor a helper out of is_tcf_skbedit_{mark, ptype}()Petr Machata1-14/+10
2020-03-20net: sched: Do not assume RTNL is held in tunnel key action helpersIdo Schimmel1-2/+6
2020-03-13net/sched: act_ct: Enable hardware offload of flow table entiresPaul Blakey1-0/+10
2020-03-13net/sched: act_ct: Support restoring conntrack info on skbsPaul Blakey1-0/+7
2020-03-04net/sched: act_ct: Create nf flow table per zonePaul Blakey1-0/+2
2020-02-18net: sched: refactor ct action helpers to require tcf_lockVlad Buslov1-2/+4
2020-02-18net: sched: refactor police action helpers to require tcf_lockVlad Buslov1-2/+4
2020-02-18net: sched: lock action when translating it to flow_action infraVlad Buslov1-1/+1