summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: sched: cls: add extack support for tcf_exts_validateAlexander Aring2018-01-191-4/+6
* net: sched: cls: add extack support for change callbackAlexander Aring2018-01-191-1/+2
* net: sched: cls: fix code style issuesAlexander Aring2018-01-191-4/+4
* net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko2018-01-171-6/+7
* net: remove duplicate includesPravin Shedge2017-12-131-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-101-1/+7
|\
| * cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang2017-11-091-1/+7
* | net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King2017-11-041-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-3/+26
|\|
| * net_sched: use tcf_queue_work() in u32 filterCong Wang2017-10-291-3/+26
* | net: sched: avoid ndo_setup_tc calls for TC_SETUP_CLS*Jiri Pirko2017-10-211-31/+0Star
* | net: sched: cls_u32: call block callbacks for offloadJiri Pirko2017-10-211-20/+52
* | net: sched: cls_u32: swap u32_remove_hw_knode and u32_remove_hw_hnodeJiri Pirko2017-10-211-8/+8