summaryrefslogtreecommitdiffstats
path: root/net/sched/cls_cgroup.c
AgeCommit message (Expand)Author
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong
2014-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-01-03net: net_cls: move cgroupfs classid handling into coreDaniel Borkmann
2014-01-02net: revert "sched classifier: make cgroup table local"Cong Wang
2014-01-02sched classifier: make cgroup table localstephen hemminger
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapWANG Cong
2013-12-18net_sched: act: use standard struct list_headWANG Cong
2013-10-08cgroup: cls: remove unnecessary task_cls_classidGao feng
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo
2013-08-08cgroup: add css_parent()Tejun Heo
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-01-14pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2012-11-22netcls_cgroup: move config inheritance to ->css_online() and remove .broken_h...Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-10-26cgroup: net_cls: Rework update socket logicDaniel Wagner
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBEric W. Biederman
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-01-19net_sched: cleanupsEric Dumazet
2010-11-03cls_cgroup: Fix crash on module unloadHerbert Xu
2010-10-18sched: Fix softirq time accountingVenkatesh Pallipadi
2010-05-24cls_cgroup: Store classid in struct sockHerbert Xu
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-23cgroups: net_cls as moduleBen Blum
2009-06-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2009-06-09cls_cgroup: Fix oops when user send improperly 'tc filter add' requestMinoru Usui
2009-06-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-05-26cls_cgroup: read classid atomically in classifierPaul Menage
2009-05-17cls_cgroup: remove unneeded cgroup_lockLi Zefan
2008-12-29cls_cgroup: clean up for cgroup partLi Zefan
2008-12-29cls_cgroup: fix an oops when removing a cgroupLi Zefan
2008-11-20pkt_sched: remove unnecessary xchg() in packet classifiersPatrick McHardy
2008-11-07pkt_sched: Control group classifierThomas Graf