aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_basic.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesGravatar Michal Koutný 1-0/+1
2023-11-01net: sched: Fill in missing MODULE_DESCRIPTION for classifiersGravatar Victor Nogueira 1-0/+1
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsGravatar Pedro Tammela 1-2/+4
2022-10-02net: sched: use tc_cls_bind_class() in filterGravatar Zhengchao Shao 1-6/+1
2022-09-20net/sched: use tc_cls_stats_dump() in filterGravatar Zhengchao Shao 1-8/+1
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-5/+5
2020-01-27net_sched: fix ops->bind_class() implementationsGravatar Cong Wang 1-3/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Gravatar Cong Wang 1-1/+1
2019-02-12net: sched: extend proto ops to support unlocked classifiersGravatar Vlad Buslov 1-5/+7
2019-02-12net: sched: track rtnl lock status when validating extensionsGravatar Vlad Buslov 1-1/+1
2019-01-19net_sched: add performance counters for basic filterGravatar Cong Wang 1-0/+25
2018-07-24sched: fix trailing whitespaceGravatar Stephen Hemminger 1-1/+0
2018-05-24net_sched: switch to rcu_workGravatar Cong Wang 1-17/+7
2018-02-06cls_basic: Convert to use idr_alloc_u32Gravatar Matthew Wilcox 1-15/+10
2018-02-06idr: Delete idr_replace_ext functionGravatar Matthew Wilcox 1-1/+1
2018-02-06idr: Delete idr_remove_ext functionGravatar Matthew Wilcox 1-3/+3
2018-01-24net: sched: propagate extack to cls->destroy callbacksGravatar Jakub Kicinski 1-1/+1
2018-01-19net: sched: cls: add extack support for delete callbackGravatar Alexander Aring 1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateGravatar Alexander Aring 1-3/+5
2018-01-19net: sched: cls: add extack support for change callbackGravatar Alexander Aring 1-1/+2
2017-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+15
2017-11-09cls_basic: use tcf_exts_get_net() before call_rcu()Gravatar Cong Wang 1-5/+15
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterGravatar Cong Wang 1-3/+17
2017-10-01net_sched: remove redundant assignment to retGravatar Colin Ian King 1-1/+0
2017-09-28net_sched: use idr to allocate basic filter handlesGravatar Cong Wang 1-15/+22
2017-08-31net_sched: add reverse binding for tc classGravatar Cong Wang 1-0/+9
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-12/+10
2017-08-04net: sched: cls_basic: no need to call tcf_exts_change for newly allocated st...Gravatar Jiri Pirko 1-11/+2
2017-08-04net: sched: remove unneeded tcf_em_tree_changeGravatar Jiri Pirko 1-3/+1
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()Gravatar WANG Cong 1-6/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2016-11-28net, sched: respect rcu grace period on cls destructionGravatar Daniel Borkmann 1-4/+0
2016-08-22net_sched: properly handle failure case of tcf_exts_init()Gravatar WANG Cong 1-3/+9
2015-03-09net_sched: destroy proto tp when all filters are goneGravatar Cong Wang 1-1/+5
2015-01-26net: cls_basic: return from walking on match in basic_getGravatar Daniel Borkmann 1-2/+5
2014-12-09net: sched: cls_basic: fix error path in basic_change()Gravatar Jiri Pirko 1-3/+2
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsGravatar Jiri Pirko 1-5/+0
2014-12-08net_sched: cls_basic: remove unnecessary iteration and use passed argGravatar Jiri Pirko 1-11/+5
2014-10-06net: sched: do not use tcf_proto 'tp' argument from call_rcuGravatar John Fastabend 1-2/+3
2014-10-06net: sched: remove tcf_proto from ematch callsGravatar John Fastabend 1-1/+1
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()Gravatar WANG Cong 1-2/+2
2014-09-13net: sched: cls_basic use RCUGravatar John Fastabend 1-35/+45
2014-04-27sched, cls: check if we could overwrite actions when changing a filterGravatar Cong Wang 1-5/+5
2014-01-13net_sched: avoid casting void pointerGravatar WANG Cong 1-5/+5
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpGravatar WANG Cong 1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapGravatar WANG Cong 1-9/+5