summaryrefslogtreecommitdiff
path: root/net/sched/act_ctinfo.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný1-0/+1
2024-01-04net/sched: introduce ACT_P_BOUND return codePedro Tammela1-1/+1
2023-02-14net/sched: act_ctinfo: use percpu statsPedro Tammela1-3/+3
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela1-2/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu1-3/+3
2022-09-09net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_searchZhengchao Shao1-19/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao1-7/+6
2021-12-19flow_offload: fill flags to action structureBaowen Zheng1-1/+1
2021-08-02net_sched: refactor TC action init APICong Wang1-2/+2
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+0
2020-09-25net_sched: defer tcf_idr_insert() in tcf_action_init_1()Cong Wang1-3/+0
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg1-3/+2
2020-07-04sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen1-3/+6
2020-01-19net: sched: act_ctinfo: fix memory leakEric Dumazet1-0/+11
2019-11-27Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2019-10-31net: sched: update action implementations to support flagsVlad Buslov1-1/+1
2019-10-31net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov1-1/+1
2019-10-30net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-2/+2
2019-08-28net_sched: fix a NULL pointer deref in ipt actionCong Wang1-1/+1
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin1-4/+5
2019-06-18net: sched: act_ctinfo: fix policy validationKevin Darbyshire-Bryant1-1/+2
2019-06-18net: sched: act_ctinfo: fix action creationKevin Darbyshire-Bryant1-0/+1
2019-06-14sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant1-5/+18
2019-05-31net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant1-4/+0
2019-05-30net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant1-0/+396