summaryrefslogtreecommitdiffstats
path: root/net/sched/act_ctinfo.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* netfilter: conntrack: Fix data-races around ct markDaniel Xu2022-11-181-3/+3
* net: sched: act_ctinfo: get rid of tcf_ctinfo_walker and tcf_ctinfo_searchZhengchao Shao2022-09-091-19/+0
* net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao2022-09-091-7/+6
* 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-3/+2
|/
* sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-3/+6
* net: sched: act_ctinfo: fix memory leakEric Dumazet2020-01-191-0/+11
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-2/+2
|\
| * net/sched: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-10-301-2/+2
* | net: sched: update action implementations to support flagsVlad Buslov2019-10-301-1/+1
* | net: sched: extend TCA_ACT space with TCA_ACT_FLAGSVlad Buslov2019-10-301-1/+1
|/
* net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-271-1/+1
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-051-4/+5
* net: sched: act_ctinfo: fix policy validationKevin Darbyshire-Bryant2019-06-171-1/+2
* net: sched: act_ctinfo: fix action creationKevin Darbyshire-Bryant2019-06-171-0/+1
* sched: act_ctinfo: use extack error reportingKevin Darbyshire-Bryant2019-06-141-5/+18
* net: sched: act_ctinfo: minor size optimisationKevin 'ldir' Darbyshire-Bryant2019-05-301-4/+0
* net: sched: Introduce act_ctinfo actionKevin 'ldir' Darbyshire-Bryant2019-05-291-0/+396