aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-2/+3
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+24
2012-11-22netcls_cgroup: move config inheritance to ->css_online() and remove .broken_h...Gravatar Tejun Heo 1-12/+8
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Gravatar Tejun Heo 1-4/+4
2012-10-26cgroup: net_cls: Rework update socket logicGravatar Daniel Wagner 1-0/+24
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+2
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+9
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Gravatar Tejun Heo 1-0/+9
2012-09-14cgroup: Assign subsystem IDs during compile timeGravatar Daniel Wagner 1-13/+0
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBGravatar Eric W. Biederman 1-1/+2
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceGravatar Tejun Heo 1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersGravatar Tejun Heo 1-16/+11
2012-02-02cgroup: remove cgroup_subsys argument from callbacksGravatar Li Zefan 1-6/+4
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-1/+1
2011-01-19net_sched: cleanupsGravatar Eric Dumazet 1-4/+4
2010-11-03cls_cgroup: Fix crash on module unloadGravatar Herbert Xu 1-2/+0
2010-10-18sched: Fix softirq time accountingGravatar Venkatesh Pallipadi 1-1/+1
2010-05-24cls_cgroup: Store classid in struct sockGravatar Herbert Xu 1-16/+34
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-23cgroups: net_cls as moduleGravatar Ben Blum 1-9/+27
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 1-0/+3
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestGravatar Minoru Usui 1-0/+3
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-11/+11