summaryrefslogtreecommitdiff
path: root/net/core/netprio_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-26/+12
2012-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-37/+4
2012-10-02Merge branch 'for-3.7-hierarchy' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+11
2012-09-27new helper: iterate_fd()Al Viro1-26/+12
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo1-1/+11
2012-09-14cgroup: Assign subsystem IDs during compile timeDaniel Wagner1-11/+0
2012-09-14netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-14netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-08-17net: netprio: fix cgrp create and write priomap raceJohn Fastabend1-5/+3
2012-08-17net: netprio: fix files lock and remove useless d_path bitsJohn Fastabend1-18/+4
2012-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2012-07-22net: netprio_cgroup: rework update socket logicJohn Fastabend1-0/+53
2012-07-17net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-10netprio_cgroup.c: fix comment typoLiu Bo1-1/+1
2012-07-10net: cgroup: fix out of bounds accessesEric Dumazet1-2/+2
2012-07-09cgroup: fix panic in netprio_cgroupGao feng1-1/+2
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-19/+11
2012-05-17net: core: Use pr_<level>Joe Perches1-2/+4
2012-04-01cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo1-6/+2
2012-04-01cgroup: relocate cftype and cgroup_subsys definitions in controllersTejun Heo1-15/+11
2012-03-21Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-6/+4
2012-02-11netprio_cgroup: don't allocate prio table when a device is registeredNeil Horman1-6/+0
2012-02-11netprio_cgroup: fix an off-by-one bugNeil Horman1-1/+1
2012-02-05netprio_cgroup: Fix obo in get_prioidxNeil Horman1-3/+4
2012-02-02cgroup: remove cgroup_subsys argument from callbacksLi Zefan1-6/+4
2011-12-09Revert "net: netprio_cgroup: make net_prio_subsys static"John Fastabend1-1/+1
2011-12-09net: netprio_cgroup: make net_prio_subsys staticJohn Fastabend1-1/+1
2011-11-24net: treewide use of RCU_INIT_POINTEREric Dumazet1-2/+2
2011-11-23net: add network priority cgroup infrastructure (v4)Neil Horman1-0/+344