aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong1-1/+1
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-110/+1
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann1-110/+1
2014-01-02net: revert "sched classifier: make cgroup table local"Cong Wang1-1/+1
2014-01-02sched classifier: make cgroup table localstephen hemminger1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong1-10/+5
2013-12-18net_sched: act: use standard struct list_headWANG Cong1-0/+1
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng1-2/+2
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-1/+1
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-9/+5
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-8/+10
2013-08-08cgroup: add css_parent()Tejun Heo1-3/+5
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-2/+2
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise1-2/+3
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+24
2012-11-22netcls_cgroup: move config inheritance to ->css_online() and remove .broken_hierarchy markingTejun Heo1-12/+8
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/online/offline/free()Tejun Heo1-4/+4
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner1-0/+24
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+2
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+9
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups are nested for themTejun Heo1-0/+9
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-13/+0
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman1-1/+2
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-16/+11
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-6/+4
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet1-1/+1
2011-01-19net_sched: cleanupsEric Dumazet1-4/+4
2010-11-03cls_cgroup: Fix crash on module unloadHerbert Xu1-2/+0
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi1-1/+1
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu1-16/+34
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-23cgroups: net_cls as moduleBen Blum1-9/+27
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller1-0/+3
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui1-0/+3
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-11/+11
2009-05-26cls_cgroup: read classid atomically in classifierPaul Menage1-11/+11
2009-05-17cls_cgroup: remove unneeded cgroup_lockLi Zefan1-6/+0
2008-12-29cls_cgroup: clean up for cgroup partLi Zefan1-9/+14
2008-12-29cls_cgroup: fix an oops when removing a cgroupLi Zefan1-1/+1
2008-11-20pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy1-3/+1
2008-11-07pkt_sched: Control group classifierThomas Graf1-0/+290