aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-7/+27
2012-04-10cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa1-4/+2
2012-04-01cgroup: convert memcg controller to the new cftype interfaceTejun Heo1-6/+10
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-30/+27
2012-03-20Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-3/+3
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-1/+1
2012-01-12net: decrement memcg jump label when limit, not usage, is changedGlauber Costa1-1/+1
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-12Display maximum tcp memory allocation in kmem cgroupGlauber Costa1-1/+11
2011-12-12Display current tcp failcnt in kmem cgroupGlauber Costa1-0/+31
2011-12-12Display current tcp memory allocation in kmem cgroupGlauber Costa1-0/+21
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa1-2/+135
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa1-3/+6
2011-12-12tcp memory pressure controlsGlauber Costa1-0/+74