aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_u32.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersGravatar Victor Nogueira 1-0/+1
2023-10-06net: sched: cls_u32: Fix allocation size in u32_init()Gravatar Gustavo A. R. Silva 1-1/+1
2023-07-31net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freeGravatar valis 1-1/+0
2023-07-28net: sched: cls_u32: Fix match key mis-addressingGravatar Jamal Hadi Salim 1-6/+50
2023-07-17net: sched: cls_u32: Undo refcount decrement in case update failedGravatar Victor Nogueira 1-0/+7
2023-07-17net: sched: cls_u32: Undo tcf_bind_filter if u32_replace_hw_knodeGravatar Victor Nogueira 1-11/+30
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowGravatar Lee Jones 1-8/+10
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsGravatar Pedro Tammela 1-2/+4
2022-10-02net: sched: use tc_cls_bind_class() in filterGravatar Zhengchao Shao 1-6/+1
2022-09-29net: sched: cls_u32: Avoid memcpy() false-positive warningGravatar Kees Cook 1-1/+5
2022-09-20net/sched: use tc_cls_stats_dump() in filterGravatar Zhengchao Shao 1-15/+5
2022-04-15net/sched: cls_u32: fix possible leak in u32_init_knode()Gravatar Eric Dumazet 1-4/+4
2022-04-15net/sched: cls_u32: fix netns refcount changes in u32_change()Gravatar Eric Dumazet 1-6/+10
2021-12-19flow_offload: validate flags of filter and actionsGravatar Baowen Zheng 1-5/+7
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-12/+12
2020-12-08net/sched: cls_u32: simplify the return expression of u32_reoffload_knode()Gravatar Zheng Yongjun 1-8/+3
2020-09-28net/sched: cls_u32: Replace one-element array with flexible-array memberGravatar Gustavo A. R. Silva 1-4/+4
2020-07-31net/sched: cls_u32: Use struct_size() helperGravatar Gustavo A. R. Silva 1-14/+6
2020-06-19net/sched: cls_u32: Use struct_size() in kzalloc()Gravatar Gustavo A. R. Silva 1-3/+1
2020-01-27net_sched: fix ops->bind_class() implementationsGravatar Cong Wang 1-3/+8
2019-12-30net/sched: add delete_empty() to filters and use it in cls_flowerGravatar Davide Caratti 1-25/+0
2019-12-19net/sched: cls_u32: fix refcount leak in the error path of u32_change()Gravatar Davide Caratti 1-0/+25
2019-08-26net: sched: refactor block offloads counter usageGravatar Vlad Buslov 1-17/+12
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tGravatar Pablo Neira Ayuso 1-3/+3
2019-06-15net: sched: remove NET_CLS_IND config optionGravatar Jiri Pirko 1-15/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-07net/sched: remove block pointer from common offload structureGravatar Pieter Jansen van Vuuren 1-11/+6
2019-05-05net/sched: add block pointer to tc_cls_common_offload structureGravatar Pieter Jansen van Vuuren 1-6/+11
2019-05-04net: sched: cls_u32: use struct_size() helperGravatar Gustavo A. R. Silva 1-1/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Gravatar Cong Wang 1-4/+4
2019-02-12net: sched: extend proto ops to support unlocked classifiersGravatar Vlad Buslov 1-5/+7
2019-02-12net: sched: track rtnl lock status when validating extensionsGravatar Vlad Buslov 1-1/+1
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Gravatar Cong Wang 1-4/+4
2018-11-19net: sched: cls_u32: add res to offload informationGravatar Jakub Kicinski 1-0/+2
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkGravatar Al Viro 1-47/+1
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonGravatar Al Viro 1-0/+6
2018-10-08net: sched: cls_u32: get rid of tp_cGravatar Al Viro 1-7/+4
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataGravatar Al Viro 1-3/+2
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeGravatar Al Viro 1-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableGravatar Al Viro 1-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuGravatar Al Viro 1-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpGravatar Al Viro 1-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Gravatar Al Viro 1-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Gravatar Al Viro 1-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeGravatar Al Viro 1-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyGravatar Al Viro 1-1/+3
2018-10-07net: sched: cls_u32: fix hnode refcountingGravatar Al Viro 1-5/+5