summaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+1
* cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo2014-07-151-1/+1
* cgroup: replace cftype->trigger() with cftype->write()Tejun Heo2014-05-131-7/+8
* cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-7/+9
* cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
* cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-1/+1
* tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-061-7/+0Star
* tcp_memcg: remove useless var old_limGao feng2013-11-231-2/+0Star
* tcp_memcontrol: Kill struct tcp_memcontrolEric W. Biederman2013-10-221-43/+18Star
* tcp_memcontrol: Remove the per netns control.Eric W. Biederman2013-10-221-6/+4Star
* tcp_memcontrol: Remove setting cgroup settings via sysctlEric W. Biederman2013-10-221-14/+0Star
* tcp_memcontrol: Remove tcp_max_memoryEric W. Biederman2013-10-221-13/+0Star
* memcg: rename RESOURCE_MAX to RES_COUNTER_MAXSha Zhengju2013-09-131-5/+5
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-6/+6
* net: tcp_memcontrol: minor: remove unused variableDaniel Borkmann2013-04-141-1/+0Star
* tcp_memcontrol: remove a redundant statement in tcp_destroy_cgroup()Zefan Li2013-04-091-2/+0Star
* memcg: decrement static keys at real destroy timeGlauber Costa2012-05-301-7/+27
* cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcgGlauber Costa2012-04-101-4/+2Star
* cgroup: convert memcg controller to the new cftype interfaceTejun Heo2012-04-011-6/+10
* cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo2012-04-011-30/+27Star
* Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-211-1/+1
|\
| * cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-1/+1
* | static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-3/+3
|/
* net: decrement memcg jump label when limit, not usage, is changedGlauber Costa2012-01-121-1/+1
* tcp_memcontrol: fix reversed if conditionDan Carpenter2011-12-151-1/+1
* Display maximum tcp memory allocation in kmem cgroupGlauber Costa2011-12-131-1/+11
* Display current tcp failcnt in kmem cgroupGlauber Costa2011-12-131-0/+31
* Display current tcp memory allocation in kmem cgroupGlauber Costa2011-12-131-0/+21
* tcp buffer limitation: per-cgroup limitGlauber Costa2011-12-131-2/+135
* per-netns ipv4 sysctl_tcp_memGlauber Costa2011-12-131-3/+6
* tcp memory pressure controlsGlauber Costa2011-12-131-0/+74