aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang1-4/+4
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov1-5/+7
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov1-1/+1
2018-12-14net_sched: fold tcf_block_cb_call() into tc_setup_cb_call()Cong Wang1-4/+4
2018-11-19net: sched: cls_u32: add res to offload informationJakub Kicinski1-0/+2
2018-10-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-10-08net: sched: cls_u32: simplify the hell out u32_delete() emptiness checkAl Viro1-47/+1
2018-10-08net: sched: cls_u32: keep track of knodes count in tc_u_commonAl Viro1-0/+6
2018-10-08net: sched: cls_u32: get rid of tp_cAl Viro1-7/+4
2018-10-08net: sched: cls_u32: the tp_c argument of u32_set_parms() is always tp->dataAl Viro1-3/+2
2018-10-08net: sched: cls_u32: pass tc_u_common to u32_set_parms() instead of tc_u_hnodeAl Viro1-4/+4
2018-10-08net: sched: cls_u32: clean tc_u_common hashtableAl Viro1-15/+9
2018-10-08net: sched: cls_u32: get rid of tc_u_common ->rcuAl Viro1-1/+0
2018-10-08net: sched: cls_u32: get rid of tc_u_knode ->tpAl Viro1-3/+0
2018-10-08net: sched: cls_u32: get rid of unused argument of u32_destroy_key()Al Viro1-7/+6
2018-10-08net: sched: cls_u32: make sure that divisor is a power of 2Al Viro1-1/+5
2018-10-08net: sched: cls_u32: disallow linking to root hnodeAl Viro1-0/+4
2018-10-08net: sched: cls_u32: mark root hnode explicitlyAl Viro1-1/+3
2018-10-07net: sched: cls_u32: fix hnode refcountingAl Viro1-5/+5
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-06-26net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley1-0/+111
2018-05-24net_sched: switch to rcu_workCong Wang1-27/+10
2018-04-07net_sched: fix a missing idr_remove() in u32_delete_key()Cong Wang1-0/+1
2018-02-13net: sched: fix tc_u_common lookupJiri Pirko1-4/+20
2018-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2018-02-08Merge branch 'idr-2018-02-06' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-28/+19
2018-02-08net/sched: cls_u32: fix cls_u32 on filter replaceIvan Vecera1-1/+2
2018-02-06cls_u32: Convert to idr_alloc_u32Matthew Wilcox1-13/+10
2018-02-06cls_u32: Reinstate cyclic allocationMatthew Wilcox1-10/+4
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox1-1/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox1-4/+4
2018-02-06cls_u32: fix use after free in u32_destroy_key()Paolo Abeni1-10/+11
2018-02-02cls_u32: add missing RCU annotation.Paolo Abeni1-5/+7
2018-01-24cls_u32: propagate extack to delete callbackJakub Kicinski1-15/+19
2018-01-24cls_u32: pass offload flags to tc_cls_common_offload_init()Jakub Kicinski1-4/+6
2018-01-24net: sched: prepare for reimplementation of tc_cls_common_offload_init()Jakub Kicinski1-4/+4
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski1-1/+1
2018-01-22net: sched: add extack support for offload via tc_cls_common_offloadQuentin Monnet1-4/+4
2018-01-22net: sched: cls_u32: propagate extack support for filter offloadQuentin Monnet1-5/+5
2018-01-19net: sched: cls_u32: add extack supportAlexander Aring1-14/+44
2018-01-19net: sched: cls: add extack support for tcf_change_indevAlexander Aring1-1/+1
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring1-4/+6
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring1-1/+2
2018-01-19net: sched: cls: fix code style issuesAlexander Aring1-4/+4
2018-01-17net: sched: keep track of offloaded filters and check tc offload featureJiri Pirko1-6/+7
2017-12-13net: remove duplicate includesPravin Shedge1-1/+0
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+7
2017-11-09cls_u32: use tcf_exts_get_net() before call_rcu()Cong Wang1-1/+7
2017-11-04net: sched: cls_u32: use bitwise & rather than logical && on n->flagsColin Ian King1-1/+1