aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
AgeCommit message (Expand)Author
2023-08-11net/sched: cls_u32: No longer copy tcf_result on update to avoid use-after-freevalis
2023-08-11net: sched: cls_u32: Fix match key mis-addressingJamal Hadi Salim
2023-06-21net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2022-04-27net/sched: cls_u32: fix possible leak in u32_init_knode()Eric Dumazet
2022-04-27net/sched: cls_u32: fix netns refcount changes in u32_change()Eric Dumazet
2020-02-01net_sched: fix ops->bind_class() implementationsCong Wang
2019-08-26net: sched: refactor block offloads counter usageVlad Buslov
2019-07-19net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-07net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren
2019-05-05net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren
2019-05-04net: sched: cls_u32: use struct_size() helperGustavo A. R. Silva
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley
2018-05-24net_sched: switch to rcu_workCong Wang
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang
2018-02-13net: sched: fix tc_u_common lookupJiri Pirko
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-02-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera
2018-02-06cls_u32: Convert to idr_alloc_u32Matthew Wilcox
2018-02-06cls_u32: Reinstate cyclic allocationMatthew Wilcox
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox
2018-02-06cls_u32: fix use after free in u32_destroy_key()Paolo Abeni
2018-02-02cls_u32: add missing RCU annotation.Paolo Abeni
2018-01-24cls_u32: propagate extack to delete callbackJakub Kicinski
2018-01-24cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski