summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* net: flow_offload: rename tc_setup_cb_t to flow_setup_cb_tPablo Neira Ayuso2019-07-201-3/+3
* net: sched: remove NET_CLS_IND config optionJiri Pirko2019-06-151-15/+0Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
* net/sched: remove block pointer from common offload structurePieter Jansen van Vuuren2019-05-071-11/+6Star
* net/sched: add block pointer to tc_cls_common_offload structurePieter Jansen van Vuuren2019-05-061-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-231-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-151-4/+4
* net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-201-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-131-3/+3
|\
| * net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-081-5/+5
* | net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro2018-10-081-47/+1Star
* | 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/+4Star
* | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro2018-10-081-3/+2Star
* | 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/+9Star
* | net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro2018-10-081-1/+0Star
* | net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro2018-10-081-3/+0Star
* | net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro2018-10-081-7/+6Star
* | 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-251-27/+10Star
* 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-101-1/+2
|\
| * net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-081-1/+2
* | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-081-28/+19Star
|\ \ | |/ |/|
| * cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-061-13/+10Star
| * cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-061-10/+4Star
| * idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-061-1/+1
| * idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-061-4/+4
* | cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-02-061-10/+11
|/
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-031-5/+7
* cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-241-15/+19
* cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+6
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-241-4/+4
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-241-1/+1
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-221-4/+4
* net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet2018-01-221-5/+5
* net: sched: cls_u32: add extack supportAlexander Aring2018-01-191-14/+44
* net: sched: cls: add extack support for tcf_change_indevAlexander Aring2018-01-191-1/+1
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-191-1/+2