summaryrefslogtreecommitdiff
path: root/net/sched/act_api.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-28net/sched: act_api: fix skb sizing and action leak on reoffload deleteVictor Nogueira1-6/+11
2026-08-28net/sched: act_api: size the RTM_GETACTION reply from the actionsVictor Nogueira1-3/+4
2026-08-28net/sched: act_api: budget all shared attributes in notify skbsVictor Nogueira1-2/+11
2026-08-20net/sched: add get_fill_size callbacks for actions missing themVictor Nogueira1-1/+4
2026-08-11net/sched: act_api: fix TOCTOU NULL deref on a->goto_chainJamal Hadi Salim1-5/+5
2026-07-06net/sched: act_pedit: fix TOCTOU heap OOB write in tc offloadJamal Hadi Salim1-4/+9
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+1
2026-06-01net/sched: act_api: use RCU with deferred freeing for action lifecycleJamal Hadi Salim1-6/+1
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet1-1/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-2/+2
2026-01-06net/sched: act_api: avoid dereferencing ERR_PTR in tcf_idrinfo_destroyShivani Gupta1-0/+2
2025-09-02net_sched: act: remove tcfa_qstatsEric Dumazet1-4/+8
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet1-1/+8
2025-04-15tc: Return an error if filters try to attach too many actionsToke Høiland-Jørgensen1-2/+14
2024-10-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+22
2024-10-23net/sched: act_api: unexport tcf_action_dump_1()Vladimir Oltean1-45/+44
2024-10-23net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created...Vladimir Oltean1-1/+22
2024-10-15net: sched: Use rtnl_register_many().Kuniyuki Iwashima1-5/+8
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2024-06-18net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc()David Ruth1-2/+1
2024-06-06net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-02-02net/sched: Load modules via their aliasMichal Koutný1-1/+1
2024-01-07net/sched: simplify tc_action_load_ops parametersPedro Tammela1-5/+5
2024-01-03net/sched: introduce ACT_P_BOUND return codePedro Tammela1-1/+1
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira1-1/+2
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira1-1/+1
2023-12-13net/sched: act_api: skip idr replace on bound actionsPedro Tammela1-5/+6
2023-12-13net/sched: act_api: rely on rcu in tcf_idr_check_allocPedro Tammela1-22/+43
2023-12-11net/sched: act_api: conditional notification of eventsPedro Tammela1-23/+75
2023-12-11net/sched: act_api: don't open code max()Pedro Tammela1-6/+3
2023-12-05net/sched: act_api: use tcf_act_for_each_action in tcf_idr_insert_manyPedro Tammela1-4/+2
2023-12-05net/sched: act_api: stop loop over ops array on NULL in tcf_action_initPedro Tammela1-4/+2
2023-12-05net/sched: act_api: avoid non-contiguous action arrayPedro Tammela1-12/+21
2023-12-05net/sched: act_api: use tcf_act_for_each_actionPedro Tammela1-7/+5
2023-11-06net, sched: Fix SKB_NOT_DROPPED_YET splat under debug configJamal Hadi Salim1-1/+1
2023-07-10net: sched: Replace strlcpy with strscpyAzeem Shaikh1-1/+1
2023-03-23net/sched: act_api: use the correct TCA_ACT attributes in dumpPedro Tammela1-4/+4
2023-03-16net/sched: act_api: add specific EXT_WARN_MSG for tc actionHangbin Liu1-4/+4
2023-03-16Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy"Hangbin Liu1-2/+2
2023-02-27net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela1-2/+2
2023-02-20net/sched: cls_api: Support hardware miss to tc actionPaul Blakey1-1/+1
2023-02-20net/sched: Rename user cookie and act cookiePaul Blakey1-13/+13
2023-02-14net/sched: support per action hw statsOz Shlomo1-8/+0
2023-02-14net/sched: introduce flow_offload action cookieOz Shlomo1-0/+1
2023-02-14net/sched: optimize action stats api callsOz Shlomo1-3/+2
2023-01-17sched: add new attr TCA_EXT_WARN_MSG to report tc extact messageHangbin Liu1-5/+10
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela1-1/+2
2022-09-09net: sched: act_api: implement generic walker and search for tc actionZhengchao Shao1-4/+29
2022-06-27net/sched: act_api: Notify user space if any actions were flushed before errorVictor Nogueira1-8/+14