summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-091-2/+4
* net: sched: use tc_cls_bind_class() in filterZhengchao Shao2022-10-021-6/+1
* net: sched: cls_u32: Avoid memcpy() false-positive warningKees Cook2022-09-291-1/+5
* net/sched: use tc_cls_stats_dump() in filterZhengchao Shao2022-09-201-15/+5
* net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet2022-04-151-4/+4
* net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet2022-04-151-6/+10
* flow_offload: validate flags of filter and actionsBaowen Zheng2021-12-191-5/+7
* net_sched: refactor TC action init APICong Wang2021-08-021-12/+12
* net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Zheng Yongjun2020-12-081-8/+3
* net/sched: cls_u32: Replace one-element array with flexible-array memberGustavo A. R. Silva2020-09-281-4/+4
* net/sched: cls_u32: Use struct_size() helperGustavo A. R. Silva2020-07-311-14/+6
* net/sched: cls_u32: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-3/+1
* net_sched: fix ops->bind_class() implementationsCong Wang2020-01-271-3/+8
* net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-301-25/+0
* net/sched: cls_u32: fix refcount leak in the error path of u32_change()Davide Caratti2019-12-191-0/+25
* net: sched: refactor block offloads counter usageVlad Buslov2019-08-261-17/+12
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-191-3/+3
* net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-15/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-11/+6
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-051-6/+11
* net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva2019-05-041-1/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-1/+2
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-221-4/+4
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-121-5/+7
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-121-1/+1
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-141-4/+4
* net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-191-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-121-3/+3
|\
| * net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-071-5/+5
* | net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro2018-10-081-47/+1
* | net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro2018-10-081-0/+6
* | net: sched: cls_u32: get rid of tp_cAl Viro2018-10-081-7/+4
* | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro2018-10-081-3/+2
* | net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro2018-10-081-4/+4
* | net: sched: cls_u32: clean tc_u_common hashtableAl Viro2018-10-081-15/+9
* | net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro2018-10-081-1/+0
* | net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro2018-10-081-3/+0
* | net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro2018-10-081-7/+6
* | net: sched: cls_u32: make sure that divisor is a power of 2Al Viro2018-10-081-1/+5
* | net: sched: cls_u32: disallow linking to root hnodeAl Viro2018-10-081-0/+4
* | net: sched: cls_u32: mark root hnode explicitlyAl Viro2018-10-081-1/+3
|/
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-261-2/+8
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+111
* net_sched: switch to rcu_workCong Wang2018-05-241-27/+10
* net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-071-0/+1
* net: sched: fix tc_u_common lookupJiri Pirko2018-02-131-4/+20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-091-1/+2
|\
| * net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2