aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-3/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2019-05-05cls_cgroup: avoid panic when receiving a packet before filter setGravatar Matteo Croce 1-0/+2
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+3
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-17net: sched: cgroup: verify that filter is not NULL during walkGravatar Vlad Buslov 1-0/+2
2019-02-12net: sched: extend proto ops to support unlocked classifiersGravatar Vlad Buslov 1-5/+6
2019-02-12net: sched: track rtnl lock status when validating extensionsGravatar Vlad Buslov 1-1/+1
2018-05-24net_sched: switch to rcu_workGravatar Cong Wang 1-18/+5
2018-01-24net: sched: propagate extack to cls->destroy callbacksGravatar Jakub Kicinski 1-1/+2
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-1/+2
2018-01-19net: sched: cls: add extack support for change callbackGravatar Alexander Aring 1-1/+2
2017-11-09cls_cgroup: use tcf_exts_get_net() before call_rcu()Gravatar Cong Wang 1-6/+18
2017-10-29net_sched: use tcf_queue_work() in cgroup filterGravatar Cong Wang 1-4/+18
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-6/+6
2017-08-04net: sched: cls_cgroup: no need to call tcf_exts_change for newly allocated s...Gravatar Jiri Pirko 1-12/+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/+2
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/+3
2016-08-22net_sched: properly handle failure case of tcf_exts_init()Gravatar WANG Cong 1-3/+10
2015-07-20cls_cgroup: factor out classid retrievalGravatar Daniel Borkmann 1-21/+2
2015-03-09net_sched: destroy proto tp when all filters are goneGravatar Cong Wang 1-1/+5
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimGravatar Jiri Pirko 1-2/+1
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsGravatar Jiri Pirko 1-5/+0
2014-12-08net_sched: cls_cgroup: remove unnecessary ifGravatar Jiri Pirko 1-5/+1
2014-10-06net: sched: cls_cgroup tear down exts and ematch from rcu callbackGravatar John Fastabend 1-3/+1
2014-10-06net: sched: remove tcf_proto from ematch callsGravatar John Fastabend 1-2/+2
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()Gravatar WANG Cong 1-3/+3
2014-09-16net: sched: cls_cgroup need tcf_exts_init in all casesGravatar John Fastabend 1-4/+3
2014-09-16net: sched: cls_cgroup fix possible memory leak of 'new'Gravatar John Fastabend 1-4/+9
2014-09-13net: sched: cls_cgroup use RCUGravatar John Fastabend 1-24/+39
2014-04-27sched, cls: check if we could overwrite actions when changing a filterGravatar Cong Wang 1-2/+2
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpGravatar WANG Cong 1-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-110/+1
2014-01-03net: net_cls: move cgroupfs classid handling into coreGravatar Daniel Borkmann 1-110/+1
2014-01-02net: revert "sched classifier: make cgroup table local"Gravatar Cong Wang 1-1/+1
2014-01-02sched classifier: make cgroup table localGravatar stephen hemminger 1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapGravatar WANG Cong 1-10/+5
2013-12-18net_sched: act: use standard struct list_headGravatar WANG Cong 1-0/+1
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGravatar Gao feng 1-2/+2
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupGravatar Tejun Heo 1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsGravatar Tejun Heo 1-9/+5
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsGravatar Tejun Heo 1-8/+10
2013-08-08cgroup: add css_parent()Gravatar Tejun Heo 1-3/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssGravatar Tejun Heo 1-4/+7
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Gravatar Tejun Heo 1-2/+2