summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_basic.c
AgeCommit message (Expand)AuthorLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný-0/+1
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersVictor Nogueira-0/+1
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela-2/+4
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao-6/+1
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao-8/+1
2021-08-02net_sched: refactor TC action init APICong Wang-5/+5
2020-01-27net_sched: fix ops->bind_class() implementationsCong Wang-3/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-5/+1
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek-1/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Cong Wang-1/+1
2019-02-12net: sched: extend proto ops to support unlocked classifiersVlad Buslov-5/+7
2019-02-12net: sched: track rtnl lock status when validating extensionsVlad Buslov-1/+1
2019-01-19net_sched: add performance counters for basic filterCong Wang-0/+25
2018-07-24sched: fix trailing whitespaceStephen Hemminger-1/+0
2018-05-24net_sched: switch to rcu_workCong Wang-17/+7
2018-02-06cls_basic: Convert to use idr_alloc_u32Matthew Wilcox-15/+10
2018-02-06idr: Delete idr_replace_ext functionMatthew Wilcox-1/+1
2018-02-06idr: Delete idr_remove_ext functionMatthew Wilcox-3/+3
2018-01-24net: sched: propagate extack to cls->destroy callbacksJakub Kicinski-1/+1
2018-01-19net: sched: cls: add extack support for delete callbackAlexander Aring-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateAlexander Aring-3/+5
2018-01-19net: sched: cls: add extack support for change callbackAlexander Aring-1/+2
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+15
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Cong Wang-5/+15
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang-3/+17
2017-10-01net_sched: remove redundant assignment to retColin Ian King-1/+0
2017-09-28net_sched: use idr to allocate basic filter handlesCong Wang-15/+22
2017-08-31net_sched: add reverse binding for tc classCong Wang-0/+9
2017-08-07net_sched: use void pointer for filter handleWANG Cong-12/+10
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Jiri Pirko-11/+2
2017-08-04net: sched: remove unneeded tcf_em_tree_changeJiri Pirko-3/+1
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong-6/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg-1/+1
2016-11-28net, sched: respect rcu grace period on cls destructionDaniel Borkmann-4/+0
2016-08-22net_sched: properly handle failure case of tcf_exts_init()WANG Cong-3/+9
2015-03-09net_sched: destroy proto tp when all filters are goneCong Wang-1/+5
2015-01-26net: cls_basic: return from walking on match in basic_getDaniel Borkmann-2/+5
2014-12-09net: sched: cls_basic: fix error path in basic_change()Jiri Pirko-3/+2
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsJiri Pirko-5/+0
2014-12-08net_sched: cls_basic: remove unnecessary iteration and use passed argJiri Pirko-11/+5
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuJohn Fastabend-2/+3
2014-10-06net: sched: remove tcf_proto from ematch callsJohn Fastabend-1/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()WANG Cong-2/+2
2014-09-13net: sched: cls_basic use RCUJohn Fastabend-35/+45
2014-04-27sched, cls: check if we could overwrite actions when changing a filterCong Wang-5/+5
2014-01-13net_sched: avoid casting void pointerWANG Cong-5/+5
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong-9/+5