aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_cgroup.c
AgeCommit message (Expand)Author
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