aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-1/+1
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman1-7/+0
2013-11-23tcp_memcg: remove useless var old_limGao feng1-2/+0
2013-10-21tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman1-43/+18
2013-10-21tcp_memcontrol: Remove the per netns control.Eric W. Biederman1-6/+4
2013-10-21tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman1-14/+0
2013-10-21tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman1-13/+0
2013-09-12memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju1-5/+5
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-6/+6
2013-04-14net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann1-1/+0
2013-04-09tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()Zefan Li1-2/+0
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