aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAge
* net_sched: initialize net pointer inside tcf_exts_init()Cong Wang2019-02-22
* net: sched: extend proto ops to support unlocked classifiersVlad Buslov2019-02-12
* net: sched: track rtnl lock status when validating extensionsVlad Buslov2019-02-12
* net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang2018-12-14
* net: sched: cls_u32: add res to offload informationJakub Kicinski2018-11-19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-13
|\
| * net: sched: cls_u32: fix hnode refcountingAl Viro2018-10-08
* | net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro2018-10-08
* | net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro2018-10-08
* | net: sched: cls_u32: get rid of tp_cAl Viro2018-10-08
* | net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro2018-10-08
* | net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro2018-10-08
* | net: sched: cls_u32: clean tc_u_common hashtableAl Viro2018-10-08
* | net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro2018-10-08
* | net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro2018-10-08
* | net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro2018-10-08
* | net: sched: cls_u32: make sure that divisor is a power of 2Al Viro2018-10-08
* | net: sched: cls_u32: disallow linking to root hnodeAl Viro2018-10-08
* | net: sched: cls_u32: mark root hnode explicitlyAl Viro2018-10-08
|/
* net: sched: Fix memory exposure from short TCA_U32_SELKees Cook2018-08-26
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-26
* net_sched: switch to rcu_workCong Wang2018-05-24
* net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang2018-04-07
* net: sched: fix tc_u_common lookupJiri Pirko2018-02-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-02-09
|\
| * net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera2018-02-08
* | Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-02-08
|\ \ | |/ |/|
| * cls_u32: Convert to idr_alloc_u32Matthew Wilcox2018-02-06
| * cls_u32: Reinstate cyclic allocationMatthew Wilcox2018-02-06
| * idr: Delete idr_replace_ext functionMatthew Wilcox2018-02-06
| * idr: Delete idr_remove_ext functionMatthew Wilcox2018-02-06
* | cls_u32: fix use after free in u32_destroy_key()Paolo Abeni2018-02-06
|/
* cls_u32: add missing RCU annotation.Paolo Abeni2018-02-02
* cls_u32: propagate extack to delete callbackJakub Kicinski2018-01-24
* cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski2018-01-24
* net: sched: propagate extack to cls->destroy callbacksJakub Kicinski2018-01-24
* net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet2018-01-22
* net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet2018-01-22
* net: sched: cls_u32: add extack supportAlexander Aring2018-01-19
* net: sched: cls: add extack support for tcf_change_indevAlexander Aring2018-01-19
* net: sched: cls: add extack support for delete callbackAlexander Aring2018-01-19
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-19
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-19
* net: sched: cls: fix code style issuesAlexander Aring2018-01-19
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-17
* net: remove duplicate includesPravin Shedge2017-12-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-09
|\
| * cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-08
* | net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-04